























@@ -39,7 +39,7 @@ title: "Thinking Levels"
39392. Session override (set by sending a directive-only message).
40403. Per-agent default (`agents.list[].thinkingDefault` in config).
41414. Global default (`agents.defaults.thinkingDefault` in config).
42-5. Fallback: provider-declared default when available, `low` for other catalog models marked reasoning-capable, `off` otherwise.
42+5. Fallback: provider-declared default when available; otherwise reasoning-capable models resolve to `medium` or the nearest supported non-`off` level for that model, and non-reasoning models stay `off`.
43434444## Setting a session default
4545@@ -113,7 +113,7 @@ title: "Thinking Levels"
113113114114- The web chat thinking selector mirrors the session's stored level from the inbound session store/config when the page loads.
115115- Picking another level writes the session override immediately via `sessions.patch`; it does not wait for the next send and it is not a one-shot `thinkingOnce` override.
116-- The first option is always `Default (<resolved level>)`, where the resolved default comes from the active session model's provider thinking profile.
116+- The first option is always `Default (<resolved level>)`, where the resolved default comes from the active session model's provider thinking profile plus the same fallback logic that `/status` and `session_status` use.
117117- The picker uses `thinkingOptions` returned by the gateway session row. The browser UI does not keep its own provider regex list; plugins own model-specific level sets.
118118- `/think:<level>` still works and updates the same stored session level, so chat directives and the picker stay in sync.
119119此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。