deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:H2O-MERO/dsh-git-sidebar
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
🌐 English | 简体中文
🧭 DSH 对话页右侧的「未提交改动」侧边栏:从
dsh-git-studio中提取,只保留对话侧边栏部分,已删去 Git 图谱(提交历史图、分支过滤、提交详情等)相关代码。
DeepSeek Harness(DSH)Web GUI 的嵌入式 Git 工作区改动侧边栏插件。
在对话界面右侧停靠 VSCode 风格的未提交改动面板:已暂存 / 更改 / 未跟踪三组文件列表、状态徽标、每文件 +/− 行数、点击展开单文件 diff、重命名 旧 → 新、未跟踪文件直接显示内容,并可调用系统默认应用打开文件。

旧 → 新、未跟踪文件直接显示内容编辑你的 DSH web profile 的 package.json,添加依赖:
{
"dependencies": {
"dsh-git-sidebar": "file:./plugins/git-sidebar"
}
}
(plugins/git-sidebar 为本插件源码所在目录,按实际路径调整。)
在 profile 的 cordis.patch.yml 中加入:
- insert:
- id: git-sidebar
name: dsh-git-sidebar
config:
repo: "C:/path/to/your/repo"
config.repo/config.repos是初始可访问仓库白名单;运行中被会话工作区发现的仓库也会自动加入可访问集合。
pnpm install
# 然后重启 dsh web
打开 http://127.0.0.1:3080 ,在任意会话页右侧即可看到「未提交改动」侧边栏。
git-sidebar/
├── index.js # 服务端:git API(repos/workstatus/workfile/openfile)
├── client.js # 客户端插件:对话页右侧「未提交改动」侧边栏
├── package.json # 插件清单(dsh.client.inject + bundle patch)
├── dsh.plugin.json # 官方 DSH 插件清单
└── cordis.patch.yml # profile 挂载点
服务端(index.js)和客户端(client.js)改动后需重启 dsh web。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。