dsh-minimal-web
已验证dsh-minimal-web · v0.1.1 · MIT
DeepSeek Harness agent preset: minimal-mode with web search and AGENTS.md loading (极简模式(网络)).
安装
dsh plugin add dsh-minimal-web 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
发布到 npm 但没有公开仓库。安装前请检查包内容。
标签
作者
说明文档
dsh-minimal-web
Agent preset for DeepSeek Harness: 极简模式(网络) — the minimal two-tool coding agent, plus:
web_searchnetwork search (the minimal preset ships without it)AGENTS.md/CLAUDE.mdworkspace instruction loading (user-message injection, works despite the complete persona)
The preset appears in the mode picker as 极简模式(网络) immediately after installation; select it per session, or set it as the default:
# $DSH_HOME/settings.yaml
agent-presets:
default: minimal-web
Install
dsh plugin --profile web add dsh-minimal-web
No restart is needed for the preset roster. Uninstall removes the preset:
dsh plugin --profile web rm dsh-minimal-web
Composition
| Row | Purpose |
|---|---|
persona |
Fixed complete prompt (includeRuntimeContext: false) |
agent-instructions |
Loads workspace + $DSH_HOME/AGENTS.md |
| persistent shell | bash via PTY registry |
fs + str_replace_editor |
Bare local filesystem |
tool-web |
web_search, fetch disabled |
How it ships
Published into $DSH_HOME/.agent-presets/ by
dsh-preset-kit at boot
(symlink, hot-reloadable), with an ownership record that keeps uninstall
clean and refuses to overwrite a preset you authored by hand.