This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
claude-code-2026-04-02/docs-site/docs/reference/remote-bridge.md
2026-03-31 15:38:58 +05:00

1.0 KiB

Remote sessions, teleport, IDE bridge, Chrome

Primary paths: src/remote/, src/utils/teleport/, src/utils/deepLink/, src/bridge/, src/utils/claudeInChrome/, src/hooks/useDiffInIDE.ts

Remote / teleport: teleport/ handles session bundles, environment selection, and API calls to resume or hand off sessions—aligned with Remote control and web/desktop flows.

Deep links: deepLink/protocolHandler.ts parses claude-cli:// URIs and launches the binary in a terminal with the right cwd/repo context.

IDE bridge: bridge/ communicates with VS Code and JetBrains extensions (diffs, context). Hooks like useDiffInIDE.ts open IDE-native diff UIs when available.

Chrome: claudeInChrome/ implements native messaging and MCP servers for the Chrome beta workflow.

See also: VS Code, JetBrains, Desktop.