What's wrong with this entry?
Anonymous. No account, no email.
- Fixed Chrome extension
ToolCallTimeoutErrorandExtensionDisconnectedMidCallError— new error types provide more specific messaging when the Chrome extension disconnects mid-operation or times out (search for"ExtensionDisconnectedMidCallError") - Fixed daemon stop on Windows: the error message now correctly advises using
taskkill /PIDinstead of attempting signals that Windows doesn't support (search for"taskkill /PID") - Fixed worktree cleanup handling: uncommitted changes in agent worktrees are now preserved with a warning rather than silently lost (search for
"changed file(s) would be lost, kept") - Fixed autocompact thrashing detection: the thrashing message now properly triggers on repeated rapid re-compactions (search for
"Autocompact is thrashing") - Fixed auth token refresh: proactive token refresh failures are now logged and retried with a 60-second delay instead of failing silently (search for
"auth: proactive refresh failed") - Fixed plan-mode blocking: the
post_turn_summarynow correctly maps"blocked"status to"need_input"for plan mode flows (search for"status_category")