What's wrong with this entry?
Anonymous. No account, no email.
- Background daemon no longer exits on ECONNRESET errors originating from the HTTP server's internal connection handling. The error is now swallowed with a debug log rather than causing a crash (search for
"Swallowed unhandled http.Server ECONNRESET rejection")
- MCP telemetry for claude-in-chrome and computer-use tools no longer logs tool names outside the known action set, preventing false positives in usage metrics (search for the updated
Ceefunction which checksR3n(r.serverName))
- Worktree branch deletion error messages now consistently include a configurable label rather than a hard-coded prefix, making them easier to attribute in logs (search for
"Could not delete worktree branch"vs. the old hard-coded"Could not delete worktree branch:")
- Auto-mode
autoMode.environmentvalidation now rejects entries that contain the"$defaults"template token, preventing placeholder tokens from being written verbatim into settings (search for"contains an entry with a literal \"<settings_\" template token")