What's wrong with this entry?
Anonymous. No account, no email.
- Fixed
findLogicalLineStartcrashing or scanning unnecessarily when offset is 0 — now returns 0 immediately (search for"findLogicalLineStart") - Fixed
CLAUDE_FORCE_DISPLAY_SURVEYenvironment variable not being properly checked as a boolean, which could cause the feedback survey to show unexpectedly (search for"CLAUDE_FORCE_DISPLAY_SURVEY") - Fixed plugin name extraction using proper string-before-delimiter logic instead of naive
.split("@")[0], which could fail for scoped package names (search forFB6in the diff) - Added proper timeout cleanup in conversation effects, preventing potential memory leaks from dangling setTimeout references
- Fixed Chrome extension installation check to properly catch and log errors instead of letting them propagate silently (search for
"Failed to check extension installation") - Fixed Windows binary detection for MCP servers by adding a fallback file-size comparison when the standard executable path resolution fails
- Fixed theme change detection by adding support for the
themeNotifyterminal response, enabling automatic theme updates when the terminal theme changes