<>
Claude Code started as a terminal application. You type in a terminal, it responds in a terminal. But terminals aren’t where most developers spend their day anymore. The real action is in VS Code, JetBrains, and the browser.
The bridge layer is what connects Claude Code to those environments. It’s about 31 files in src/bridge/, guarded by a feature flag that defaults to off. When it’s enabled, Claude Code stops being just a terminal REPL and becomes a service that IDEs and the web UI can talk to.
