rinDBeans/dsh-miraculous-standard ↗★ 6
dsh-miraculous-standard
Miraculous Standard — 适用于 DeepSeek V4 Pro/Flash 的统一锚定智能体预设
AI 分析
核心用途是提供双工具首请求引导、模型感知路径、统一上下文网关及 shell 处理。适合使用官方 API 或 opencode-go 渠道的 DSH 用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rinDBeans/dsh-miraculous-standard说明文档
阅读完整 README ↗模型配置
## 配置
配置位于 `preset/agent.cordis.yml`。
| 键 | 默认值 | 说明 |
| --- | --- | --- |
| `bootstrapTools` | `[bash, str_replace_editor]` | 首请求可见工具 |
| `promoteOn` | `either` | 晋升触发:`either` / `tool-call` / `assistant-message` |
| `bootstrapMaxTokens` | 未设 | 首请求输出上限(opt-in,晋升后剥离) |
| `suppressedContextSources` | `[agent-instructions, skill-catalog]` | 兼容性保留的源过滤;统一 context-gate 已覆盖未知来源 |
| `residentTools` | `[bash, str_replace_editor, dev_tool_search, skill_search, skill_load]` | Pro(及 Flash resident 模式)晋升后常驻目录;可加 `read`、`grep` 等 |
| `compactionTools` | `[read, edit, glob, grep]` | compaction 后、再晋升前的受控工具集 |
| `forcePath` | `auto` | 路径钉死:`auto` / `pro` / `flash` |
| `flashGuidance` | `true` | Flash 神模式 persona 开关 |
| `flashPersona` | 内置 w7+deep | 自定义 Flash persona |
| `flashPromotedCatalog` | `full` | Flash 晋升后目录:`full` / `resident` |
| `includeSubagents` | `true` | 子代理是否也走 bootstrap 锚定阶段 |
| `proDisciplineHint` | `false` | Pro 晋升后每 epoch 注入一次长任务纪律提示 |
| `proDisciplineHintText` | 内置文本 | 自定义纪律提示 |
---