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
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ruby1304/dsh-preset-anchored-standard说明文档
阅读完整 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. |