drscrewdriver/dsh-thinking-levels ↗★ 1
dsh-thinking-levels
DSH host plugin: thinking-level (reasoning_effort) control for dsh — auto-adjust per tool round, with optional manual lock and per-tool timing telemetry.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:drscrewdriver/dsh-thinking-levels说明文档
阅读完整 README ↗Configuration
Two surfaces share one schema:
- Assembly — the plugin row's
config:in the profile composition (e.g.cordis.yml):config: level: high # off | low | high | max | auto allowDowngrade: false # forbid the scheduler dropping below `high` allowUpgrade: false # forbid the scheduler lifting to `max` - Runtime — the dsh-settings namespace
thinking-levels(level,allowDowngrade,allowUpgrade,enabled): changes apply to the next model request, no restart needed.
Defaults: { enabled: true, level: 'auto', allowDowngrade: true, allowUpgrade: false }.