Compare commits

...

2 Commits

Author SHA1 Message Date
wison 05a4bda537
Merge 0aa02068ed into 8c59fb96a7 2026-01-31 17:28:19 -06:00
wison 0aa02068ed feat: add CodeBuddy platform support
Add CodeBuddy (Tencent Cloud Code Assistant) as a supported IDE platform:

- Add platform config to tools/platform-codes.yaml

- Add installer config to tools/cli/installers/lib/ide/platform-codes.yaml

- Add .codebuddy to .gitignore

CodeBuddy uses the default template type with target directory .codebuddy/commands
2026-01-31 16:36:38 +08:00
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -43,6 +43,7 @@ _bmad
_bmad-output
.clinerules
.augment
.codebuddy
.crush
.cursor
.iflow

View File

@ -57,6 +57,15 @@ platforms:
description: "OpenAI Codex integration"
# No installer config - uses custom codex.js
codebuddy:
name: "CodeBuddy"
preferred: false
category: ide
description: "Tencent Cloud Code Assistant - AI-powered coding companion"
installer:
target_dir: .codebuddy/commands
template_type: default
crush:
name: "Crush"
preferred: false

View File

@ -43,6 +43,12 @@ platforms:
category: ide
description: "OpenCode terminal coding assistant"
codebuddy:
name: "CodeBuddy"
preferred: false
category: ide
description: "Tencent Cloud Code Assistant - AI-powered coding companion"
auggie:
name: "Auggie"
preferred: false