Product Launch
Claude Code Gets Desktop Redesign and Cloud “Routines”
Anthropic ships a full desktop overhaul for Claude Code on Mac and Windows — multiple parallel sessions, integrated terminal, diff viewer — alongside a research preview of “Routines,” saved configurations that run autonomously on Anthropic’s cloud.
Anthropic released the most substantial update to Claude Code since its launch on Monday, shipping a completely redesigned desktop application for Mac and Windows that transforms the tool from a single-session terminal wrapper into a full-featured development environment. The new app supports multiple parallel AI coding sessions within a single window, each with its own context and conversation history, alongside an integrated terminal, a side-by-side diff viewer for reviewing proposed changes, and a built-in file editor that lets developers inspect and modify code without switching applications. The redesign signals Anthropic’s ambition to make Claude Code not merely a CLI assistant but the primary surface through which professional developers interact with AI — a bet that the interface layer matters as much as the model underneath.
Simultaneously, Anthropic launched “Routines” in research preview — a feature that may prove more consequential than the desktop polish. Routines are saved Claude Code configurations consisting of a prompt, one or more repository connections, and optional external connectors (MCP servers, API integrations) that can be triggered to run autonomously on Anthropic’s cloud infrastructure. Triggers include cron schedules, API calls, and GitHub webhook events such as pull request creation or issue labeling. In practice, this means teams can define a Routine that, for example, automatically reviews every incoming PR against a project’s style guide, runs a security audit on dependency updates every night at midnight, or triages new GitHub issues with suggested labels and assignees — all without a human initiating a session.
The enterprise implications are immediate. VentureBeat’s hands-on testing found that Routines executed reliably across multi-repository configurations, positioning Claude Code as a lightweight orchestration layer for teams that have outgrown manual AI interactions but are not yet ready to build custom agent infrastructure. The research preview ships with usage limits and requires an existing Claude Code subscription, with general availability and team-level permissions planned for Q3.