Update with Roo Code support

This commit is contained in:
Den Delimarsky 🌺
2025-09-21 19:56:17 -07:00
parent ad746ce35d
commit 9348c45f9e
8 changed files with 35 additions and 9 deletions

View File

@@ -74,6 +74,7 @@ AI_CHOICES = {
"windsurf": "Windsurf",
"kilocode": "Kilo Code",
"auggie": "Auggie CLI",
"roo": "Roo Code",
}
# Add script type choices
SCRIPT_TYPE_CHOICES = {"sh": "POSIX Shell (bash/zsh)", "ps": "PowerShell"}
@@ -1015,7 +1016,8 @@ def init(
"windsurf": ".windsurf/",
"kilocode": ".kilocode/",
"auggie": ".augment/",
"copilot": ".github/"
"copilot": ".github/",
"roo": ".roo/"
}
if selected_ai in agent_folder_map: