Asowerp/dsh-resoning-effort
Asowerp★ 0JavaScriptLast synced: 2026-08-15
—
README excerpt
dsh-reasoning-effort Adds configurable thinking-strength (reasoning-effort) levels to custom providers in DeepSeek Harness (hand-declared llm-pi-ai routes). Built-in deepseek-official already offers Off/High/Max, but custom providers only expose levels when each model explicitly declares reasoningEfforts . This plugin adds a settings page that writes those declarations straight into llm-pi-ai — the composer's model picker and the request path pick them up immediately. Highlights - Custom (hand-declared) routes only; built-in/catalog routes are never touched. - Explicit opt-in: only models you tick are written. - Changes auto-save (600 ms debounce). - Apply known model : search and apply the reasoning levels of 420 known reasoning models (embedded catalog, regenerable via scripts/dump-catalog.mjs && scripts/embed-known.mjs ). - Provider cards collapsed by default. Install (Or copy the package into /profiles/node modules/dsh-reasoning-effort and add "dsh-reasoning-effort" to the profile's dsh.profile.bundles .) Restart the web profile afterwards. Use Settings → Thinking strength : expand a custom provider, tick the levels each model should offer ( off / minimal / low / medium / high …
View full README on GitHub →