ruby1304/dsh-preset-anchored-standard ↗★ 0
dsh-preset-anchored-standard
DeepSeek Harness 的极简锚定智能体预设插件
AI 分析
核心用途是为智能体提供渐进式工具解锁。首次请求仅保留极简工具对,随后解锁完整标准目录并附带后台任务通知。适合需要控制初始上下文并逐步释放能力的开发任务。
安装
$
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. |