What's wrong with this entry?
Anonymous. No account, no email.
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_HEADERSenvironment variable - Validates authentication status before proceeding
Environment Variables:
TELEPORT_RESUME_URL: Override the default URL for session resumptionTELEPORT_HEADERS: Pass custom headers as JSON (e.g.,export TELEPORT_HEADERS='{"Authorization": "Bearer token"}')