Merge 0aa02068ed into 0a7329ff23
This commit is contained in:
commit
3e1a7d984d
|
|
@ -43,6 +43,7 @@ _bmad
|
||||||
_bmad-output
|
_bmad-output
|
||||||
.clinerules
|
.clinerules
|
||||||
.augment
|
.augment
|
||||||
|
.codebuddy
|
||||||
.crush
|
.crush
|
||||||
.cursor
|
.cursor
|
||||||
.iflow
|
.iflow
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue