Hello,
I've created RovoBridge, an open-source plugin that provides a GUI wrapper for the Rovo Dev CLI in both JetBrains IDEs and VS Code. Built for personal use to speed up my workflow, I'm sharing it in case others find it useful.
What it does:
#
autocompleteQuick setup:
acli
isn't on PATH, update settings with full path (e.g., C:\users\pawel\acli.exe rovodev run
)This was an experiment to see how well AI could build whole application - over 90% of the code was AI-generated, mostly with Rovo Dev CLI! I'm not planning to expand it further, so if anyone wants to take over and improve it, please feel free. The new "serve" mode, in particular, might allow for getting rid of the terminal wrapper.
Links:
Hope someone finds this useful!