What's wrong with this entry?
Anonymous. No account, no email.
- MCP server "not found" errors now include a "Did you mean…" suggestion when a similarly-named server exists (search for
"Did you mean \"")
- Attachment processing is now skipped for bare-fork sessions, preventing unnecessary work when the fork has no display context (search for
"t.options.bareFork")
- The
--scope projectflag in plugin commands no longer produces a literal string with a backtick when the plugin source name is unsafe to embed in shell (search forYg("plugin install", e.source, "--scope project"))
- Sandbox Linux: Re-applied
denyReadfile masks are now properly re-exposed afterdenyWritebinds, preventing a class of read-protection bypass (search for"[Sandbox Linux] Re-applying denyRead file mask re-exposed by denyWrite bind:")
- Worktree cleanup now properly unlinks configured reparse points before removal, and skips configured reparse points that fall outside the worktree path (search for
"[worktree] unlinked configured reparse point before removal:")
auto-copynotification timeout is now correctlyMath.max(existingTimeout, 4000)rather than always 4000ms, preventing the notification from being cut off when the underlying operation set a longer timeout (search for"Math.max(S.timeoutMs, 4000)")