kirkchinese/dsh-anchored-preset-installer ↗★ 0
dsh-anchored-preset-installer
One-command installer for the dsh-anchored-standard experimental presets (Anchored / Zero-Anchored / Whoami Standard)
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kirkchinese/dsh-anchored-preset-installer说明文档
阅读完整 README ↗dsh-anchored-preset-installer
One-command delivery for the
dsh-anchored-standard
experimental presets. Installing this host plugin materializes the three
preset directories into the user preset root, so the session preset picker
shows Anchored Standard (experimental) / Zero-Anchored Standard
(experimental) / Whoami Standard (experimental) with no manual cp.
Install
dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer
# without a global `dsh` binary:
npx @deepseek-ai/dsh plugin --profile web add -w github:kirkchinese/dsh-anchored-preset-installer
Restart DeepSeek Harness (Ctrl+C, then dsh web / npx @deepseek-ai/dsh web),
create a blank session, and pick the preset. DSH preset discovery re-reads its
roots on every list, so the presets appear as soon as the plugin row has
applied once.
Behavior
- Writes only into the user-trust preset root from
agentPresets.resolvedRoots(normally$DSH_HOME/.agent-presets). - Create-only: a preset directory that already exists is left exactly as it is — user edits are never overwritten.
- Every failure is contained per preset and logged; the plugin row never fails the profile boot.
- No network requests, no telemetry, no runtime listeners — after apply the plugin is inert.
Verify
npx @deepseek-ai/dsh --profile web --dump-config | grep -A2 anchored-preset-installer
expects an id: anchored-preset-installer row (before the restart). After the
restart, the preset picker lists all three presets, and each installed
directory carries a .installed-by-anchored-preset-installer marker:
ls ~/.dsh/.agent-presets/
Uninstall
Removing the plugin leaves installed presets in place (they may be in use by sessions). To remove them:
dsh plugin --profile web remove dsh-anchored-preset-installer
rm -r ~/.dsh/.agent-presets/{anchored-standard,zero-anchored-standard,whoami-standard}