Claude Code Web Gets Multi-Repo Sessions, Diff Visualization, and Slash Commands
Key Takeaways
- ▸Multi-repo sessions on the web — no longer limited to one repo per session, matching local CLI capabilities
- ▸Better diff visualization — clearer view of actual code changes vs. all files touched during a session
- ▸Git status visualization — improved awareness of repository state within web sessions
Summary
Anthropic has rolled out several updates to Claude Code on the web, aimed at making it a more capable daily development tool. The updates include multi-repo sessions, improved diff and git status visualization, and slash commands — addressing some of the most requested features from the developer community.
Multi-repo session support is a significant addition. Previously, Claude Code's remote/web sessions assumed a one-session-per-repo model, which made it difficult for developers working across multi-repository architectures. The update brings web sessions closer to parity with the local CLI experience, where /add-dir already enabled multi-repo awareness.
The improved diff and git status visualization tackles another pain point. Earlier iterations of diff viewing in Claude Code showed all files touched during a session rather than just files actually modified, making it hard to understand what Claude changed. The updated visualization provides clearer insight into actual code changes and repository state.
Slash commands on the web round out the update, giving web users access to the same command shortcuts available in the CLI and VS Code extensions. This is part of Anthropic's broader push to make Claude Code a consistent experience across all surfaces — terminal, IDE, desktop, and web.
- Slash commands — web users now get the same command shortcuts as CLI and VS Code
- Part of a broader effort to make Claude Code web a full daily-driver development environment
Editorial Opinion
These updates signal Anthropic's intent to make Claude Code's web interface a first-class development environment rather than a secondary option. Multi-repo support is particularly meaningful — modern codebases are increasingly distributed across multiple repositories, and AI coding tools that can't navigate this reality lose relevance for professional use. The diff visualization improvements address a fundamental trust issue: developers need to clearly see what AI-generated changes look like before committing them. Together, these updates narrow the gap between Claude Code's web and CLI experiences, which is essential for broadening adoption beyond power users.


