What's wrong with this entry?
Anonymous. No account, no email.
- Fixed race condition where concurrent config writes could wipe authentication data from
~/.claude.json(search for"See GH #3117") - Improved OAuth callback handling with better error message when the redirect URL is missing the authorization code (search for
"Invalid callback URL: missing authorization code") - Fixed
"Prompt cancelled by user"error propagation when prompts are cancelled during hook flows (search for"Prompt cancelled by user") - Improved orphaned version cleanup with better error handling for
statfailures (search for"Failed to stat orphaned marker") - MCP server
.mcp.jsonwrites now use atomicdatasync+renamepattern with proper file permission preservation, replacing the previous simpler write approach