Releases: LvDAO/dsh-exec-extension
Release list
v0.1.3
Follow the dsh CLI default channel (npm latest), not @next.
Install
dsh plugin --profile exec add @deepseek-ai/dsh-headless@$(npm view @deepseek-ai/dsh version)
dsh plugin --profile exec add dsh-exec-extension
dsh --profile exec --helpOfficial dsh is npx @deepseek-ai/dsh. Headless’s own latest tag is stale, so the first line uses the CLI version. Only use @next if you installed dsh@next.
v0.1.2
Follow the current dsh RC channel instead of a frozen rc. Overlay stays in-process; it does not write settings.yaml.
Install
dsh plugin --profile exec add @deepseek-ai/dsh-headless@next
dsh plugin --profile exec add dsh-exec-extension
dsh --profile exec --helpPeer/dep on @deepseek-ai/dsh-headless is ^0.1.0-rc.7. Headless npm latest is still an older rc, so keep the @next tag. Freeze with @<version> only when you need a snapshot.
Dependabot (npm + Cargo + Actions) updates the lockfile via the GitHub dependency graph.
v0.1.1
Install from npm. Overlay stays in-process; it does not write settings.yaml.
Install
Requires Node ≥ 22.19 and dsh 0.1.0-rc.7. Use a dedicated profile — do not add this to stock headless.
dsh plugin --profile exec add @deepseek-ai/dsh-headless@0.1.0-rc.7
dsh plugin --profile exec add dsh-exec-extension
dsh --profile exec --helpPin a freeze with dsh-exec-extension@0.1.1. Git fallback: github:LvDAO/dsh-exec-extension#v0.1.1. npm install does not need a prepare allowlist.
Package: https://www.npmjs.com/package/dsh-exec-extension
Notes
--yoloskips approval prompts (auto-allow). It does not setdanger-full-access. Unrestricted tools are--sandbox danger-full-access.- Pin headless to
0.1.0-rc.7(ornext). npmlatestof@deepseek-ai/dsh-headlessis older.
v0.1.0
One-shot DeepSeek Harness exec bundle. Overlay stays in-process; it does not write settings.yaml.
Prefer the npm install in v0.1.1: https://www.npmjs.com/package/dsh-exec-extension
Install (this tag)
Requires Node ≥ 22.19, pnpm, and dsh 0.1.0-rc.7. Use a dedicated profile — do not add this to stock headless.
dsh plugin --profile exec add @deepseek-ai/dsh-headless@0.1.0-rc.7
dsh plugin --profile exec add github:LvDAO/dsh-exec-extension#v0.1.0
dsh --profile exec --helpOr from npm (current): dsh plugin --profile exec add dsh-exec-extension
If pnpm ≥10 blocks prepare on the git install, allow dsh-exec-extension in that profile's pnpm-workspace.yaml and re-run add. WASM is already in js/generated/, so rustc is not required.
Notes
--yoloskips approval prompts (auto-allow). It does not setdanger-full-access. Unrestricted tools are--sandbox danger-full-access.- Pin headless to
0.1.0-rc.7(ornext). npmlatestof@deepseek-ai/dsh-headlessis older.