2 min read AI-generated

Claude Code 2.1.198-200: Chrome Goes GA, Manual Mode Becomes the Default

Copy article as Markdown

Three updates in two days — Claude in Chrome is now GA, the permission mode is officially 'Manual', and background agents finally got reliable.

Featured image for "Claude Code 2.1.198-200: Chrome Goes GA, Manual Mode Becomes the Default"

Some weeks nothing major happens in Claude Code land. Then three versions drop in 48 hours. Between July 2 and 3, Anthropic shipped versions 2.1.198, 2.1.199, and 2.1.200 — and each one packs a punch.

Claude in Chrome is now GA (2.1.198)

The biggest news first: Claude in Chrome is officially Generally Available. The browser tool that lets Claude Code interact directly with web pages — reading the DOM, filling forms, taking screenshots — is out of beta.

Also new: background agent notifications. Sessions that need input or finish now fire the Notification hook. No more silent background jobs you forget about.

Version 2.1.198 also ships a new /dataviz skill for chart and dashboard design, and background agents now automatically commit, push, and open a draft PR when they finish code work in a worktree.

Streaming gets robust (2.1.199)

Version 2.1.199 is all about reliability. SSL certificate errors — from TLS-inspecting proxies, missing NODE_EXTRA_CA_CERTS, or expired certs — now fail immediately with an actionable fix hint instead of silently burning through retries.

Streaming responses that hit a server error mid-stream are no longer thrown away entirely. Claude Code keeps the partial output and shows an incomplete-response notice.

And subagents cut off by a rate limit or server error now report the problem honestly to the parent agent — instead of pretending an empty result is a success.

Manual Mode becomes the default (2.1.200)

The most visible change in 2.1.200: the “Default” permission mode is now officially called “Manual.” Everywhere — CLI, --help, VS Code, JetBrains. It’s more than a rename: it makes explicit what was implicit. You decide for every action whether Claude Code can run it.

On top of that, 2.1.200 fixes a whole stack of background agent issues: sessions that stopped after sleep/wake now resume correctly. Stale daemon locks whose PIDs the OS reused no longer block new agents from starting. And cancelled turns don’t accidentally re-run after a stall respawn anymore.

What it all adds up to

These three updates show a clear direction: Claude Code is getting enterprise-ready. Chrome GA means browser automation is now an officially supported workflow. The streaming and retry improvements make daily use on flaky networks much smoother. And the Manual Mode rename removes the last ambiguity from the permission system.

If you’re still on an older version: now’s a good time for /update.

Sources: