Triple3h/dsh-reasoning-effort1

dsh-reasoning-effort

Per-model reasoning-effort editor with embedded slider for DeepSeek Harness custom providers.

包名
dsh-reasoning-effort
版本
0.2.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Triple3h/dsh-reasoning-effort

Configuration shape

The plugin edits this part of the llm-pi-ai namespace:

providers:
  my-gateway:
    models:
      - id: my-reasoning-model
        reasoningEfforts:
          off: null
          low: low
          high: high

The selected model's reasoningEfforts map determines which effort levels the slider can offer. The plugin uses the existing value for a level when one is already present; a newly enabled level is initialized with its canonical name.