What's wrong with this entry?
Anonymous. No account, no email.
- Fixed case-insensitive path comparison on Windows to correctly handle path matching logic (search for
"platform detection and case normalization")
- Fixed delete-word-before behavior in REPL editor: when the line is empty, the action is now a no-op instead of potentially causing unexpected behavior (search for
"delete-word-before")
- Fixed retry error display to detect SSL errors and show configurable max retries (search for
"SSL error detection")
- Fixed git index refresh to add an early-return guard when the index is null and a prior refresh has already occurred, preventing unnecessary refreshes (search for
"lastRefreshMs")
- Fixed Windows path glob pattern handling to preserve leading slashes instead of stripping them (search for
"relativePattern")
- Fixed Node component rendering to display the
nameproperty instead of the entire object (search for"q.name property")
- Fixed path validation to add null safety check before path derivation, preventing potential crashes when the path is unavailable (search for
"if (!K) return !1")
- Removed stale file tracking length check that could cause early returns, allowing file operations to proceed even with an empty cached file list (search for
"cachedTrackedFiles")