mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 00:54:36 +00:00
* fix(kimi-code): persist picked thinking effort up to the model's default effort The persistence gate kept the model's top declared effort session-only unconditionally, so users whose delivered default_effort is the top tier (e.g. max) could never save an explicit pick of it. Compare the pick against the model's default_effort instead, using support_efforts as the strength ordering: picks above the default stay session-only, picks at or below it persist. Models without a declared default keep the historical top-tier rule. The same change lands in the VS Code extension's mirrored logic. * docs(kimi-code): document the effective-default ceiling for effort persistence Clarify in both apps' comments, the changeset, and the config docs that the persistence ceiling is the model's effective default effort, whether declared via the catalog / overrides or synthesized by the protocol profile inference (Claude models resolve to high, so an xhigh pick is session-only there). Pin the inference path with tests in both apps. * fix(vscode): resolve the save-config model with its provider type Mirror the TUI's effectiveModelForHost: without the provider type the Anthropic fallback profile (e.g. claude-latest) never matches, so the inferred default effort that gates persistence was missed and an above-default pick could persist where the TUI keeps it session-only. * Delete .changeset/persist-effort-up-to-model-default.md Signed-off-by: 7Sageer <sag77r@hotmail.com> * fix(vscode): seed the persisted effort with the effective-default ceiling * fix(vscode): project webview models with the provider type * fix(kimi-code): apply a session-only effort pick to the runtime in the /provider flow * fix(vscode): update the persisted-effort seed on model-switch saves * docs(kimi-code): drop the default_effort persistence-ceiling note --------- Signed-off-by: 7Sageer <sag77r@hotmail.com> |
||
|---|---|---|
| .. | ||
| kimi-code | ||
| kimi-inspect | ||
| vis | ||
| vscode | ||