Skip to content

Releases: LvDAO/dsh-exec-extension

v0.1.3

Choose a tag to compare

@LvDAO LvDAO released this 20 Aug 03:12
0ad741c

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

Official 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.

Package: https://www.npmjs.com/package/dsh-exec-extension

v0.1.2

Choose a tag to compare

@LvDAO LvDAO released this 20 Aug 02:53
d5b6cdf

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

Peer/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.

Package: https://www.npmjs.com/package/dsh-exec-extension

v0.1.1

Choose a tag to compare

@LvDAO LvDAO released this 20 Aug 02:33
1a7c4e1

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

Pin 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

  • --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.

v0.1.0

Choose a tag to compare

@LvDAO LvDAO released this 20 Aug 02:08
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.