kimi-code/docs
7Sageer ee53d84fb0
fix(agent-core-v2): honor default thinking effort for secondary-bound subagents (#3191)
* fix(agent-core-v2): honor default_effort for secondary-bound subagents

[secondary_model].default_effort was parsed but never consumed, so a
subagent bound to a secondary/pool model resolved its thinking effort
from the main-oriented global [thinking].effort or the middle of the
bound model's support_efforts. Pass the section's default_effort as the
explicit spawn thinking, then fall back to the bound model entry's own
declared default_effort, both ahead of the global thinking config.

* docs(configuration): document secondary_model default_effort precedence

* fix(agent-core-v2): apply the model-default thinking fallback to tower spawns

TowerSpawnTool resolves the subagent binding directly and bypasses
planSpawn, so pool-bound tower workers never saw the bound model
entry's default_effort fallback. Apply the same resolution in launch.

* fix(agent-core-v2): preserve disabled thinking for subagents
2026-08-24 14:14:47 +08:00
..
.vitepress docs: drop legacy secondary-model content and unify subagent terminology (#2891) 2026-08-13 19:57:46 +08:00
en fix(agent-core-v2): honor default thinking effort for secondary-bound subagents (#3191) 2026-08-24 14:14:47 +08:00
media docs: add Official Plugins section with WebBridge and Computer Use (#2653) 2026-08-06 22:51:27 +08:00
public Kimi For Coding 2026-05-22 15:54:50 +08:00
zh fix(agent-core-v2): honor default thinking effort for secondary-bound subagents (#3191) 2026-08-24 14:14:47 +08:00
.gitignore fix: fix bundle (#956) 2026-06-22 13:59:57 +08:00
AGENTS.md docs: drop legacy secondary-model content and unify subagent terminology (#2891) 2026-08-13 19:57:46 +08:00
index.md Kimi For Coding 2026-05-22 15:54:50 +08:00
package.json feat(web): add Mermaid diagram rendering and off-thread KaTeX/Mermaid workers (#1226) 2026-07-01 02:17:34 +08:00