DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-plugin-git-inspect

Read-only Git inspection tools for DeepSeek Harness including status, diff, log, blame, conflicts, and worktree inspection.

Terminal & TUIDeveloper Tools
1GitHub Stars1ForksUpdated2026-09-11

Install

$ dsh plugin --profile web add https://github.com/Wanbinyu/dsh-plugin-git-inspect/releases/download/v0.3.6/dsh-plugin-git-inspect-0.3.6.tgz

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-plugin-git-inspect registers ten read-only Git tools into DeepSeek Harness to allow LLM agents to safely inspect repository status, diffs, commits, branches, conflict states, file blames, stashes, and worktrees. It runs fixed argv commands via Harness subprocess services without shell execution, enforces byte output limits, and excludes write or mutative operations.

Key Capabilities

  • Inspect working directory status and branch information via git_status
  • Inspect unstaged or staged diffs and file diff summaries via git_diff and git_diff_stat
  • Retrieve one-line commit logs with optional path filtering via git_log
  • Show specific revisions, commits, or tags via git_show
  • List recent local branches, remote-tracking branches, and tags via git_refs
  • Identify unresolved merge conflicts via git_conflicts
  • Inspect commit attribution for specific line ranges via git_blame with strict line caps
  • List stashes and registered worktrees via git_stash_list and git_worktree_list
  • Enforce non-shell execution, output truncation limits, and cancellation signal forwarding

Useful For

  • Providing AI coding assistants with safe, read-only repository context without risking accidental changes
  • Reviewing code diffs, recent commit histories, and conflict lists during automated agent workflows
  • Checking line-by-line blame attribution and revision details in Harness sessions

Who It Fits

  • DeepSeek Harness users and developers building code analysis or agentic programming workflows requiring Git visibility

Documented Limitations

  • Read-only only: strictly excludes write operations like commit, push, reset, stash mutation, branch switching, or file edits
  • Requires git to be available on host PATH
  • Requires Harness subprocess services such as @deepseek-ai/dsh-subprocess-local to be provided by the host composition
  • Blame output is capped at a maximum of 200 lines (default 50 lines) to prevent context exhaustion

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
Wanbinyu/dsh-plugin-git-inspect
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
3e7de56 · 2026-09-11

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
1
Open issues
0
Last commit
2026-09-11
Last release
2026-09-11
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app