|
Very interesting idea, do you have plan to open to larger community - such as Windsurf or co-pilot ? |
Replies: 2 comments
|
Thanks for your interest! Great timing! I'm actually actively working on multi-runtime support right now. Our current feat/agent-runtime-groundwork branch introduces an AgentRuntime abstraction that decouples the core workflow engine from any specific AI coding tool. What this means concretely:
|
|
Good news — GitHub Copilot CLI is now a first-class runtime as of recent releases. 🎉 gh auth login # one-time GitHub auth
pipx install "ouroboros-ai[mcp]" # or: uv tool install "ouroboros-ai[mcp]"
ouroboros setup --runtime copilot # live model discovery + MCP registrationSee the Copilot CLI runtime guide for details. Windsurf is not currently supported — if that is still something you want, please open a new Ideas discussion so we can track demand for it. Closing this as answered since the Copilot half is shipped. Thanks for the suggestion! |
Good news — GitHub Copilot CLI is now a first-class runtime as of recent releases. 🎉
See the Copilot CLI runtime guide for details.
Windsurf is not currently supported — if that is still something you want, please open a new Ideas discussion so we can track demand for it. Closing this as answered since the Copilot half is shipped. Thanks for the suggestion!