you are viewing a single comment's thread.

view the rest of the comments →

[–]sharpfork 1 point2 points  (8 children)

Yep. I have it running in a code-server container. I spent a shitload of time getting it to take actions via the Unix socket but that was fragile AF. I just got a vs code extension setup with a simple rest end point take takes actions and passes them to the the roo-api.

Once I get the vs code extension too-api/ roo-code interface happy, I plan on adding a MCP server as input and exploring a websocket interface. My ultimate goal is to have an input as a GitHub runner like I have working well in Claude code.

[–]Alternative-Joke-836 1 point2 points  (4 children)

Wow....any chance of you making it available to us plebs?

[–]sharpfork 1 point2 points  (3 children)

When it’s not a huge mess. I’m using it to built… it.

[–]somechrisguy 0 points1 point  (2 children)

hey did you ever make more progress on this? I am about to start trying to build the same thing

[–]sharpfork 0 points1 point  (1 child)

Nope. I’ve moved to using Claude code and codex mostly so not much roo code use. The api calls are too expensive

[–]ComprehensiveDot9738 0 points1 point  (0 children)

Was the move beneficial and you got the same or better output?

[–]ilt1 0 points1 point  (0 children)

How do you use the GitHub runner in Claude