Moeblack / dsh-minimal-web

已收录

DSH 插件:极简模式(网络)preset——极简双工具编码 Agent + 网络搜索 + AGENTS.md 加载 | Minimal-mode agent preset with web search and AGENTS.md loading

master工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:Moeblack/dsh-minimal-web

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 4185379同步于 2026年8月18日

dsh-minimal-web

Agent preset for DeepSeek Harness: 极简模式(网络) — the minimal two-tool coding agent, plus:

  • web_search network search (the minimal preset ships without it)
  • AGENTS.md / CLAUDE.md workspace 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

RowPurpose
personaFixed complete prompt (includeRuntimeContext: false)
agent-instructionsLoads workspace + $DSH_HOME/AGENTS.md
persistent shellbash via PTY registry
fs + str_replace_editorBare local filesystem
tool-webweb_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.

仓库信息

开发语言
JavaScript
许可证
未提供
最后更新
2026年8月15日 10:46

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。