mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
ensureTitle was sending small-model requests with the same HEADER_TASKID as the agent session. The gateway saw two different models (kilo-auto/small and kilo-auto/frontier) under the same task and routed to both. Prefixing the title sessionID with "title-" isolates it from the agent task.