Releases: lxj808624/dsh-tool-git
Releases · lxj808624/dsh-tool-git
Release list
dsh-tool-git v0.1.3
Fixes the host tool-dispatcher crash on DeepSeek Harness 0.1.0-rc.6 (reported in #1, fixed by @taonokenshin in #2).
- Tighten
@deepseek-ai/dsh-toolspeer to^0.1.0-rc.6— prevents pnpm from hoisting an olddsh-toolscopy whose scheduler symbol mismatches the host runtime - Dev/test baseline moved to the 0.1.0-rc.6 line; 33 tests green
- Contributors section added
dsh-tool-git v0.1.2
Now on npm! dsh plugin --profile web add dsh-tool-git
- npm metadata (repository/homepage/bugs) + npm-first install docs
- v0.1.1 already added git_fetch / git_pull / git_remote / git_checkout and the pull --rebase guard
dsh-tool-git v0.1.1
Adds network + branch tools to v0.1.0: git_fetch, git_pull (ff-only default), git_remote, git_checkout; safety gate also catches pull --rebase. 33 vitest tests, CI green on Node 22/24.
dsh-tool-git v0.1.0
First release: 8 structured git tools + destructive-command safety gate.
- git_status / git_diff / git_log / git_branch / git_stage / git_commit / git_stash / git_show
- tools/pre-execute guard for force push, hard reset, rebase, amend, branch/tag deletion (deny/ask/allow)
- Self-contained build + CI green on Node 22/24
- Install:
dsh plugin --profile web add github:lxj808624/dsh-tool-git#v0.1.0