@tencent-ai/codebuddy-code 2.67.0-next.ed1b89f.20260329 → 2.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/codebuddy-headless.js +53 -53
- package/dist/codebuddy.js +93 -64
- package/dist/web-ui/assets/index-BoMlEqUE.js +439 -0
- package/dist/web-ui/assets/index-Dt1puyHn.css +32 -0
- package/dist/web-ui/docs/cn/cli/acp.md +152 -0
- package/dist/web-ui/docs/cn/cli/agent-teams.md +327 -0
- package/dist/web-ui/docs/cn/cli/bash-sandboxing.md +290 -0
- package/dist/web-ui/docs/cn/cli/best-practices.md +554 -0
- package/dist/web-ui/docs/cn/cli/channels-reference.md +293 -0
- package/dist/web-ui/docs/cn/cli/channels.md +215 -0
- package/dist/web-ui/docs/cn/cli/checkpointing.md +51 -0
- package/dist/web-ui/docs/cn/cli/cli-reference.md +187 -0
- package/dist/web-ui/docs/cn/cli/common-workflows.md +1013 -0
- package/dist/web-ui/docs/cn/cli/costs.md +174 -0
- package/dist/web-ui/docs/cn/cli/devcontainer.md +553 -0
- package/dist/web-ui/docs/cn/cli/env-vars.md +326 -0
- package/dist/web-ui/docs/cn/cli/gitlab-ci-cd.md +357 -0
- package/dist/web-ui/docs/cn/cli/headless.md +258 -0
- package/dist/web-ui/docs/cn/cli/hooks-guide.md +9 -0
- package/dist/web-ui/docs/cn/cli/hooks.md +805 -0
- package/dist/web-ui/docs/cn/cli/iam.md +530 -0
- package/dist/web-ui/docs/cn/cli/ide-integrations.md +92 -0
- package/dist/web-ui/docs/cn/cli/installation.md +291 -0
- package/dist/web-ui/docs/cn/cli/interactive-mode.md +233 -0
- package/dist/web-ui/docs/cn/cli/mcp.md +739 -0
- package/dist/web-ui/docs/cn/cli/memory.md +436 -0
- package/dist/web-ui/docs/cn/cli/models.md +356 -0
- package/dist/web-ui/docs/cn/cli/overview.md +100 -0
- package/dist/web-ui/docs/cn/cli/plugin-marketplaces.md +533 -0
- package/dist/web-ui/docs/cn/cli/plugins-reference.md +774 -0
- package/dist/web-ui/docs/cn/cli/plugins.md +689 -0
- package/dist/web-ui/docs/cn/cli/quickstart.md +249 -0
- package/dist/web-ui/docs/cn/cli/release-notes/README.md +199 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.10.0.md +23 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.10.1.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.11.0.md +24 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.12.0.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.13.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.14.0.md +22 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.14.1.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.15.0.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.15.1.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.16.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.17.0.md +29 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.18.0.md +17 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.19.0.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.19.1.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.19.2.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.20.0.md +23 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.20.1.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.21.0.md +13 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.22.0.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.23.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.23.2.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.23.3.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.23.4.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.23.5.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.24.0.md +17 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.25.0.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.25.1.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.26.0.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.27.0.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.27.1.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.27.2.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.27.3.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.28.0.md +26 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.28.1.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.29.0.md +35 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.3.1.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.30.0.md +19 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.30.1.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.31.0.md +51 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.31.1.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.31.2.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.32.0.md +19 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.33.0.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.33.1.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.36.3.md +17 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.0.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.1.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.10.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.11.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.12.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.13.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.14.md +24 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.15.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.16.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.17.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.18.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.19.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.2.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.20.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.3.md +22 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.4.md +19 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.5.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.6.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.7.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.8.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.37.9.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.38.0.md +22 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.38.1.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.38.2.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.39.0.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.4.0.md +19 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.40.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.40.1.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.0.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.1.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.2.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.3.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.4.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.5.md +10 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.6.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.7.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.41.8.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.42.0.md +39 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.42.1.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.42.3.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.43.0.md +27 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.43.1.md +27 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.44.0.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.44.1.md +22 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.45.0.md +34 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.45.1.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.46.0.md +12 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.47.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.48.0.md +32 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.48.1.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.0.md +26 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.1.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.2.md +39 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.3.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.5.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.6.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.49.7.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.5.0.md +24 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.0.md +25 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.1.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.2.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.3.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.4.md +17 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.5.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.6.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.50.7.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.51.0.md +24 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.51.1.md +17 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.51.2.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.0.md +30 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.1.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.2.md +12 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.3.md +13 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.4.md +27 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.5.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.52.6.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.53.0.md +29 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.54.0.md +26 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.55.0.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.55.1.md +13 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.56.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.56.1.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.57.0.md +32 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.57.1.md +10 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.58.0.md +34 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.59.0.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.6.0.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.6.1.md +10 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.60.0.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.61.0.md +29 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.61.1.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.61.2.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.61.3.md +13 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.62.0.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.62.1.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.63.0.md +19 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.63.1.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.63.2.md +7 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.63.3.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.63.4.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.63.5.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.64.0.md +37 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.64.1.md +6 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.64.2.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.65.0.md +19 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.65.1.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.66.0.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.66.1.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.66.2.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.67.0.md +33 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
- package/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
- package/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
- package/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
- package/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
- package/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
- package/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
- package/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
- package/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
- package/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
- package/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
- package/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
- package/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
- package/dist/web-ui/docs/cn/cli/security.md +387 -0
- package/dist/web-ui/docs/cn/cli/settings.md +602 -0
- package/dist/web-ui/docs/cn/cli/skills.md +448 -0
- package/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
- package/dist/web-ui/docs/cn/cli/statusline.md +525 -0
- package/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
- package/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
- package/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
- package/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
- package/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
- package/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
- package/dist/web-ui/docs/cn/cli/worktree.md +660 -0
- package/dist/web-ui/docs/en/cli/acp.md +126 -0
- package/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
- package/dist/web-ui/docs/en/cli/bash-sandboxing.md +357 -0
- package/dist/web-ui/docs/en/cli/best-practices.md +554 -0
- package/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
- package/dist/web-ui/docs/en/cli/channels.md +215 -0
- package/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
- package/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
- package/dist/web-ui/docs/en/cli/common-workflows.md +1011 -0
- package/dist/web-ui/docs/en/cli/costs.md +174 -0
- package/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
- package/dist/web-ui/docs/en/cli/env-vars.md +326 -0
- package/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
- package/dist/web-ui/docs/en/cli/headless.md +258 -0
- package/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
- package/dist/web-ui/docs/en/cli/hooks.md +801 -0
- package/dist/web-ui/docs/en/cli/iam.md +526 -0
- package/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
- package/dist/web-ui/docs/en/cli/installation.md +266 -0
- package/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
- package/dist/web-ui/docs/en/cli/mcp.md +739 -0
- package/dist/web-ui/docs/en/cli/memory.md +436 -0
- package/dist/web-ui/docs/en/cli/models.md +355 -0
- package/dist/web-ui/docs/en/cli/overview.md +100 -0
- package/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
- package/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
- package/dist/web-ui/docs/en/cli/plugins.md +688 -0
- package/dist/web-ui/docs/en/cli/quickstart.md +249 -0
- package/dist/web-ui/docs/en/cli/release-notes/README.md +193 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
- package/dist/web-ui/docs/en/cli/remote-control.md +247 -0
- package/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
- package/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
- package/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
- package/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
- package/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
- package/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
- package/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
- package/dist/web-ui/docs/en/cli/sdk-python.md +797 -0
- package/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
- package/dist/web-ui/docs/en/cli/sdk-typescript.md +770 -0
- package/dist/web-ui/docs/en/cli/sdk.md +1103 -0
- package/dist/web-ui/docs/en/cli/security.md +388 -0
- package/dist/web-ui/docs/en/cli/settings.md +602 -0
- package/dist/web-ui/docs/en/cli/skills.md +448 -0
- package/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
- package/dist/web-ui/docs/en/cli/statusline.md +525 -0
- package/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
- package/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
- package/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
- package/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
- package/dist/web-ui/docs/en/cli/web-ui.md +164 -0
- package/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
- package/dist/web-ui/docs/en/cli/worktree.md +660 -0
- package/dist/web-ui/docs/search-index-en.json +1 -0
- package/dist/web-ui/docs/search-index-zh.json +1 -0
- package/dist/web-ui/docs/sidebar-en.json +1 -0
- package/dist/web-ui/docs/sidebar-zh.json +1 -0
- package/dist/web-ui/index.html +2 -2
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +3 -3
- package/product.selfhosted.json +2 -2
- package/dist/web-ui/assets/index-BPT-qRRx.js +0 -411
- package/dist/web-ui/assets/index-f_ibHSHw.css +0 -32
|
@@ -0,0 +1,534 @@
|
|
|
1
|
+
# Plugin Marketplaces
|
|
2
|
+
|
|
3
|
+
A plugin marketplace is a plugin directory file used to distribute and manage CodeBuddy extensions. It is a JSON-formatted configuration file that lists available plugins and their source information.
|
|
4
|
+
|
|
5
|
+
## Core Features
|
|
6
|
+
|
|
7
|
+
- **Centralized Discovery**: Browse plugins from multiple sources in one place
|
|
8
|
+
- **Version Management**: Automatically track and update plugin versions
|
|
9
|
+
- **Auto-Update**: Support enabling auto-update to periodically sync marketplace content
|
|
10
|
+
- **Team Distribution**: Share required plugins within organizations
|
|
11
|
+
- **Flexible Sources**: Support for Git repositories, GitHub repositories, local paths, and HTTP URLs
|
|
12
|
+
|
|
13
|
+
## Using Plugin Marketplaces
|
|
14
|
+
|
|
15
|
+
### Prerequisites
|
|
16
|
+
|
|
17
|
+
- CodeBuddy installed and running
|
|
18
|
+
- Basic understanding of JSON file format
|
|
19
|
+
- For creating a marketplace: Git repository or local development environment
|
|
20
|
+
|
|
21
|
+
### Adding a Plugin Marketplace
|
|
22
|
+
|
|
23
|
+
#### 1. Add a GitHub Marketplace
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
/plugin marketplace add owner/repo
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
The repository must contain a `.codebuddy-plugin/marketplace.json` file.
|
|
30
|
+
|
|
31
|
+
#### 2. Add a Git Repository Marketplace
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
# HTTPS format
|
|
35
|
+
/plugin marketplace add https://gitlab.com/company/plugins.git
|
|
36
|
+
|
|
37
|
+
# SSH format (git@)
|
|
38
|
+
/plugin marketplace add git@gitlab.com:company/plugins.git
|
|
39
|
+
|
|
40
|
+
# .git suffix format
|
|
41
|
+
/plugin marketplace add https://example.com/repo.git
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
#### 3. Add a Local Marketplace (for development)
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
# Add a local directory containing .codebuddy-plugin/marketplace.json
|
|
48
|
+
/plugin marketplace add ./my-marketplace
|
|
49
|
+
|
|
50
|
+
# Directly add a marketplace.json file path
|
|
51
|
+
/plugin marketplace add ./path/to/marketplace.json
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
#### 4. Add an HTTP Marketplace
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
# Add a remote marketplace.json via URL
|
|
58
|
+
/plugin marketplace add https://url.of/marketplace.json
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Installing Plugins from a Marketplace
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
# Install from a known marketplace
|
|
65
|
+
/plugin install plugin-name@marketplace-name
|
|
66
|
+
|
|
67
|
+
# Interactively browse available plugins
|
|
68
|
+
/plugin
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Verifying Marketplace Installation
|
|
72
|
+
|
|
73
|
+
1. **List Marketplaces**: Run `/plugin marketplace list` to confirm the marketplace was added
|
|
74
|
+
2. **Browse Plugins**: Use `/plugin` to view available plugins in the marketplace
|
|
75
|
+
3. **Test Installation**: Try installing a plugin to verify the marketplace is working properly
|
|
76
|
+
|
|
77
|
+
## Team Configuration
|
|
78
|
+
|
|
79
|
+
### Automatically Install Team Marketplaces
|
|
80
|
+
|
|
81
|
+
Configure in `.codebuddy/settings.json`:
|
|
82
|
+
|
|
83
|
+
```json
|
|
84
|
+
{
|
|
85
|
+
"extraKnownMarketplaces": {
|
|
86
|
+
"team-tools": {
|
|
87
|
+
"source": {
|
|
88
|
+
"source": "github",
|
|
89
|
+
"repo": "your-org/codebuddy-plugins"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"project-specific": {
|
|
93
|
+
"source": {
|
|
94
|
+
"source": "git",
|
|
95
|
+
"url": "https://git.company.com/project-plugins.git"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"enabledPlugins": {
|
|
100
|
+
"plugin-a@team-tools": true,
|
|
101
|
+
"plugin-b@team-tools": true
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
When team members start CodeBuddy, the system automatically installs these marketplaces and the plugins specified in the `enabledPlugins` field.
|
|
107
|
+
|
|
108
|
+
### Automatic Installation Flow
|
|
109
|
+
|
|
110
|
+
1. **Startup Detection**: CodeBuddy automatically detects the configuration file on startup
|
|
111
|
+
2. **Marketplace Installation**: Automatically installs marketplaces from `extraKnownMarketplaces` that are not yet installed
|
|
112
|
+
3. **Plugin Installation**: Automatically installs enabled plugins from `enabledPlugins` that are not yet installed
|
|
113
|
+
4. **Background Execution**: The installation process executes asynchronously in the background without blocking the startup flow
|
|
114
|
+
5. **Logging**: The installation process logs detailed information, viewable with `--debug`
|
|
115
|
+
|
|
116
|
+
## Creating Your Own Marketplace
|
|
117
|
+
|
|
118
|
+
### Prerequisites for Creation
|
|
119
|
+
|
|
120
|
+
- Git repository (GitHub, GitLab, or other git hosting service)
|
|
121
|
+
- Understanding of JSON file format
|
|
122
|
+
- One or more plugins to distribute
|
|
123
|
+
|
|
124
|
+
### Creating the Marketplace File
|
|
125
|
+
|
|
126
|
+
Create `.codebuddy-plugin/marketplace.json` in the repository root:
|
|
127
|
+
|
|
128
|
+
```json
|
|
129
|
+
{
|
|
130
|
+
"name": "company-tools",
|
|
131
|
+
"owner": {
|
|
132
|
+
"name": "DevTools Team",
|
|
133
|
+
"email": "[email protected]"
|
|
134
|
+
},
|
|
135
|
+
"plugins": [
|
|
136
|
+
{
|
|
137
|
+
"name": "code-formatter",
|
|
138
|
+
"source": "./plugins/formatter",
|
|
139
|
+
"description": "Automatic code formatting on save",
|
|
140
|
+
"version": "2.1.0"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "deployment-tools",
|
|
144
|
+
"source": {
|
|
145
|
+
"source": "github",
|
|
146
|
+
"repo": "company/deploy-plugin"
|
|
147
|
+
},
|
|
148
|
+
"description": "Deployment automation tools"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### Marketplace Schema
|
|
155
|
+
|
|
156
|
+
#### Required Fields
|
|
157
|
+
|
|
158
|
+
| Field | Type | Description |
|
|
159
|
+
|------|------|------|
|
|
160
|
+
| name | string | Marketplace identifier (kebab-case, no spaces) |
|
|
161
|
+
| owner | object | Marketplace maintainer information |
|
|
162
|
+
| plugins | array | List of available plugins |
|
|
163
|
+
|
|
164
|
+
#### Optional Metadata Fields
|
|
165
|
+
|
|
166
|
+
| Field | Type | Description |
|
|
167
|
+
|------|------|------|
|
|
168
|
+
| description | string | Brief marketplace description |
|
|
169
|
+
| version | string | Marketplace version |
|
|
170
|
+
|
|
171
|
+
### Plugin Entry Configuration
|
|
172
|
+
|
|
173
|
+
#### Required Fields
|
|
174
|
+
|
|
175
|
+
| Field | Type | Description |
|
|
176
|
+
|------|------|------|
|
|
177
|
+
| name | string | Plugin identifier (kebab-case, no spaces) |
|
|
178
|
+
| source | string/object | Plugin source location |
|
|
179
|
+
| description | string | Brief plugin description |
|
|
180
|
+
|
|
181
|
+
#### Optional Metadata Fields
|
|
182
|
+
|
|
183
|
+
| Field | Type | Description |
|
|
184
|
+
|------|------|------|
|
|
185
|
+
| version | string | Plugin version |
|
|
186
|
+
| author | object | Plugin author information |
|
|
187
|
+
| homepage | string | Plugin homepage or documentation URL |
|
|
188
|
+
| repository | string | Source code repository URL |
|
|
189
|
+
| license | string | SPDX license identifier (e.g., MIT, Apache-2.0) |
|
|
190
|
+
| keywords | array | Tags for plugin discovery and categorization |
|
|
191
|
+
| category | string | Plugin category |
|
|
192
|
+
| strict | boolean | Require plugin.json in plugin folder (default: true) |
|
|
193
|
+
|
|
194
|
+
#### Component Configuration Fields
|
|
195
|
+
|
|
196
|
+
| Field | Type | Description |
|
|
197
|
+
|------|------|------|
|
|
198
|
+
| commands | string/array | Custom path to command files or directories |
|
|
199
|
+
| agents | string/array | Custom path to agent files |
|
|
200
|
+
| skills | string/array | Custom path to skill files |
|
|
201
|
+
| hooks | string/object | Custom hooks configuration or hooks file path |
|
|
202
|
+
| mcpServers | string/object | MCP server configuration or MCP config path |
|
|
203
|
+
|
|
204
|
+
**About the strict field**:
|
|
205
|
+
|
|
206
|
+
- `strict: true` (default): Plugin must contain a `plugin.json` manifest file, marketplace fields supplement these values
|
|
207
|
+
- `strict: false`: `plugin.json` is optional. If missing, the marketplace entry serves as the complete plugin manifest
|
|
208
|
+
|
|
209
|
+
### Plugin Source Types
|
|
210
|
+
|
|
211
|
+
#### 1. Relative Path (Local)
|
|
212
|
+
|
|
213
|
+
For plugins in the same repository:
|
|
214
|
+
|
|
215
|
+
```json
|
|
216
|
+
{
|
|
217
|
+
"name": "my-plugin",
|
|
218
|
+
"source": "./plugins/my-plugin",
|
|
219
|
+
"description": "My local plugin"
|
|
220
|
+
}
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
#### 2. GitHub Repository
|
|
224
|
+
|
|
225
|
+
```json
|
|
226
|
+
{
|
|
227
|
+
"name": "github-plugin",
|
|
228
|
+
"source": {
|
|
229
|
+
"source": "github",
|
|
230
|
+
"repo": "owner/plugin-repo"
|
|
231
|
+
},
|
|
232
|
+
"description": "Plugin from GitHub"
|
|
233
|
+
}
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
#### 3. Git URL
|
|
237
|
+
|
|
238
|
+
```json
|
|
239
|
+
{
|
|
240
|
+
"name": "git-plugin",
|
|
241
|
+
"source": {
|
|
242
|
+
"source": "url",
|
|
243
|
+
"url": "https://gitlab.com/team/plugin.git"
|
|
244
|
+
},
|
|
245
|
+
"description": "Plugin from Git URL"
|
|
246
|
+
}
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
### Advanced Plugin Entry Example
|
|
250
|
+
|
|
251
|
+
```json
|
|
252
|
+
{
|
|
253
|
+
"name": "enterprise-tools",
|
|
254
|
+
"source": {
|
|
255
|
+
"source": "github",
|
|
256
|
+
"repo": "company/enterprise-plugin"
|
|
257
|
+
},
|
|
258
|
+
"description": "Enterprise workflow automation tools",
|
|
259
|
+
"version": "2.1.0",
|
|
260
|
+
"author": {
|
|
261
|
+
"name": "Enterprise Team",
|
|
262
|
+
"email": "[email protected]"
|
|
263
|
+
},
|
|
264
|
+
"homepage": "https://docs.company.com/plugins/enterprise-tools",
|
|
265
|
+
"repository": "https://github.com/company/enterprise-plugin",
|
|
266
|
+
"license": "MIT",
|
|
267
|
+
"keywords": ["enterprise", "workflow", "automation"],
|
|
268
|
+
"category": "productivity",
|
|
269
|
+
"commands": [
|
|
270
|
+
"./commands/core/",
|
|
271
|
+
"./commands/enterprise/",
|
|
272
|
+
"./commands/experimental/preview.md"
|
|
273
|
+
],
|
|
274
|
+
"agents": [
|
|
275
|
+
"./agents/security-reviewer.md",
|
|
276
|
+
"./agents/compliance-checker.md"
|
|
277
|
+
],
|
|
278
|
+
"skills": [
|
|
279
|
+
"./skills/deployment.md",
|
|
280
|
+
"./skills/monitoring.md"
|
|
281
|
+
],
|
|
282
|
+
"hooks": {
|
|
283
|
+
"PostToolUse": [
|
|
284
|
+
{
|
|
285
|
+
"matcher": "Write|Edit",
|
|
286
|
+
"hooks": [{
|
|
287
|
+
"type": "command",
|
|
288
|
+
"command": "${CODEBUDDY_PLUGIN_ROOT}/scripts/validate.sh"
|
|
289
|
+
}]
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
"mcpServers": {
|
|
294
|
+
"enterprise-db": {
|
|
295
|
+
"command": "${CODEBUDDY_PLUGIN_ROOT}/servers/db-server",
|
|
296
|
+
"args": ["--config", "${CODEBUDDY_PLUGIN_ROOT}/config.json"]
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"strict": false
|
|
300
|
+
}
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
**Note**: `${CODEBUDDY_PLUGIN_ROOT}` is an environment variable that resolves to the plugin's installation directory.
|
|
304
|
+
|
|
305
|
+
## Hosting and Distributing Marketplaces
|
|
306
|
+
|
|
307
|
+
### 1. Hosting on GitHub (Recommended)
|
|
308
|
+
|
|
309
|
+
**Steps**:
|
|
310
|
+
|
|
311
|
+
1. Create a repository: Set up a new repository for the marketplace
|
|
312
|
+
2. Add the marketplace file: Create `.codebuddy-plugin/marketplace.json` and define plugins
|
|
313
|
+
3. Share with your team: Team members add it using `/plugin marketplace add owner/repo`
|
|
314
|
+
|
|
315
|
+
**Advantages**: Built-in version control, issue tracking, and team collaboration features
|
|
316
|
+
|
|
317
|
+
### 2. Hosting on Other Git Services
|
|
318
|
+
|
|
319
|
+
Any git hosting service can be used for marketplace distribution. For example, using GitLab:
|
|
320
|
+
|
|
321
|
+
```bash
|
|
322
|
+
/plugin marketplace add https://gitlab.com/company/plugins.git
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
### 3. Hosting via HTTP URL
|
|
326
|
+
|
|
327
|
+
You can host the marketplace.json file on any HTTP(S) server:
|
|
328
|
+
|
|
329
|
+
```bash
|
|
330
|
+
/plugin marketplace add https://example.com/path/to/marketplace.json
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
### 4. Using Local Marketplaces for Development
|
|
334
|
+
|
|
335
|
+
Test marketplaces locally before distribution:
|
|
336
|
+
|
|
337
|
+
```bash
|
|
338
|
+
# Add a local marketplace for testing
|
|
339
|
+
/plugin marketplace add ./my-local-marketplace
|
|
340
|
+
|
|
341
|
+
# Test plugin installation
|
|
342
|
+
/plugin install test-plugin@my-local-marketplace
|
|
343
|
+
```
|
|
344
|
+
|
|
345
|
+
## Marketplace Management Operations
|
|
346
|
+
|
|
347
|
+
### List Known Marketplaces
|
|
348
|
+
|
|
349
|
+
```bash
|
|
350
|
+
/plugin marketplace list
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
Displays all configured marketplaces along with their sources and status.
|
|
354
|
+
|
|
355
|
+
### Update Marketplace Metadata
|
|
356
|
+
|
|
357
|
+
```bash
|
|
358
|
+
/plugin marketplace update marketplace-name
|
|
359
|
+
```
|
|
360
|
+
|
|
361
|
+
Refreshes the plugin list and metadata from the marketplace source.
|
|
362
|
+
|
|
363
|
+
### Remove a Marketplace
|
|
364
|
+
|
|
365
|
+
```bash
|
|
366
|
+
/plugin marketplace remove marketplace-name
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
Removes the marketplace from configuration.
|
|
370
|
+
|
|
371
|
+
**⚠️ Warning**: Removing a marketplace will uninstall all plugins installed from it.
|
|
372
|
+
|
|
373
|
+
### Managing Auto-Updates
|
|
374
|
+
|
|
375
|
+
You can enable auto-update functionality for marketplaces, where CodeBuddy automatically checks and updates enabled marketplaces on startup.
|
|
376
|
+
|
|
377
|
+
**How to Enable**:
|
|
378
|
+
|
|
379
|
+
1. Run the `/plugin` command to enter plugin management interface
|
|
380
|
+
2. Select "Marketplaces" to view the marketplace list
|
|
381
|
+
3. Select the marketplace you want to configure
|
|
382
|
+
4. Select "Enable auto-update" or "Disable auto-update" to toggle the status
|
|
383
|
+
|
|
384
|
+
**Auto-Update Mechanism**:
|
|
385
|
+
|
|
386
|
+
- Executed with a 5-second delay on startup, does not affect main flow
|
|
387
|
+
- Only updates marketplaces that haven't been updated in over 24 hours
|
|
388
|
+
- Updates between multiple marketplaces are spaced 2 seconds apart to avoid resource contention
|
|
389
|
+
- Update failures do not affect other marketplaces, errors are logged
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
## Implementation Details
|
|
393
|
+
|
|
394
|
+
### Marketplace Types
|
|
395
|
+
|
|
396
|
+
CodeBuddy supports the following marketplace types:
|
|
397
|
+
|
|
398
|
+
1. **Directory (Local Directory)**: Load plugins from the local filesystem
|
|
399
|
+
2. **GitHub**: Clone and update plugins from GitHub repositories
|
|
400
|
+
3. **Git**: Clone and update plugins from any Git repository
|
|
401
|
+
4. **URL (HTTP)**: Download marketplace.json from HTTP(S) URLs
|
|
402
|
+
|
|
403
|
+
### Marketplace Factory Pattern
|
|
404
|
+
|
|
405
|
+
The `MarketplaceFactory` creates different marketplace instances based on configuration:
|
|
406
|
+
|
|
407
|
+
```typescript
|
|
408
|
+
// Create the corresponding marketplace instance based on source type
|
|
409
|
+
switch (sourceType) {
|
|
410
|
+
case MarketplaceType.Directory:
|
|
411
|
+
marketplace = new DirectoryMarketplace();
|
|
412
|
+
break;
|
|
413
|
+
case MarketplaceType.Github:
|
|
414
|
+
case MarketplaceType.Git:
|
|
415
|
+
marketplace = new GithubMarketplace();
|
|
416
|
+
break;
|
|
417
|
+
case MarketplaceType.URL:
|
|
418
|
+
marketplace = new HttpMarketplace();
|
|
419
|
+
break;
|
|
420
|
+
default:
|
|
421
|
+
marketplace = new BaseMarketplace();
|
|
422
|
+
break;
|
|
423
|
+
}
|
|
424
|
+
```
|
|
425
|
+
|
|
426
|
+
### Installation Flow
|
|
427
|
+
|
|
428
|
+
1. **Parse Source**: Determine marketplace type based on input string (local path, GitHub repo, Git URL, HTTP URL)
|
|
429
|
+
2. **Download/Clone**: Download or clone marketplace content based on marketplace type
|
|
430
|
+
3. **Read Manifest**: Parse the `.codebuddy-plugin/marketplace.json` file
|
|
431
|
+
4. **Save Configuration**: Save marketplace information to local storage
|
|
432
|
+
5. **Update Cache**: Refresh plugin cache and marketplace list
|
|
433
|
+
|
|
434
|
+
### Plugin Installers
|
|
435
|
+
|
|
436
|
+
CodeBuddy uses plugin installers (PluginInstaller) to handle different plugin source types:
|
|
437
|
+
|
|
438
|
+
- **Local Installer**: Handles relative path plugins
|
|
439
|
+
- **Git Installer**: Handles GitHub and Git URL plugins
|
|
440
|
+
|
|
441
|
+
Each installer implements the following methods:
|
|
442
|
+
|
|
443
|
+
- `support(source)`: Determine if this plugin source is supported
|
|
444
|
+
- `isInstalled(plugin, targetDir)`: Check if the plugin is already installed
|
|
445
|
+
- `install(plugin, targetDir)`: Install the plugin
|
|
446
|
+
- `update(plugin, installedPath)`: Update the plugin
|
|
447
|
+
|
|
448
|
+
## Troubleshooting
|
|
449
|
+
|
|
450
|
+
### Common Issues
|
|
451
|
+
|
|
452
|
+
#### 1. Marketplace Fails to Load
|
|
453
|
+
|
|
454
|
+
**Symptoms**: Cannot add marketplace or cannot see its plugins
|
|
455
|
+
|
|
456
|
+
**Solutions**:
|
|
457
|
+
|
|
458
|
+
- Verify the marketplace URL is accessible
|
|
459
|
+
- Check that `.codebuddy-plugin/marketplace.json` exists at the specified path
|
|
460
|
+
- Ensure JSON syntax is valid
|
|
461
|
+
- For private repositories, confirm you have access permissions
|
|
462
|
+
|
|
463
|
+
#### 2. Plugin Installation Fails
|
|
464
|
+
|
|
465
|
+
**Symptoms**: Marketplace displays but plugin installation fails
|
|
466
|
+
|
|
467
|
+
**Solutions**:
|
|
468
|
+
|
|
469
|
+
- Verify the plugin source URL is accessible
|
|
470
|
+
- Check that the plugin directory contains required files
|
|
471
|
+
- For GitHub sources, ensure the repository is public or you have access
|
|
472
|
+
- Manually test the plugin source by cloning/downloading
|
|
473
|
+
|
|
474
|
+
#### 3. Git Operations Fail
|
|
475
|
+
|
|
476
|
+
**Symptoms**: Errors when cloning or pulling repositories
|
|
477
|
+
|
|
478
|
+
**Solutions**:
|
|
479
|
+
|
|
480
|
+
- Ensure Git is installed and available in the command line
|
|
481
|
+
- Check network connection and proxy settings
|
|
482
|
+
- Verify Git credentials are configured correctly
|
|
483
|
+
- Use the `--debug` flag to view detailed logs
|
|
484
|
+
|
|
485
|
+
### Debugging Tips
|
|
486
|
+
|
|
487
|
+
1. **Enable Debug Logging**:
|
|
488
|
+
|
|
489
|
+
```bash
|
|
490
|
+
codebuddy --debug
|
|
491
|
+
```
|
|
492
|
+
|
|
493
|
+
2. **Manually Verify Marketplace File**:
|
|
494
|
+
|
|
495
|
+
```bash
|
|
496
|
+
# Check marketplace.json format
|
|
497
|
+
cat .codebuddy-plugin/marketplace.json | jq
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
3. **Test Git Clone**:
|
|
501
|
+
|
|
502
|
+
```bash
|
|
503
|
+
# Manually test if Git clone succeeds
|
|
504
|
+
git clone https://github.com/owner/repo.git /tmp/test-clone
|
|
505
|
+
```
|
|
506
|
+
|
|
507
|
+
## Next Steps
|
|
508
|
+
|
|
509
|
+
### For Marketplace Users
|
|
510
|
+
|
|
511
|
+
- Discover community marketplaces: Search for CodeBuddy plugin collections on GitHub
|
|
512
|
+
- Contribute feedback: Report issues and suggest improvements to marketplace maintainers
|
|
513
|
+
- Share useful marketplaces: Help your team discover valuable plugin collections
|
|
514
|
+
|
|
515
|
+
### For Marketplace Creators
|
|
516
|
+
|
|
517
|
+
- Build plugin collections: Create themed marketplaces around specific use cases
|
|
518
|
+
- Establish versioning: Implement clear versioning and update strategies
|
|
519
|
+
- Community engagement: Gather feedback and maintain an active marketplace community
|
|
520
|
+
- Documentation: Provide clear README files explaining marketplace contents
|
|
521
|
+
|
|
522
|
+
### For Organizations
|
|
523
|
+
|
|
524
|
+
- Private marketplaces: Set up internal marketplaces for proprietary tools
|
|
525
|
+
- Governance policies: Establish plugin approval and security review guidelines
|
|
526
|
+
- Training resources: Help teams effectively discover and adopt useful plugins
|
|
527
|
+
|
|
528
|
+
## Related Resources
|
|
529
|
+
|
|
530
|
+
- [Plugin System](./plugins.md) - Plugin system overview
|
|
531
|
+
- [Skills System](./skills.md) - Creating and using skills
|
|
532
|
+
- [Slash Commands](./slash-commands.md) - Creating custom commands
|
|
533
|
+
- [Hooks](./hooks.md) - Creating event hooks
|
|
534
|
+
- [Settings](./settings.md) - Plugin configuration options
|