Merge pull request #9332 from Kilo-Org/fix/queue-messages

fix(cli): fix queued messages
This commit is contained in:
Marian Alexandru Alecu
2026-04-23 17:18:37 +03:00
committed by GitHub
18 changed files with 808 additions and 116 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"kilo-code": patch
---
Fix mid-turn message handling so a new prompt sent while the assistant is working no longer aborts the in-flight response. The current LLM reply streams to completion, any pending suggestion or question is automatically dismissed, and the new prompt runs immediately after the current step instead of waiting for the entire multi-step turn to finish.