HeadsUpAI

Anthropic Refreshes Claude Code With Teleport Command for Session Mobility

· Updated

Anthropic refreshed the web and mobile interface for Claude Code, its agentic coding tool (AI that autonomously writes and iterates on code). The update introduces the claude --teleport command, which synchronizes active coding sessions between the web app and the local command-line interface.

This update builds on Claude Code's session mobility by removing the friction of manual environment setup when switching devices. It also adds to session recaps for Claude Code for summarizing progress, ensuring the terminal automatically checks out the correct git branch and loads the full conversation history.

Access the refreshed interface at the official Claude Code web portal or via the mobile app. To resume a web session locally, run claude --teleport in your terminal. This feature is available to users on the research preview, which follows Anthropic's ultrareview command for multi-agent bug hunting.

Still wondering? A few quick answers below.

Claude Code is an agentic coding tool from Anthropic that can autonomously navigate codebases, write features, and fix bugs. While it originally launched as a terminal-based assistant, it is now available across web and mobile interfaces. It uses multi-step reasoning to execute complex engineering tasks rather than just providing simple chat responses.

To resume a session, you must run the claude --teleport command within your local terminal. This allows you to pick up a coding task that was previously started on the web or mobile interface. The command automatically pulls in your full conversation history and ensures your local environment is ready on the correct git branch.

The teleport command synchronizes the state of your active coding agent between different devices. Specifically, it transfers the entire conversation history and context from a web or mobile session to your local command-line interface. It also identifies and prepares the specific git branch associated with that work so you can continue your development work immediately.

You can access the refreshed Claude Code experience directly through your web browser at the official code portal or via the Claude mobile application. These interfaces allow you to initiate or monitor coding tasks while away from your primary workstation before eventually moving the work to your local terminal environment using the teleport command.

Share this update