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.68 Home All releases olderv1.0.67 v1.0.69newer
Claude Code v1.0.68

Teleport - Resume Sessions Across Machines

A powerful new --teleport feature allows you to resume Claude Code sessions from other machines or continue someone else's shared session.

Usage:

# Resume by session ID
claude --teleport abc123def456

# Resume from a URL
claude --teleport https://claude.ai/chat/abc123def456

Features:

  • Automatically fetches conversation history from remote sessions
  • Switches to the appropriate git branch if needed
  • Offers to stash uncommitted changes before switching branches
  • Supports custom headers via TELEPORT_HEADERS environment variable
  • Validates authentication status before proceeding

Environment Variables:

  • TELEPORT_RESUME_URL: Override the default URL for session resumption
  • TELEPORT_HEADERS: Pass custom headers as JSON (e.g., export TELEPORT_HEADERS='{"Authorization": "Bearer token"}')

See this entry in the whole of v1.0.68 →