OUTARCH Bridge for VS CodeThis optional extension connects VS Code to the running OUTARCH desktop app through an authenticated loopback socket. It synchronizes only bounded project context:
With VS Code shell integration it also shares the commands run in VS Code terminals and what they print, so OUTARCH can show those terminals. OUTARCH hides commands and lines that look like secrets, keeps only the last 200 lines of each terminal in memory while the bridge is connected, and does not pass them to Mission AI or MCP clients. It never sends process IDs, environment values, file contents or arbitrary
filesystem paths. Existing VS Code-owned terminals are always observe-only.
OUTARCH can create terminals explicitly marked Install during developmentOpen this directory in VS Code and run the Use Connect VS Code in OUTARCH under Integrations → VS Code Bridge. The launch URI contains a one-time token that expires after 60 seconds and is consumed by the first valid same-project handshake. Terminal ownership
The extension uses VS Code's terminal API. It does not create a second PTY, attach to terminal output, or duplicate a terminal already owned by EngineAPI. |