精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
待人工精选——以下事实来自源码仓库。
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
待人工精选——以下事实来自源码仓库。
待人工精选——以下事实来自源码仓库。
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:ZRui-C/dsh-minimal-first-turn 作者没有声明支持的平台。
dsh-minimal-first-turn is a DeepSeek Harness Web plugin that makes an enabled root session's first model request smaller and closer to the official Minimal preset, without permanently giving up the selected agent preset. It is inspired by the first-request conditioning work in xiaobright/dsh-anchored-standard. This project is independent, experimental, and not affiliated with DeepSeek. ## What It Does While First-turn minimal is enabled: 1. A new root session's first request uses the Minimal system prompt. 2. The model sees only the official Minimal tool pair: persistent bash and str_replace_editor. 3. Automatic workspace-instruction and skill-catalog messages are removed from that request. 4. The first durable tool/call or assistant/message restores the selected preset's original prompt and complete tool catalog. 5. After compaction/end, the next request enters the same controlled phase. The composer contains a persistent 首轮精简 switch. It is global to the current DSH home, not per-session. Disabling it removes this plugin's agent-scoped Minimal tools and stops all filtering for future requests. ## Installation This package targets DSH Web with @deepseek-ai/* 0.1.0-rc.6 packages. A persistent Bash PTY is required, so the current release supports macOS and Linux hosts; Windows is not supported yet. bash dsh plugin --profile web add dsh-minimal-first-turn Restart the existing dsh web process, then open a conversation. The 首轮精简 switch appears beside the composer controls. The toggle state is stored at: text $DSH_HOME/plugins/dsh-minimal-first-turn.json When DSH_HOME is unset, the path is ~/.dsh/plugins/dsh-minimal-first-turn.json. ## Development bash pnpm install pnpm check npm pack --dry-run For a local Web profile, add the package as a dependency and mount its cordis.patch.yml, then restart dsh web. Host changes require a restart; client-only changes require a page reload when the Web HMR watcher is not running. ## Compatibility and Caveats - The plugin changes model-visible first-request conditions. It does not guarantee a particular reasoning phrase or outcome. - Its behavior is intentionally limited to root sessions; subagents keep their original catalog. - The first-turn effect is derived from durable session events, so resume and compaction preserve the phase correctly. - DeepSeek Harness is a developer preview. Pin the supported DSH package versions when using this in production. ## License MIT. The implementation includes derivative work from the MIT-licensed dsh-anchored-standard project and DeepSeek Harness packages; the required attribution is included in LICENSE. ## 中文说明 这是一个 DSH Web 插件。开启“首轮精简”后,新根会话的第一轮模型请求会使用 Minimal system prompt、持久 bash 与 str_replace_editor,并移除自动注入的 工作区说明和技能目录。首次 tool/call 或 assistant/message 后,当前预设的 完整 prompt 与工具目录恢复;发生上下文压缩后,下一轮会再次进入首轮精简阶段。 它不保证模型输出固定的推理措辞,只控制模型可见的首轮条件。开关是全局持久设置, 而不是单个会话设置。不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。