This commit is contained in:
wison 2026-02-17 21:42:45 +01:00 committed by GitHub
commit 96b779a361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -45,6 +45,7 @@ _bmad-output
# .augment/ is gitignored except tracked config files — add exceptions explicitly # .augment/ is gitignored except tracked config files — add exceptions explicitly
.augment/* .augment/*
!.augment/code_review_guidelines.yaml !.augment/code_review_guidelines.yaml
.codebuddy
.crush .crush
.cursor .cursor
.iflow .iflow

View File

@ -57,6 +57,15 @@ platforms:
description: "OpenAI Codex integration" description: "OpenAI Codex integration"
# No installer config - uses custom codex.js # 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: crush:
name: "Crush" name: "Crush"
preferred: false preferred: false

View File

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