Claude Code Desktop gains built-in browser in Week 28 update
Anthropic
Anthropic's weekly Claude Code digest for July 6–10 (Week 28) introduces an in-app browser for the Claude Code desktop app, letting Claude pull up documentation, designs, or any website and interact with pages the same way it does with local dev server previews. The release also upgrades the /doctor command into a full setup checkup that can diagnose and auto-fix configuration issues, and tightens auto mode with safeguards against transcript tampering and destructive rm -rf commands on unresolved variables.
Why it matters
The built-in browser closes a long-standing gap in agentic coding workflows: Claude Code can now browse reference docs, check upstream APIs, or verify a deployed page without switching to an external browser, making multi-step development tasks more self-contained.
Importance: 3/5
Anthropic adds in-app browser to Claude Code Desktop, enabling self-contained agentic dev workflows