DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Git Panel — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

@dsh-local/git-panel

Git Panel

Git workspace panel for DSH Web: repo discovery, stage/commit like VS Code Source Control, AI-generated commit messages via configurable rules, history graph and diff preview

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:DashingMonkey/dsh-git-panel#0cab77cfa2f2e15aec723521cac5c51320ecf63b
READMECompatibilityVersions
面板总览Diff 窗口提交规则编辑器

Compatibility and provenance

Git Panel is published as @dsh-local/git-panel and currently resolves to version 1.3.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/12/2026

Versions

1.3.0stable
9/12/2026
1.2.0stable
9/7/2026
1.1.0stable
8/27/2026
Show 1 more versionCollapse versions
1.0.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
1.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/12/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-git-panel — DSH Web 的 Git 工作区面板

Git workspace panel for DSH Web: discover Git repositories under the current workspace, stage & commit like VS Code Source Control, and generate commit messages with LLM under configurable rules.

管理当前工作空间下的所有 Git 仓库,提供类 VS Code Source Control 的暂存/提交体验,并通过可配置的提交规则系统增强「AI 生成提交信息」能力。

  • 自动发现当前工作空间下的 Git 仓库(含嵌套仓库与 worktree),切换工作空间自动重扫
  • 侧边栏(停靠挤压对话区,默认)/ 浮窗两种布局模式即时切换,宽度可拖拽并记忆
  • Staged / Changes / Untracked 分组,悬停文件行即暂存,点击文件名展开只读 diff;合并冲突 单独成组(顶部计数徽标 + 提示条),支持标记为已解决、完成合并、中止合并(rebase / cherry-pick 冲突同样成组,但收尾出口在终端,面板只给指引)
  • diff 抽屉图片预览:png/jpg/gif/webp 等图片直读旧/新两版并排对比,点击任一图片全屏 1:1 原始尺寸查看(棋盘格透明底、超出屏幕可滚动、左右方向键切换新旧版本),标签显示像素与大小(单图上限 8MB)
  • LLM 按可配置规则生成 commit message(YAML 规则,全局 + 仓库级覆盖,修改即生效)
  • Git 历史图谱(SVG lane 布局 + 无限滚动)、Pull / 分支 / 推送 / Stash / Reset / Clean
  • 写操作带审计日志;中英双语 UI;零新增 npm 依赖

安装

前置要求:npx @deepseek-ai/dsh web 可运行;git 在 PATH 中;建议 Windows(Windows 专用探测在其他平台自动降级)。

dsh plugin(推荐;需要 pnpm 在 PATH)

命令以 npx @deepseek-ai/dsh 形式给出,无需全局安装 dsh。

git clone https://github.com/DashingMonkey/dsh-git-panel.git
cd dsh-git-panel
npm run build                                # 本地目录安装需先构建
npx @deepseek-ai/dsh plugin --profile web add .
# 重启 dsh web,侧栏底部出现 Git Panel 按钮

卸载:npx @deepseek-ai/dsh plugin --profile web remove @dsh-local/git-panel。

一键脚本(无 pnpm 兜底)

./install.sh        # Windows 请用 Git Bash 或 WSL;等价于 node scripts/install.mjs

git 仓库 / tarball / 手动安装及迁移到另一台机器,见安装详解。

使用

重启 dsh web 后,侧栏底部出现 Git Panel 按钮。面板自动跟随当前工作空间发现仓库;顶部提交区支持按生效规则生成 commit message(只填入不提交)。

面板总览:

面板总览

Diff 窗口:

Diff 窗口

提交规则编辑器:

提交规则编辑器

详细说明见使用文档;架构与源码结构见架构文档。

许可证

MIT © 2026 DashingMonkey