Local VS Code extension for controlled Roo Code automation:
- Roo API inspection
- Roo event tracing
- local HTTP bridge for external automation
Main bridge endpoints:
GET /bridge/pingGET /bridge/statusGET /task/stackGET /task/statusPOST /task/startPOST /task/sendPOST /task/cancel
The HTTP bridge is designed for localhost workflows:
- binds to
127.0.0.1by default - requires
X-Bridge-Tokenon task endpoints - allows one active automation session at a time
- validates that follow-up messages match the active Roo task
Do not expose the bridge port to a public network.
npm ci
npm run compileBuild output goes to out/. Packaged .vsix files and dependencies are intentionally not tracked.