kaixinbaba/dsh-git-workbench

kaixinbaba★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

DSH git development workbench: branch/worktree environment picker, git context injection, /git commands, worktree manager, merge & cleanup policy

README 摘要

dsh-git-workbench A git development workbench for DeepSeek Harness: not a git-status display plugin — it drives the branch/worktree workflow. It captures the repository state (branch, ahead/behind, worktree status, worktrees, stashes, recent commits) into every session, asks which branch or worktree to develop in at new-session start, and switches branches / creates and manages worktrees through /git commands, the git workbench agent tool, and a Settings page. Features - Automatic git context (read-only, always on) — every session in a git repository gets a compact context block injected at the first step (and refreshed after git-workbench writes): current branch, ahead/behind vs upstream, working-tree status (staged / modified / untracked / conflicts), worktree list, stash list, recent commits. Non-git directories stay silent. - New-session environment choice (skippable) — with autoAsk on, the agent asks once per session which environment to develop in: stay on the current branch, switch to another branch, create a new branch, open an existing worktree, or create a new worktree. The user can skip (stay where they are). - /git slash commands - /git status — inject the current git c…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagent

分类