← 返回列表

dsh-zcode-git

DeepSeek Harness 其他 低风险

给 DeepSeek Harness 智能体用的结构化 Git 工具:status、diff、log、branch、commit 与 stash。输出由十项 `git -c` 覆盖钉死,因此用户的 pager、颜色或 quotepath 设置无法改变智能体读到的东西;每次调用都是 argv 数组,任何 shell 都不解析参数;写入动作走 harness 的审批服务,没有装审批服务时拒绝执行而不是放行。

Structured git tools for DeepSeek Harness agents: status, diff, log, branch, commit and stash. Output is pinned with ten `git -c` overrides so a user pager, colour or quotepath setting cannot reshape what the agent reads; every invocation is an argv array, so no shell ever parses an argument; and the mutating actions go through the harness approval service, refusing rather than proceeding when no approval service is mounted.

怎么安装

DeepSeek Harness dsh plugin add github:BOWLUNA/dsh-zcode-git

简介

dsh-zcode-git English | 中文 Six structured Git tools for DeepSeek Harness agents: status, diff, log, branch, commit and stash — with the output pinned, no shell in the path, and every write behind the harness approval service. The harness ships no git tooling, so an agent drives bash. This replaces that. bash dsh plugin --profile web add dsh-zcode-git How it compares with ZCode ZCode is where this plugin's approach comes from, and its git layer is well ahead of most. The table is written to be checkable: every ZCode claim names a file and line, every "adds" claim names something you can run, an…

推荐参考

45 工具本身 · 参考星标、下载量、最近更新、安全检查和文档情况
– 用户关注 · 参考最近的查看、安装命令复制和外链访问
45 推荐程度
0访问
0独立访客
0复制安装命令
0下载点击
0外链跳转

信息

协议
MIT
语言
JavaScript
GitHub 星标
0
月下载
–
最近更新
2026-09-24
创建于
2026-09-17

链接

GitHub ↗ 主页 ↗ 报告问题 ↗

基础安全检查

检查结果
curated 收录但无 npm 包/安装命令
收录来源
curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
主题标签
agent-tools, commit, cordis, deepseek, deepseek-harness, diff, dsh, dsh-plugin, git, vcs, version-control, zcode

同类推荐

DeepSeek Harness 精选
推荐72

dsh-web

zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph

输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。

☆ 6.3K ↓ – 其他 ↗
DeepSeek Harness 精选
推荐72

dsh-web

zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph

输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。

☆ 8.0K ↓ – 其他 ↗
DeepSeek Harness 精选
推荐70

dsh-github

PerryLink/dsh-github

官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。

☆ 17 ↓ 3.0K 其他 ↗
DeepSeek Harness 新上架
推荐70

dsh-diff-approval

9087/dsh-diff-approval

DeepSeek Harness 的待处理改动审查:每次 edit/write/str_replace_editor 改动都会自动汇总到文件列表,可对单个差异块、选区内的多块或整个文件执行保留/回退,支持撤销重做。还能导入工作区的版本控制改动,以单栏或左右对照视图展示差异,并提供亦能保留/回退差异的 Markdown 预览、文件内搜索、差异块跳转与可复制的行号引用;差异数据持久化存储,重启后可继续审查。

☆ 9 ↓ 6.4K 其他 ↗