Mu-scorpio/dsh-reasoning-effort0

dsh-reasoning-effort

为 DSH 提供基于服务商感知的推理强度(Reasoning Effort)设置插件,支持在服务商或模型级别配置默认推理级别。

AI 分析

核心用途是精细化控制支持推理模型的思考强度。适合需要根据任务复杂度或成本预算调整模型推理深度的用户。

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

安装

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

Configuration rules

FieldMeaning
apiSelects the default wire-value map for a provider protocol.
reasoningSets a provider-level default reasoning level when one is missing.
effortsOverrides the values sent for the generic Harness levels.
models..effortsOverrides the map for one model.
models..disabledExplicitly marks one model as non-reasoning.

The available Harness levels are off, minimal, low, medium, high, xhigh, and max. The built-in protocol maps cover the five common levels from low through max; custom gateways can provide their own values.

Providers must already exist in the llm-pi-ai settings. The plugin enhances an existing provider; it does not recreate one that has been removed.