dsh-plugin-git-inspect
Read-only Git inspection tools for DeepSeek Harness including status, diff, log, blame, conflicts, and worktree inspection.
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.tgzPlugin 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.
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.
Security Signals
Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.
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
Related DSH Plugins
Ranked by overlapping capabilities, use cases, plugin type, categories, and DSH profile.
Browser automation plugin enabling DeepSeek Harness agents to interact with logged-in browser sessions safely via dedicated Agent Windows.
View plugin →DSH undo and crash-recovery plugin with snapshots, rollback, Safe Mode, and offline Windows tools.
View plugin →DeepSeek Harness web-search plugin that adds web search, X search, and focused page fetching with structured evidence.
View plugin →Comprehensive long-term memory, self-evolution, skills, task management, and multi-agent dispatch bundle for DeepSeek Harness.
View plugin →