feat(install): add CodeBuddy(Tencent) adaptation with installation scripts (#1038)

* feat(install): add CodeBuddy(Tencent) adaptation with installation scripts

* fix: add codebuddy to SUPPORTED_INSTALL_TARGETS

* fix(codebuddy): resolve installer path issues, unused vars, and uninstall safety
This commit is contained in:
轻舟Joshua
2026-04-01 05:06:26 +08:00
committed by GitHub
parent 477d23a34f
commit c38bc799fd
13 changed files with 1418 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
const antigravityProject = require('./antigravity-project');
const claudeHome = require('./claude-home');
const codebuddyProject = require('./codebuddy-project');
const codexHome = require('./codex-home');
const cursorProject = require('./cursor-project');
const opencodeHome = require('./opencode-home');
@@ -10,6 +11,7 @@ const ADAPTERS = Object.freeze([
antigravityProject,
codexHome,
opencodeHome,
codebuddyProject,
]);
function listInstallTargetAdapters() {