Spec Review Mouse Support, AI Session Titles, and Automatic Stream Recovery
2.19.0This release brings mouse support to the spec review screen and AI-generated titles to the V3 session picker, so similar sessions are easy to tell apart. Under the hood, a stream idle watchdog, automatic retries with backoff, and a 60-minute streaming timeout mean a dropped connection or a throttled request no longer hangs or ends your turn.
The spec review screen now supports the mouse: scroll to navigate the document and click to position the cursor. Press m to toggle mouse support on or off. Learn more ->
The session resume picker now shows a short AI-generated title summarizing your first prompt, so similar sessions are easy to tell apart when you return with kiro-cli chat --resume-picker or /chat resume. Learn more ->
Turns no longer hang on a stalled response stream: an idle watchdog warns after 60 seconds of silence and cancels at 300, while throttling, 5xx errors, and connection drops are retried automatically with backoff. Streaming responses also get a 60-minute timeout by default, so long responses are no longer cut off. Tune all of it with the api.streamIdleSoftTimeout, api.streamIdleHardTimeout, and api.timeout settings. Learn more ->