mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 09:05:46 +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 |
||
|---|---|---|
| .. | ||
| .vitepress | ||
| en | ||
| media | ||
| public | ||
| zh | ||
| .gitignore | ||
| AGENTS.md | ||
| index.md | ||
| package.json | ||