feat: Adding support for Rovo Dev (#975)

- Adding support for rovo dev
- Adding rovo dev translation wrappers
This commit is contained in:
mreis-atlassian
2025-11-27 02:05:04 +11:00
committed by GitHub
parent d6b98afd2b
commit 11a1dbaefc
7 changed files with 690 additions and 2 deletions

View File

@@ -166,7 +166,9 @@ class Installer {
for (const ide of newlySelectedIdes) {
// List of IDEs that have interactive prompts
const needsPrompts = ['claude-code', 'github-copilot', 'roo', 'cline', 'auggie', 'codex', 'qwen', 'gemini'].includes(ide);
const needsPrompts = ['claude-code', 'github-copilot', 'roo', 'cline', 'auggie', 'codex', 'qwen', 'gemini', 'rovo-dev'].includes(
ide,
);
if (needsPrompts) {
// Get IDE handler and collect configuration