drscrewdriver/dsh-thinking-levels1

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.

包名
dsh-thinking-levels
版本
0.1.0
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:drscrewdriver/dsh-thinking-levels

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 }.