kimi-code/docs/zh
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
..
configuration fix(agent-core-v2): honor default thinking effort for secondary-bound subagents (#3191) 2026-08-24 14:14:47 +08:00
customization docs(plugins): rework Kimi Datasource section with authoritative source names (#3153) 2026-08-21 14:59:49 +08:00
guides feat(kimi-code): recognize multiple inline skill activations in one prompt (#2935) 2026-08-17 00:09:18 +08:00
reference docs: document detailed parameters for all server API endpoints (#3155) 2026-08-21 15:05:38 +08:00
release-notes docs(changelog): sync 0.38.0 from apps/kimi-code/CHANGELOG.md (#3137) 2026-08-20 21:40:27 +08:00
index.md Kimi For Coding 2026-05-22 15:54:50 +08:00