Builder.io
Builder.io
‹ Back to blog

AI

Every Claude Code Update From March 2026, Explained

March 26, 2026

Written By Alice Moore

Claude Code jumped about ten version numbers over the course of March. Keeping up with it has been a job in itself.

Some of those changes were small. A few changed what Claude Code can actually do in day-to-day work.

Here's what changed.

On March 23, Anthropic added computer use to Claude Code and Cowork for Pro and Max users, letting Claude open files, run dev tools, point, click, and navigate the screen with no setup required.

Coding agents usually hit the same limit sooner or later. They can only act through the tools explicitly wired up for them. If a workflow leaves the terminal and moves into a browser tab, desktop app, or system UI the agent can't reach, the human has to take over.

Computer use gives Claude another option. It can click through those interfaces when a cleaner integration isn't available.

The tradeoff is real. Claude sees your screen through screenshots, asks permission before accessing apps, and shouldn't be used around sensitive financial, health, or personal records.

That pushes Claude Code beyond neat tool boundaries and into messier real-world workflows.

Auto mode is Anthropic's middle ground between the standard approval flow and --dangerously-skip-permissions.

By Anthropic's numbers, users already approve 93% of permission prompts. Auto mode tries to cut that busywork with two checks. One is an input-layer prompt-injection probe. The other is an output-layer transcript classifier.

Safe actions run automatically. Risky ones get blocked, and Claude is pushed toward safer alternatives instead of stopping outright.

It's a practical attempt to remove repetitive approvals without fully opening the gates.

Claude Code is also getting less tied to a single machine as Anthropic moves it toward phone-based continuity.

Anthropic is starting to treat Claude Code more like a running session you can check on from your phone while the real environment stays anchored to your machine.

Scheduled tasks push Claude Code beyond a tool that only works when your laptop is open. It can now run recurring jobs on Anthropic-managed cloud infrastructure.

You give Claude a prompt, attach one or more repos, choose a schedule, and add the environment and connectors it needs. Then it can run even when your computer is off.

That makes Claude Code useful for ongoing operational work like reviewing open PRs every morning, checking CI failures overnight, syncing docs after merges, or running dependency audits every week.

Tasks can be created from the web, desktop app, or /schedule in the CLI. Each run starts from a fresh clone, creates its own session, and gives you a place to inspect the work, review changes, and open a pull request afterward.

A normal Claude Code session still feels like something you open, supervise, and eventually close. Scheduled tasks make it much more useful for recurring software work, especially alongside auto mode, remote control, and cloud auto-fix.

Anthropic also improved how Claude packages its work for review.

Claude can now produce interactive charts, diagrams, visualizations, and mobile interactive apps. Agents increasingly need reviewable interfaces instead of blobs of text, which is the same shift I wrote about in MCP Apps are the Future of Agentic Workflows.

A side-by-side comparison showing a project submission form on the left and its corresponding machine-readable event log on the right. The event log captures user interactions such as form inputs, dropdown selections, and button clicks with precise timestamps and values.

Completing the task is only part of the job. Agentic tools also need to package results in a form people can inspect, share, and react to quickly. These releases pushed Claude further in that direction.

March also brought a set of smaller updates that still moved the product forward.

  • Context and memory got better. /context suggestions improved. Claude Code also added custom auto-memory directory support, timestamps on memory files, and fixes for memory leaks and policy issues.
  • Output limits increased. Anthropic raised the default output for Opus 4.6 to 64k and the ceiling to 128k for Opus 4.6 and Sonnet 4.6. That matters for longer agent runs that would otherwise get clipped.
  • Hooks and workflow depth expanded. March added MCP elicitation support, StopFailure, transcript search, more hook events, better streaming behavior, subprocess credential scrubbing, session display names, and sparse worktree paths.
  • Asynchronous control improved. March added --bare for scripted calls and a --channels permission relay that can forward approval prompts to your phone. Claude Code is being shaped for workflows that keep going when you step away from your desk.
  • Platform coverage widened. Updates included a PowerShell tool preview for Windows, system-prompt caching with ToolSearch and MCP tools, and VS Code rate-limit warnings.
  • Cloud auto-fix moved Claude further into post-PR work. Noah Zweben announced that web and mobile sessions can now automatically follow PRs, fix CI failures, and address comments in the cloud so you can return to a ready-to-go pull request.
  • PR review became part of the pitch. Anthropic's new Code Review feature matters because Claude Code is now producing enough code to create review bottlenecks, though current public reporting suggests the cost is high enough that teams may use it selectively.

Over the past month, Claude Code has looked more and more like a tool for sustained agent workflows and long-running sessions.

Anthropic's own scientific computing guide makes that model explicit. It recommends a root CLAUDE.md, a CHANGELOG.md as working memory, test oracles, regular commits, and tmux for multi-day sessions.

That isn't just advice for better prompting. It's an operating pattern for supervising long-running agent work.

Seen through that lens, March's launches and patch notes line up. Computer use expands what Claude can touch. Auto mode and remote continuity reduce the need for constant supervision. Cloud auto-fix extends Claude's role after a pull request opens. The lower-level updates to memory, hooks, output limits, plugin infrastructure, and rate-limit visibility make that broader workflow more reliable.

That shift also changes where the real difficulty shows up. Once agents can stay active longer and touch more of the software lifecycle, code generation matters less than orchestration.

Put together, March suggests Claude Code is maturing from a coding assistant into an environment for operating agents over longer stretches of work.

Claude Code, Codex, Cursor, and similar tools are all pushing in the same direction. Code is getting cheaper to produce.

As that happens, the constraint shifts. Teams still need to converge on the best working version of the product, and speed there matters more.

Claude Code lowers the cost of generating code. Builder.io lowers the cost of iterating on real code together.

Builder is a collaborative workspace where the whole team can work on the actual implementation together.

You can tag Builder.io in a Slack thread, or open it directly and start branching, prompting, designing, and testing. What comes back is a live branch tied to the real codebase.

Anyone who opens that branch can inspect what changed, use the app, prompt the AI to make more changes, or branch off into a larger experiment. Engineers set up the environment once, and everyone else gets a cloud sandbox with the right guardrails and role-based access.

That means PMs, designers, marketers, and QA can work in the same environment without worrying they'll break something. Instead of waiting for engineers to build a first pass and then rework it, the people closest to the decision can make changes themselves and hand off a real branch with the implementation, context, and diff in one place.

Builder can also route review to the right team, and AI can handle mechanical work like merge conflicts instead of making humans babysit them. Context stays attached to the branch instead of scattering across Slack threads, tickets, and PR comments, so the right people can shape the implementation.

As agentic tools make code cheaper, the winning platforms will be the ones that make shared judgment, coordination, and iteration cheaper too.

The flashy version is easy to summarize. Computer use, auto mode, remote continuity, interactive visuals, cloud auto-fix, and a lot of patch releases.

What stands out more is how well those updates fit together. Claude Code is getting better at staying active across devices, handling recurring work, and producing outputs people can actually review.

The patch notes weren't random. They point toward a more persistent, operational kind of coding agent, something you can come back to, run on a schedule, and use across more of the workflow.

That's also why Builder matters more as coding agents get stronger. Better agents increase the volume of code and changes. Builder gives the whole team a shared workspace to inspect, steer, review, and extend that work on the real implementation.

Claude Code is becoming more usable for ongoing work. The bigger shift is what teams need around it. They need a system for collaborative, agent-driven iteration on the real implementation, with review, coordination, and shared context built in.

Generate clean code using your components & design tokens

Generate high quality code that uses your components & design tokens.

Get the latest from Builder.io