ruby1304/dsh-preset-anchored-standard ↗★ 0
dsh-preset-anchored-standard
Minimal-anchored agent preset for DeepSeek Harness: first request keeps the real Minimal tool pair, promotion unlocks the full Standard catalog with a one-shot background-jobs notice
AI Analysis
核心用途是为智能体提供渐进式工具解锁。首次请求仅保留极简工具对,随后解锁完整标准目录并附带后台任务通知。适合需要控制初始上下文并逐步释放能力的开发任务。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ruby1304/dsh-preset-anchored-standardREADME
Read the full README ↗Configuration
All knobs live in the tool-bootstrap row of presets/anchored-standard/agent.cordis.yml:
| Key | Default | Meaning |
|---|---|---|
bootstrapTools | [bash, str_replace_editor] | Tool catalog exposed on request #1. |
promoteOn | either | Promotion signal: tool-call, assistant-message, or either. |
suppressedContextSources | [agent-instructions, skill-catalog] | Auto-injected context stripped while bootstrapping ([] disables the filter). |
bootstrapMaxTokens | unset | Optional output cap for request #1; stripped explicitly after promotion. |
promotionNotice | built-in text | One-shot notice at the promotion step: custom string, or false to disable. |