Elysiaqwq/dsh-reasoning-depth0

dsh-reasoning-depth

DeepSeek Harness per-model thinking-depth (reasoning effort) configurator: a settings-page section that auto-reads the configured models from llm-pi-ai and applies a per-model thinking level through the agent/request waterfall — all without modifying DSH itself.

AI Analysis

核心用途是精细化控制支持 reasoning_effort 模型的思考时间,平衡回答质量与 API 成本。适合频繁使用深度思考模型、需要按需调整推理强度的用户。

Package
dsh-reasoning-depth
Version
0.1.0
License
MIT
Last updated
Aug 24, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

⚙️ Configuration

reasoning-depth:
  default: medium
  perModel:
    ark/deepseek-v4-flash: high
    uu/claude-opus-5: low

A level a model does not declare in its reasoningEfforts is skipped instead of failing the request with UNSUPPORTED_REASONING_EFFORT.