Skip to content

samecorner/dsh-git-graph

00Last commit Aug 14, 2026

dsh-git-graph DSH plugin

dsh-git-graph is a DeepSeek Harness web plugin that provides read-only git_graph and git_show tools, rendering commit DAGs, refs, commit details, and diffs directly in conversation tool views.

How to install the dsh-git-graph DSH plugin

dsh plugin --profile web add @samecorner/dsh-git-graph

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-git-graph DSH plugin can do

  • Renders a topologically ordered Git commit DAG with branch, tag, and HEAD indicators.
  • Provides the git_graph tool for repository commit-graph data.
  • Provides the git_show tool for per-commit changed-file lists and colored patch diffs.
  • Displays interactive commit details including author, email, timestamp, parents, and full hash.
  • Runs Git commands in the session working directory or a supplied workdir.
  • Uses host theme variables and includes Chinese and English UI support.

Where the dsh-git-graph DSH plugin fits

  • Inspect a repository's branch and merge history from a DSH web conversation.
  • Review the files and patch associated with a specific commit.
  • Explore tags, refs, and HEAD placement without leaving the conversation.
  • Ask an assistant to summarize recent repository history using rendered Git context.

Who the dsh-git-graph DSH plugin is for

  • DeepSeek Harness web users working with Git repositories.
  • Developers reviewing commit history and diffs in conversational workflows.
  • Teams that want read-only Git visualization inside DSH.

dsh-git-graph DSH plugin limitations

  • The graph defaults to the most recent 500 commits; maxCount can be adjusted up to 2000, and parents outside the window appear as open arrows.
  • Lane assignment is approximate and may not match vscode-git-graph's compact layout exactly.
  • For merge commits, git_show displays the diff relative to the first parent.
  • The plugin is read-only; checkout and branch creation must be performed in a terminal.
  • Requires the host tools service and the tool.call.toolview slot, with DSH 0.1.0-rc.6 or later stated in the README.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 0 runtime, 16 development, 2 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-git-graph DSH plugin alternatives

dsh-git-graph DSH plugin questions

What is the dsh-git-graph DSH plugin?

dsh-git-graph is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-git-graph DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-git-graph use?

The snapshot records web as the dsh-git-graph profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-git-graph compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-git-graph fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-git-graph?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.