mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
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:
parent
477d23a34f
commit
c38bc799fd
13 changed files with 1418 additions and 21 deletions
|
|
@ -11,7 +11,8 @@
|
|||
"targets": [
|
||||
"claude",
|
||||
"cursor",
|
||||
"antigravity"
|
||||
"antigravity",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
|
|
@ -32,7 +33,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
|
|
@ -50,7 +52,8 @@
|
|||
"claude",
|
||||
"cursor",
|
||||
"antigravity",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
|
|
@ -69,7 +72,8 @@
|
|||
"targets": [
|
||||
"claude",
|
||||
"cursor",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
|
|
@ -93,7 +97,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [],
|
||||
"defaultInstall": true,
|
||||
|
|
@ -145,7 +150,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"rules-core",
|
||||
|
|
@ -172,7 +178,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -205,7 +212,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -232,7 +240,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"workflow-quality"
|
||||
|
|
@ -255,7 +264,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -282,7 +292,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -304,7 +315,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"business-content"
|
||||
|
|
@ -327,7 +339,8 @@
|
|||
"claude",
|
||||
"cursor",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -381,7 +394,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -419,7 +433,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -441,7 +456,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -469,7 +485,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
@ -491,7 +508,8 @@
|
|||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
"opencode",
|
||||
"codebuddy"
|
||||
],
|
||||
"dependencies": [
|
||||
"platform-configs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue