DeepSeek Harness Minimal 模式
Minimal 模式是内置的两工具 DSH 编码 Agent 预设:Persistent Bash 加上 str_replace_editor。
本页内容
DeepSeek Harness Minimal 模式是什么?
DeepSeek Harness 官方 Web UI 把 Minimal 模式描述为:使用 Persistent Bash 与 str_replace_editor 的两工具编码 Agent。
随项目发布的 Minimal 预设使用完整的固定 Persona,隐藏运行时上下文快照,并且不包含上下文压缩。
Minimal 模式包含哪些工具?
Persistent Bash
@deepseek-ai/dsh-tool-bash-persistent 在多次调用之间提供持久化 Shell。
str_replace_editor
@deepseek-ai/dsh-tool-str-replace-editor 提供该预设所使用的文件编辑界面。
该预设没有常规 DSH Web 工具
随项目发布的 Minimal 组合不加载 @deepseek-ai/dsh-tool-web。其 Persistent Bash 工具说明也明确指出 Shell 没有互联网访问能力。
Minimal 模式的选择机制
Agent 预设在创建新会话时选择。官方预设界面文档说明,运行中的会话会保留启动时使用的预设;修改默认值只影响之后的会话,不会切换活动会话。
Minimal 模式与 Standard 模式
Minimal 模式有意只提供 Persistent Shell 与 Editor 组合。Standard 模式是更完整的内置编码 Agent,包含文件编辑、Shell、文件与网页搜索、Skills、规划、目标、Subagents 和 Workflows。
继续阅读维护中的指南
来源
官方 Minimal 预设 · 官方预设文案 · 官方预设界面行为。