mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-24 08:06:38 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| configuration | ||
| customization | ||
| guides | ||
| reference | ||
| release-notes | ||
| index.md | ||