ZRui-C/dsh-minimal-first-turn
ZRui-C★ 0JavaScript最后同步: 2026-08-16
—
README 摘要
DSH Minimal First Turn 中文 Installation 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 @d…
在 GitHub 查看完整 README →