What's wrong with this entry?
Anonymous. No account, no email.
- Fixed worktree removal to include fallback directory cleanup when
git worktree removefails, preventing orphaned directories from accumulating (search for"git worktree remove failed") - Fixed settings mutation bug where remote managed settings could be modified in-place; now uses
structuredClonebefore validation (search for"structuredClone") - Fixed null safety issue in file path handling that could cause crashes when
filePathis undefined (search for"filePath: q = ''") - Fixed OAuth callback abort handling to use proper
AbortController-based cleanup, preventing resource leaks (search for"AbortController") - Fixed retention cleanup to skip when userSettings source is disabled via
--setting-sources, preventing unintended data deletion (search for"Skipping retention cleanup") - Fixed terminal output sanitization to filter ANSI escape sequences more aggressively, preventing garbled output (search for
"charCodeAt(0) === 27")