Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Local file paths and error text withheld from remote sessions

You'll notice
Useful2 Signal2
Sessions

/heapdump and restart no longer send local paths or error text to remote sessions.

/heapdump
What

The /heapdump command and the restart path no longer send on-disk paths or raw exception text to a session running over a remote or bridged connection. Heap dump locations are written to the local log instead, and a failed restart reports that the detail was withheld. Local sessions are unaffected.

Details
  • Selected by whether the session's transport keeps outbound frames or has a live remote bridge, not by any setting
  • Heap dump failures likewise report only that detail was withheld
  • Paths still appear in the local log line beginning "heapdump written:"
Evidence

Failed to create heap dump (detail withheld on this connection), Couldn't restart Claude Code (detail withheld on this connection).

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.248 →