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 v1.0.98 Home All releases olderv1.0.96 v1.0.100newer
Claude Code v1.0.98

Enhanced Session Persistence

What: Complete rewrite of session persistence system to support remote server synchronization How to use:

# Session data now automatically syncs with remote servers when available
# Uses CLAUDE_CODE_WEBSOCKET_AUTH_FILE_DESCRIPTOR for authentication
export CLAUDE_CODE_WEBSOCKET_AUTH_FILE_DESCRIPTOR=3
claude --session-id my-session

Details:

  • Sessions can now be persisted to and restored from remote servers
  • Cross-platform file descriptor support (Darwin/FreeBSD use /dev/fd/, Linux uses /proc/self/fd/)
  • Automatic conflict detection and resolution for concurrent session modifications
  • Improved error handling with detailed logging for session operations
  • Evidence: VVA() at line 352480, KVA() at line 352534, $VA() at line 352860, MI9() at line 352437

See this entry in the whole of v1.0.98 →