Merge branch 'main' into codebuddy

This commit is contained in:
King
2025-09-22 14:23:00 +08:00
committed by GitHub
8 changed files with 35 additions and 9 deletions

View File

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