LvDAO/dsh-exec-extension

LvDAO★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

An exec extension for headless dsh runner allowing more flags etc.

README 摘要

dsh-exec-extension npm · 中文文档 A DeepSeek Harness bundle for one-shot exec, in the same shape as official surface plugins ( dsh.bundle.patch + parseCmdline + commander). Stock headless-startup only declares [task...] ; this bundle disables that row and inserts a replacement that still provides headlessStartup.task for unmodified headless-runner . The CLI follows OpenCode run and Pi -p : piped stdin is merged into the prompt, @file / -f attaches files, --format json streams session events, --dir sets cwd, --yolo skips permission prompts (it does not disable the sandbox). Model overlay is in-process (Rust WASM) and never writes $DSH HOME/settings.yaml . Install Follow the same npm latest channel as the dsh CLI ( npx @deepseek-ai/dsh / npm install --global @deepseek-ai/dsh ). Do not use @next unless you installed dsh@next . @deepseek-ai/dsh-headless has a stale latest tag, so the first line takes the CLI's latest version instead of headless's own. dsh-exec-extension uses its own latest . Freeze with @ only when you need a snapshot. npm install does not need a prepare allowlist. Git fallback: dsh plugin --profile exec add github:LvDAO/dsh-exec-extension Dedicated profile only. Stock dsh…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugin

分类