What's wrong with this entry?
Anonymous. No account, no email.
- Fixed paste handling to normalize CRLF and CR line endings to LF in multiline mode, preventing mixed line endings from confusing editors (search for
"\\r\\n|\\r/g") - Fixed attribution snapshot handling to clear the map before storing new snapshots, preventing stale data accumulation (search for
"D.clear()") - Fixed dependency version resolution to check both
resolvedVersionand manifest version for more accurate plugin deduplication (search for"resolvedVersion") - Fixed ANSI escape sequence parsing to correctly handle CSI sequences, OSC sequences, and other terminal control codes (search for
"Tq4") - Fixed a variable reference bug in a slice operation where the wrong variable was being used (search for
"O6.slice(1)") - Improved validation of at-mentions to require content presence alongside title checks, preventing empty mentions from being processed (search for
"contentLength") - Fixed React component state management by correcting dependency arrays and initial state values (search for
"lzA") - Improved skill source filtering logic to correctly include builtin sources instead of excluding them (search for
"q.source !== 'builtin'")