Complete task-scoped git worktrees for DSH: per-repo manifest for durable state, branch-and-path names (slashes allowed, e.g. refactor/logging), bring-back to main or direct commit, optional carry-over of uncommitted main changes.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:Letter2025/dsh-task-worktree
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
Links
More in this category
DietCokewithSugar/dsh-user-experience★ 19
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
lehhair/dsh-diff-viewer★ 19
PiUI-style diff viewer replacing the stock DiffBlock for write/edit tool calls.
LoserFox/dsh-git-identity★ 7
Pin Git commits to the environment's own author identity; env-var injection overrides all `git config` settings.
cirelir/dsh-change-review★ 6
Session change-review plugin for DeepSeek Harness: tracks write/edit tool calls per session and renders line-level diffs with customizable colors, with session isolation, subagent aggregation, and SSE live updates.
No-PRM/dsh-explorer#dsh-explorer★ 6
Git-first file-tree sidebar for the DSH web GUI: VS Code-style indent guides, M/A/U/D/R git decorations, HEAD-vs-worktree diff preview, media preview, and drag-to-reference (files/folders/selected code with line numbers) — pure plugin.
Noob-stupid/dsh-github-login★ 6
Visual GitHub login without a terminal: in-window device flow, token synced into the gh CLI, and host status/launch endpoints.