dsh-minimal-web
其他 活跃维护

dsh-minimal-web

Moeblack/dsh-minimal-web

极简模式网络预设,提供双工具编码代理能力,原生支持网络搜索与AGENTS.md规则文件加载,开箱即用无需额外配置,满足轻量化编码辅助需求

2
Stars 标星
0
Forks 分支
2
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Moeblack/dsh-minimal-web
git clone https://github.com/Moeblack/dsh-minimal-web.git
git clone git@github.com:Moeblack/dsh-minimal-web.git
README.md master

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

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.