What's wrong with this entry?
Anonymous. No account, no email.
- OAuth callback port parsing now correctly rejects port 0 and enforces the full TCP range, fixing cases where a
0port was silently accepted (search for"--callback-port must be an integer in [1, 65535]") - Interrupted turn auto-resume now skips turns that are too old, preventing unexpected re-execution of stale assistant turns after long restarts (search for
"CLAUDE_CODE_RESUME_INTERRUPTED_TURN_MAX_AGE_MS") - Claude in Chrome
navigatewithout a tabId no longer requires a manualtabs_context_mcppreflight call for URL navigation (search for"tabs_context_mcp returned an error.") settings.local.jsonconsent store is no longer silently moved to a repo root that is owned by a different system user (search for"localSettings: not canonicalizing the consent store")