dsh-git-tools
为 DeepSeek Harness 提供四个零依赖本地 git 工具(status、diff、log、commit),作用于会话工作区。
Four dependency-free local git tools (status, diff, log, commit) for DeepSeek Harness operating on the session workspace.
怎么安装
dsh plugin add github:Shyboy0499/dsh-git-tools 简介
dsh-git-tools Local git tools for DeepSeek Harness (dsh). dsh-git-tools is a dependency-free DeepSeek Harness plugin that gives the coding agent four local git tools — **git_status**, **git_diff**, **git_log**, and **git_commit** — so it can inspect the repo in the session workspace and create commits, all through the official tool API. No UI, Host-side only. Features | Tool | What it does | | ------------ | -------------------------------------------------------------------- | | git_status | Branch, ahead/behind, and staged / unstaged / untracked files | | git_diff | Stat summary or full patc…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-27
- 创建于
- 2026-08-26
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-user-experience
DietCokewithSugar/dsh-user-experience
帮你发现项目中可能存在的用户体验问题:自动走查 React/TypeScript 源码,定位问题并给出具体优化建议。
dsh-git-worktree
LaoYueHanNi/dsh-git-worktree
在 Web 输入框切换分支、以真实工作区方式创建隔离的 git worktree。
dsh-github
PerryLink/dsh-github
官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。