Skip to content

v0.1.0

Choose a tag to compare

@LvDAO LvDAO released this 20 Aug 02:08
· 13 commits to main since this release
832a7f7

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 --help

Or 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

  • --yolo skips approval prompts (auto-allow). It does not set danger-full-access. Unrestricted tools are --sandbox danger-full-access.
  • Pin headless to 0.1.0-rc.7 (or next). npm latest of @deepseek-ai/dsh-headless is older.