What's wrong with this entry?
Anonymous. No account, no email.
- Fixed atomic file write cleanup: the temp file is now cleaned up even if it doesn't exist at the expected path (search for
"Cleaning up temp file") - Improved plugin hooks reload: now tracks plugin-affecting settings changes rather than just
enabledPluginsto avoid unnecessary reloads (search for"plugin-affecting settings change") - Fixed deep link input validation to reject control characters and enforce length limits, preventing potential injection issues (search for
"Deep link cwd contains disallowed control characters") - Fixed MCP lazy dedup to properly suppress duplicate servers from plugins that overlap with claude.ai connectors (search for
"[MCP] Lazy dedup: suppressing")