jdz321/dsh-plugin-git-status

jdz321★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

DSH plugin: current workspace Git status in the Web GUI composer tool row (branch, change counts, expandable file list, auto-refresh) plus a git_status agent tool.

README 摘要

dsh-plugin-git-status A DeepSeek Harness plugin that shows the git status of the current workspace. It is read-only : it never creates, modifies, or deletes any file. - Git status panel — a small chip in the composer tool row, to the left of the model selector. It shows the branch name, a clean/dirty summary, and a manual refresh button. When the working tree has changes, the change count is clickable and expands into a grouped file list (conflicted / staged / unstaged / untracked) with porcelain status codes and rename origins. The panel refreshes every 30 seconds and hides entirely when the workspace is not a git repository. - git status model tool — callable through the normal tool pipeline. Returns structured JSON with the branch, commits ahead/behind upstream, grouped change counts, the file list, and the most recent commit. It accepts an optional cwd ; when omitted it inspects the current session workspace. Screenshots Clean workspace — the chip shows the branch and a green "✓ clean" summary: Workspace with changes — the change count is a clickable text that opens the grouped file list: Workspace with changes, file list expanded — grouped by conflicted / staged / unstaged / u…

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdshdsh-pluginagent

分类