What's wrong with this entry?
Anonymous. No account, no email.
- Fixed handling of
EPIPEandEIOerrors on stdout/stderr — now properly destroys the stream and triggers a graceful exit callback instead of silently failing (search for"EIO") - Improved handling of failed daemon connections: "Couldn't reach the daemon — it may be restarting. Press Enter to retry" instead of silent failure (search for
"Couldn't reach the daemon") - Added protection against recursive Zod schema references: "Recursive reference detected at" (search for
"Recursive reference detected") - Fixed regex pattern conversion failures with descriptive error: "Could not convert regex pattern at" (search for
"Could not convert regex pattern") - Added validation for
--permission-modeflag values: "must be one of" (search for"--permission-mode must be one of") - Added guard against duplicate task IDs: "task ids must be unique" (search for
"task ids must be unique") - Fixed transcript mirroring with bounded retry (3 attempts with short backoff; timeouts are not retried) to prevent silent data loss (search for
"TranscriptMirrorBatcher") - Added timeout handling for
SessionStoreoperations:append(),load(),listSessions(),listSubkeys()all now have explicit timeout errors (search for"SessionStore.append() timed out") - Fixed speculation pausing for backgrounded shells: "Speculation paused: backgrounded shell" (search for
"Speculation paused: backgrounded shell")