product updateAnthropic

Anthropic enables Claude Code sessions across devices via cloud sync

TL;DR

Anthropic has expanded Claude Code accessibility to smartphones, tablets, and web browsers, allowing users to resume locally-running programming sessions across devices. The research preview feature enables seamless session continuity without requiring users to restart their development environment.

2 min read
0

Claude Code Sessions Now Sync Across All Devices

Anthropichas made its Claude Code research preview accessible from multiple device types, enabling developers to continue active programming sessions on smartphones, tablets, and browsers. The feature maintains session state across platforms, allowing work to resume without restarting the local environment.

What Changed

Previously, Claude Code sessions were limited to their initial access point. The update introduces cloud-based session synchronization, letting users:

  • Pause work on a desktop machine and resume on a smartphone
  • Access the same session from a tablet while away from primary workstation
  • Switch between web browser and native environments seamlessly

The feature applies to locally-running Claude Code instances, maintaining the same security model while adding cross-device continuity.

Implementation Details

The update appears to rely on session tokens or identifiers that persist across devices, allowing the cloud backend to coordinate state without requiring the local Claude Code process to migrate. Users can authenticate on new devices and reconnect to active sessions.

Current Status

Claude Code remains in research preview. Anthropic has not disclosed:

  • Specific device compatibility limitations
  • Session persistence duration limits
  • Whether this feature requires Claude API subscription or Pro tier
  • Geographic data residency considerations

What This Means

This addresses a key friction point for developers: many coding tasks require context switching. A developer debugging a bug during a meeting can now reference their local Claude Code session from a phone rather than waiting to return to their desk. For remote teams, it reduces the barrier to impromptu code reviews or rapid iteration cycles.

The feature also suggests Anthropic is optimizing Claude Code for tighter integration into developer workflows rather than treating it as a standalone tool. Multi-device access is table stakes for modern development environments—this brings Claude Code closer to feature parity with traditional IDEs.

However, the lack of clarity on session security, persistence, and authentication methods warrants careful evaluation before deploying Claude Code in sensitive production contexts. Developers should verify data handling policies before using this feature with proprietary code.

Related Articles

changelog

Anthropic SDK v0.121.0 Adds Session Budgets, Mid-Conversation Tool Changes, and GitHub Skills Auto-Loading

Anthropic released version 0.121.0 of its Python SDK on August 7, 2026, introducing a new beta for mid-conversation tool changes, session budgets, an advisor tool, pinned inference location, and skills auto-loading from GitHub. The update also removes retired Claude Opus 4.1 models from the API.

research

Study: Humans Approve 1 in 3 Malicious AI Coding Agent Commands in Browser Game Test

A browser-based game simulating Claude Code-style permission requests found that human reviewers approved roughly one in three malicious commands across more than 40,000 game sessions. The findings, alongside Anthropic's own telemetry showing 93% approval rates for permission prompts, highlight growing concerns about approval fatigue in agentic AI coding workflows.

product update

Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224

Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.

product update

Anthropic Sets Claude Code Auto Mode as Default Starting August 14

Anthropic will switch Claude Code's default permission setting to auto mode on August 14 for Pro, Max, and Team users. The company says its safety classifier caught 89% of dangerous commands in testing, compared to 13.6% for human reviewers, and will no longer charge extra tokens for the classifier itself.

Comments

Loading...