feat: add CodeBuddy platform support#1483
Merged
bmadcode merged 2 commits intobmad-code-org:mainfrom Feb 21, 2026
Merged
Conversation
📝 WalkthroughWalkthroughAdds support for a new platform called "CodeBuddy" (Tencent Cloud Code Assistant) by updating the gitignore file and adding platform configuration entries to two YAML configuration files with installer metadata. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
0aa0206 to
2ad72d7
Compare
bmadcode
approved these changes
Feb 21, 2026
Collaborator
|
Thanks for the addition @wisonlin |
This was referenced Feb 25, 2026
This was referenced Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Added CodeBuddy (Tencent Cloud Code Assistant) as a supported IDE platform for BMAD installation.
Why
CodeBuddy is a popular AI coding assistant from Tencent Cloud. Adding support allows CodeBuddy users to install BMAD agents and workflows to
.codebuddy/commandsdirectory.How
tools/platform-codes.yamltools/cli/installers/lib/ide/platform-codes.yamlwithdefaulttemplate type.codebuddyto.gitignoreTesting
Ran
npm test- all 52 schema tests, 12 installation tests, lint, and format checks passed.