Files
kilocode/packages/sdk/openapi.json
T
marius-kilocode 8a47d8b788 fix(vscode): stop flashing interruption warning on queued follow-up handoff
A prompt sent while a session is running queues behind the active turn,
which breaks out of its loop after the current LLM step drains. That
handoff was recorded with close reason "interrupted", so the webview
rendered the yellow "Turn interrupted." card during the brief idle
window before the queued turn started.

The handoff now closes with a dedicated "superseded" reason instead.
Clients extend their close-reason unions and the webview suppresses the
terminal warning card for superseded turns; memory digests still treat
the cut-short turn as interrupted, and real user interruptions are
unchanged.
2026-07-29 12:31:47 +02:00

1.3 MiB