DashingMonkey/dsh-git-panel0

@dsh-local/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

AI 분석

核心用途是在 DSH 界面内提供类似 VS Code 的 Git 版本控制功能。适合在 DSH 工作区中进行代码开发并需要便捷提交代码的开发者。

패키지
@dsh-local/git-panel
버전
1.3.0
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DashingMonkey/dsh-git-panel

使用

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

面板总览:

面板总览

Diff 窗口:

Diff 窗口

提交规则编辑器:

提交规则编辑器

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