local-exec
Bridges execution requests to the user's computer through Gateway or server adapters.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| local-exec-bridge.ts | Local Exec Bridge |
| gateway-local-exec-sand-box.ts | Gateway Local Exec Sand Box |
Dependencies and change boundaries
Declared Host dependencies: local-tool-permission · telemetry · auth.
Keep Mac execution separate from Linux Box execution and preserve local-tool-permission checks. The separately connected Remote Client can register its Mac through the retained Gateway bridge while the app and authenticated tunnel are open. Do not bypass its per-machine settings or request/action approvals; Box execution remains on the server.
See Configuration for activation policy and Features for support status.