kimi-code/docs/en/configuration
haozhe.yang c0b9cd8e00 feat(background): add print_background_mode with steer for multi-turn -p runs
- add `[background].print_background_mode` (`exit`/`drain`/`steer`) and
  `print_max_turns`; when unset, falls back to `keep_alive_on_exit = true`
  mapping to `drain`, preserving existing behavior
- core: `Session.handlePrintMainTurnCompleted()` returns `finish`/`continue`;
  in `steer` mode the run stays alive so a background-task completion
  `turn.steer`s the main agent into a new turn (matching background
  subagents), bounded by `print_wait_ceiling_s` and `print_max_turns`
- cli: print driver follows every main turn instead of only the first and
  defers `finish()` until the run quiesces or a limit is hit
- plumb `handlePrintMainTurnCompleted` through node-sdk RPC; docs + tests
2026-07-08 17:38:22 +08:00
..
config-files.md feat(background): add print_background_mode with steer for multi-turn -p runs 2026-07-08 17:38:22 +08:00
data-locations.md feat(update): roll out automatic updates in staged batches via CDN manifest (#691) 2026-06-15 16:52:44 +08:00
env-vars.md feat(kosong): honor explicit anthropic max output override (#1465) 2026-07-07 15:23:42 +08:00
overrides.md feat(cli): add -c as shorthand for --continue (#999) 2026-06-23 13:53:31 +08:00
providers.md fix(provider): honor base_url for google-genai and vertexai providers (#1269) 2026-07-01 19:33:35 +08:00