What's wrong with this entry?
Anonymous. No account, no email.
- Fixed semver comparison errors producing unredacted version strings in logs — invalid semver values are now wrapped with a sanitized error message (search for
"Invalid SemVer: <redacted>")
- Fixed worktree reparse-point cleanup on Windows — the cleanup logic no longer enumerates symlinks outside the worktree root and handles the case where
realpath()fails without logging a spurious path (search for"[worktree] refusing to enumerate unremovable entry before removal")
- Fixed
git status --untracked-files=allnot being passed in some contexts where untracked file detection was needed (search for"--untracked-files=all")
- Fixed MCP import from Claude Desktop failing silently — errors are now logged at error level (search for
"Failed to read existing MCP configs for Desktop import")
- Improved file-read pagination hint: when a file is truncated by token cap and cannot be paginated by line, Claude is now told "this view is incomplete and the file cannot be paginated by line. Do NOT answer from this view alone" rather than silently returning a partial view (search for
"this view is incomplete and the file cannot be paginated by line")