Skip to content

Releases: lxj808624/dsh-tool-git

dsh-tool-git v0.1.3

Choose a tag to compare

@lxj808624 lxj808624 released this 14 Aug 15:30

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-tools peer to ^0.1.0-rc.6 — prevents pnpm from hoisting an old dsh-tools copy 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

Choose a tag to compare

@lxj808624 lxj808624 released this 14 Aug 01:45

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

Choose a tag to compare

@lxj808624 lxj808624 released this 13 Aug 17:52

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

Choose a tag to compare

@lxj808624 lxj808624 released this 13 Aug 17:41

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