Skip to content

Andrem19/ROO_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roo API Probe

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/ping
  • GET /bridge/status
  • GET /task/stack
  • GET /task/status
  • POST /task/start
  • POST /task/send
  • POST /task/cancel

Security model

The HTTP bridge is designed for localhost workflows:

  • binds to 127.0.0.1 by default
  • requires X-Bridge-Token on 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.

Development

npm ci
npm run compile

Build output goes to out/. Packaged .vsix files and dependencies are intentionally not tracked.

About

VS Code extension that exposes a local token-protected HTTP bridge for Roo Code automation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors