feat: add CodeBuddy platform support#478
Open
iot-future wants to merge 1 commit into
Open
Conversation
- Add codebuddy to install.sh platform registry (per-skill style, ~/.codebuddy/skills/) - Add codebuddy to install.ps1 platform registry (Windows) - Add ~/.codebuddy/skills/ path resolution to PLUGIN_ROOT detection in: - skills/understand/SKILL.md - skills/understand-dashboard/SKILL.md - skills/understand-domain/SKILL.md CodeBuddy stores user-level skills at ~/.codebuddy/skills/<skill-name>/, matching the per-skill symlink approach already used by codex/gemini/pi/etc.
Author
|
Hi @Lum1104 👋 The CI workflow is currently awaiting approval. Could you please take a moment to approve it when you have time? All tests are passing (753 passed, no regressions), and this PR adds full support for the CodeBuddy platform. Happy to address any feedback if needed 🙏 Thanks! |
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.
Add Tencent Cloud CodeBuddy IDE as a supported platform.
Changes (5 files, +14 lines)
install.sh: registercodebuddyin platform registry (per-skill,~/.codebuddy/skills/)install.ps1: registercodebuddyfor Windowsskills/understand/SKILL.md: add~/.codebuddy/skills/to PLUGIN_ROOT detectionskills/understand-dashboard/SKILL.md: sameskills/understand-domain/SKILL.md: sameWhy
CodeBuddy reads user-level skills from
~/.codebuddy/skills/<name>/SKILL.md,matching the per-skill symlink approach used by Codex, Gemini, Pi, etc.
Testing
install.sh codebuddycreates all 8 skill symlinks~/.codebuddy/skills/symlink~/.understand-anything-pluginlinktsc)