2 min read AI-generated

Claude Code Gets Routines and a Complete Desktop Overhaul

Copy article as Markdown

Anthropic launched automated routines for Claude Code alongside a redesigned desktop app. Scheduled tasks, API triggers, and an integrated terminal turn the coding agent into a round-the-clock teammate.

Featured image for "Claude Code Gets Routines and a Complete Desktop Overhaul"

Claude Code just got two major updates at once — and both change how you work with the coding agent.

Routines: Claude Code Works While You Sleep

The new routines feature turns Claude Code into an always-on teammate. You configure a prompt, pick a repository, optionally add connectors — and Claude executes it automatically. On Anthropic’s cloud infrastructure, not your machine. Your laptop can be closed.

There are three trigger types: Scheduled (e.g., pull the top bug from Linear every night at 2am and open a draft PR), API (fire via HTTP POST from external tools or deploy hooks), and GitHub Webhooks (automatically react to pull requests, pushes, or issues).

Limits depend on your plan: Pro users get 5 routines per day, Max gets 15, Team and Enterprise get 25. Need more? You pay extra.

Typical use cases include nightly bug triage, automated code reviews based on team-specific checklists, library porting across SDKs, deploy verification, and alert triage with proposed fixes. Basically everything you’ve been building custom CI pipelines or cron jobs for.

The New Desktop: Terminal, Diff Viewer, and Flexible Panes

Alongside routines, Anthropic completely overhauled the Claude Code desktop app. The new design is built around flexible panes you can arrange freely: Chat, Diff, Preview, Terminal, File, Plan, Tasks, and Subagent — all side by side, however you need them.

The integrated terminal shares Claude’s environment. When Claude edits files, you see the same state in the terminal immediately. The new diff viewer shows changed files on the left, actual changes on the right — and you can click individual lines to leave feedback directly.

The goal is clear: stop bouncing between your editor, terminal, and Claude. Instead, you sit in the orchestrator seat and control everything from one place.

My Take

Routines are the logical next step. Claude Code was an interactive assistant — now it’s becoming an autonomous team member that works nights and weekends. The desktop redesign makes daily work noticeably smoother. Together, both updates show where Anthropic is headed: Claude Code shouldn’t just be a tool, but an integral part of your development workflow.

Both features are available as a research preview — not final, but already usable.

Sources: