@tencent-ai/agent-sdk 0.3.99 → 0.3.101
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/cli/CHANGELOG.md +50 -0
- package/cli/dist/codebuddy-headless.js +140 -131
- package/cli/dist/web-ui/assets/index-CIqmZV3y.js +440 -0
- package/cli/dist/web-ui/assets/index-Dt1puyHn.css +32 -0
- package/cli/dist/web-ui/docs/cn/cli/acp.md +152 -0
- package/cli/dist/web-ui/docs/cn/cli/agent-teams.md +327 -0
- package/cli/dist/web-ui/docs/cn/cli/bash-sandboxing.md +290 -0
- package/cli/dist/web-ui/docs/cn/cli/best-practices.md +554 -0
- package/cli/dist/web-ui/docs/cn/cli/channels-reference.md +293 -0
- package/cli/dist/web-ui/docs/cn/cli/channels.md +215 -0
- package/cli/dist/web-ui/docs/cn/cli/checkpointing.md +51 -0
- package/cli/dist/web-ui/docs/cn/cli/cli-reference.md +187 -0
- package/cli/dist/web-ui/docs/cn/cli/common-workflows.md +1013 -0
- package/cli/dist/web-ui/docs/cn/cli/costs.md +174 -0
- package/cli/dist/web-ui/docs/cn/cli/devcontainer.md +553 -0
- package/cli/dist/web-ui/docs/cn/cli/env-vars.md +326 -0
- package/cli/dist/web-ui/docs/cn/cli/gitlab-ci-cd.md +357 -0
- package/cli/dist/web-ui/docs/cn/cli/headless.md +258 -0
- package/cli/dist/web-ui/docs/cn/cli/hooks-guide.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/hooks.md +805 -0
- package/cli/dist/web-ui/docs/cn/cli/iam.md +530 -0
- package/cli/dist/web-ui/docs/cn/cli/ide-integrations.md +92 -0
- package/cli/dist/web-ui/docs/cn/cli/installation.md +291 -0
- package/cli/dist/web-ui/docs/cn/cli/interactive-mode.md +233 -0
- package/cli/dist/web-ui/docs/cn/cli/mcp.md +739 -0
- package/cli/dist/web-ui/docs/cn/cli/memory.md +436 -0
- package/cli/dist/web-ui/docs/cn/cli/models.md +356 -0
- package/cli/dist/web-ui/docs/cn/cli/overview.md +100 -0
- package/cli/dist/web-ui/docs/cn/cli/plugin-marketplaces.md +533 -0
- package/cli/dist/web-ui/docs/cn/cli/plugins-reference.md +774 -0
- package/cli/dist/web-ui/docs/cn/cli/plugins.md +689 -0
- package/cli/dist/web-ui/docs/cn/cli/quickstart.md +249 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/README.md +200 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.11.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.12.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.13.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.0.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.1.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.16.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.17.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.18.0.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.0.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.1.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.21.0.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.22.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.3.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.4.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.5.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.24.0.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.1.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.26.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.1.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.2.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.3.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.29.0.md +35 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.3.1.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.0.md +51 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.2.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.32.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.1.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.36.3.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.1.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.10.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.11.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.12.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.13.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.14.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.15.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.16.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.17.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.18.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.19.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.2.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.20.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.3.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.4.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.5.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.6.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.7.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.8.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.9.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.0.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.2.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.39.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.4.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.3.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.4.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.5.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.6.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.7.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.8.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.0.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.1.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.3.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.0.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.1.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.0.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.1.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.0.md +34 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.1.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.46.0.md +12 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.47.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.0.md +32 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.2.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.3.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.5.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.6.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.7.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.5.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.0.md +25 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.1.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.3.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.4.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.5.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.6.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.7.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.1.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.0.md +30 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.1.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.2.md +12 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.3.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.4.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.5.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.6.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.53.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.54.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.1.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.0.md +32 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.1.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.58.0.md +34 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.59.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.0.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.1.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.60.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.2.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.3.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.2.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.3.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.4.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.5.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.0.md +37 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.67.0.md +33 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.68.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
- package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
- package/cli/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
- package/cli/dist/web-ui/docs/cn/cli/security.md +387 -0
- package/cli/dist/web-ui/docs/cn/cli/settings.md +602 -0
- package/cli/dist/web-ui/docs/cn/cli/skills.md +448 -0
- package/cli/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
- package/cli/dist/web-ui/docs/cn/cli/statusline.md +525 -0
- package/cli/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
- package/cli/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
- package/cli/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
- package/cli/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
- package/cli/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
- package/cli/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
- package/cli/dist/web-ui/docs/cn/cli/worktree.md +660 -0
- package/cli/dist/web-ui/docs/en/cli/acp.md +126 -0
- package/cli/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
- package/cli/dist/web-ui/docs/en/cli/bash-sandboxing.md +290 -0
- package/cli/dist/web-ui/docs/en/cli/best-practices.md +554 -0
- package/cli/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
- package/cli/dist/web-ui/docs/en/cli/channels.md +215 -0
- package/cli/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
- package/cli/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
- package/cli/dist/web-ui/docs/en/cli/common-workflows.md +1013 -0
- package/cli/dist/web-ui/docs/en/cli/costs.md +174 -0
- package/cli/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
- package/cli/dist/web-ui/docs/en/cli/env-vars.md +326 -0
- package/cli/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
- package/cli/dist/web-ui/docs/en/cli/headless.md +258 -0
- package/cli/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/hooks.md +801 -0
- package/cli/dist/web-ui/docs/en/cli/iam.md +530 -0
- package/cli/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
- package/cli/dist/web-ui/docs/en/cli/installation.md +266 -0
- package/cli/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
- package/cli/dist/web-ui/docs/en/cli/mcp.md +739 -0
- package/cli/dist/web-ui/docs/en/cli/memory.md +436 -0
- package/cli/dist/web-ui/docs/en/cli/models.md +355 -0
- package/cli/dist/web-ui/docs/en/cli/overview.md +100 -0
- package/cli/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
- package/cli/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
- package/cli/dist/web-ui/docs/en/cli/plugins.md +688 -0
- package/cli/dist/web-ui/docs/en/cli/quickstart.md +249 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/README.md +194 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.68.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/remote-control.md +247 -0
- package/cli/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
- package/cli/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-python.md +783 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-typescript.md +759 -0
- package/cli/dist/web-ui/docs/en/cli/sdk.md +1103 -0
- package/cli/dist/web-ui/docs/en/cli/security.md +387 -0
- package/cli/dist/web-ui/docs/en/cli/settings.md +602 -0
- package/cli/dist/web-ui/docs/en/cli/skills.md +448 -0
- package/cli/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
- package/cli/dist/web-ui/docs/en/cli/statusline.md +525 -0
- package/cli/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
- package/cli/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
- package/cli/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
- package/cli/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
- package/cli/dist/web-ui/docs/en/cli/web-ui.md +164 -0
- package/cli/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
- package/cli/dist/web-ui/docs/en/cli/worktree.md +660 -0
- package/cli/dist/web-ui/docs/search-index-en.json +1 -0
- package/cli/dist/web-ui/docs/search-index-zh.json +1 -0
- package/cli/dist/web-ui/docs/sidebar-en.json +1 -0
- package/cli/dist/web-ui/docs/sidebar-zh.json +1 -0
- package/cli/dist/web-ui/index.html +2 -2
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +4 -3
- package/cli/product.selfhosted.json +2 -2
- package/lib/query.d.ts.map +1 -1
- package/lib/query.js +5 -1
- package/lib/query.js.map +1 -1
- package/lib/transport/index.d.ts +1 -1
- package/lib/transport/index.d.ts.map +1 -1
- package/lib/transport/process-transport.d.ts +1 -1
- package/lib/transport/process-transport.d.ts.map +1 -1
- package/lib/transport/process-transport.js +5 -1
- package/lib/transport/process-transport.js.map +1 -1
- package/lib/types.d.ts +3 -0
- package/lib/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/cli/dist/web-ui/assets/index-BPT-qRRx.js +0 -411
- package/cli/dist/web-ui/assets/index-f_ibHSHw.css +0 -32
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
# CodeBuddy Code Installation Guide
|
|
2
|
+
|
|
3
|
+
## 📋 Table of Contents
|
|
4
|
+
|
|
5
|
+
- [Installation Methods](#installation-methods)
|
|
6
|
+
- [Install via Package Manager](#-install-via-package-manager)
|
|
7
|
+
- [Install via Native Binary (Beta)](#️-install-via-native-binary-beta)
|
|
8
|
+
- [Updates](#-updates)
|
|
9
|
+
- [Troubleshooting](#-troubleshooting)
|
|
10
|
+
- [Uninstallation](#-uninstallation)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Installation Methods
|
|
15
|
+
|
|
16
|
+
### 📦 Install via Package Manager
|
|
17
|
+
|
|
18
|
+
#### Node.js Package Managers
|
|
19
|
+
|
|
20
|
+
**Prerequisites:** Node.js 18.20 or higher
|
|
21
|
+
|
|
22
|
+
Choose your preferred package manager and run the following command:
|
|
23
|
+
|
|
24
|
+
::: code-group
|
|
25
|
+
|
|
26
|
+
```bash [npm]
|
|
27
|
+
npm install -g @tencent-ai/codebuddy-code
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
```bash [pnpm]
|
|
31
|
+
pnpm add -g @tencent-ai/codebuddy-code
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
```bash [yarn]
|
|
35
|
+
yarn global add @tencent-ai/codebuddy-code
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
```bash [bun]
|
|
39
|
+
bun install -g @tencent-ai/codebuddy-code
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
:::
|
|
43
|
+
|
|
44
|
+
#### Homebrew (macOS/Linux)
|
|
45
|
+
|
|
46
|
+
No Node.js required, install directly:
|
|
47
|
+
|
|
48
|
+
::: code-group
|
|
49
|
+
|
|
50
|
+
```bash [Two-step Installation]
|
|
51
|
+
# Add tap
|
|
52
|
+
brew tap Tencent-CodeBuddy/tap
|
|
53
|
+
|
|
54
|
+
# Install tool
|
|
55
|
+
brew install codebuddy-code
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
```bash [Single Command Installation]
|
|
59
|
+
brew install Tencent-CodeBuddy/tap/codebuddy-code
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
```ruby [Brewfile]
|
|
63
|
+
tap "Tencent-CodeBuddy/tap"
|
|
64
|
+
brew "codebuddy-code"
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
:::
|
|
68
|
+
|
|
69
|
+
#### Verify Installation
|
|
70
|
+
|
|
71
|
+
After installation, run the following command to verify successful installation:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
codebuddy --version
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### ⚙️ Install via Native Binary (Beta)
|
|
79
|
+
|
|
80
|
+
> ⚠️ **Beta Testing Phase**
|
|
81
|
+
>
|
|
82
|
+
> Native binary installation is currently in Beta testing phase, and features are still being improved.
|
|
83
|
+
> If you encounter any issues, please submit an issue report on the [Issues page](https://cnb.cool/codebuddy/codebuddy-code/-/issues), or contact technical support (codebuddy@tencent.com).
|
|
84
|
+
|
|
85
|
+
#### Features
|
|
86
|
+
|
|
87
|
+
Native binary installation provides the following features compared to the npm version:
|
|
88
|
+
|
|
89
|
+
- Single executable file with no additional dependencies
|
|
90
|
+
- No Node.js runtime required
|
|
91
|
+
- Improved automatic update mechanism
|
|
92
|
+
|
|
93
|
+
#### Supported Platforms
|
|
94
|
+
|
|
95
|
+
- macOS (Apple Silicon M1/M2/M3 or Intel x86_64)
|
|
96
|
+
- Linux (arm64 or x86_64)
|
|
97
|
+
- Windows (x86_64)
|
|
98
|
+
|
|
99
|
+
#### Migrating from npm Version
|
|
100
|
+
|
|
101
|
+
If you have already installed CodeBuddy Code via npm, you can migrate to the native binary version using the following command:
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
codebuddy install
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
#### Fresh Installation
|
|
108
|
+
|
|
109
|
+
::: code-group
|
|
110
|
+
|
|
111
|
+
```bash [macOS / Linux]
|
|
112
|
+
curl -fsSL https://copilot.tencent.com/cli/install.sh | bash
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
```powershell [Windows]
|
|
116
|
+
irm https://copilot.tencent.com/cli/install.ps1 | iex
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
:::
|
|
120
|
+
|
|
121
|
+
#### Verify Installation
|
|
122
|
+
|
|
123
|
+
The installation script will automatically download the latest version and configure environment variables. After installation, run the following command to verify:
|
|
124
|
+
|
|
125
|
+
```bash
|
|
126
|
+
codebuddy --version
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
**If the command is not available**, manually add the installation path to the `PATH` environment variable:
|
|
130
|
+
|
|
131
|
+
::: code-group
|
|
132
|
+
|
|
133
|
+
```bash [macOS / Linux]
|
|
134
|
+
export PATH="$HOME/.local/bin:$PATH"
|
|
135
|
+
|
|
136
|
+
# For permanent effect, it's recommended to add to your shell configuration file:
|
|
137
|
+
# Bash: ~/.bashrc or ~/.bash_profile
|
|
138
|
+
# Zsh: ~/.zshrc
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
```powershell [Windows]
|
|
142
|
+
# Add the following path to user environment variables:
|
|
143
|
+
# %USERPROFILE%\AppData\Local\codebuddy\bin
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
:::
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## 🔄 Updates
|
|
150
|
+
|
|
151
|
+
### Automatic Updates
|
|
152
|
+
|
|
153
|
+
CodeBuddy Code automatically stays up to date by default to ensure you have the latest features and security fixes.
|
|
154
|
+
|
|
155
|
+
#### Disable Automatic Updates
|
|
156
|
+
|
|
157
|
+
To disable automatic updates, set the environment variable:
|
|
158
|
+
|
|
159
|
+
```bash
|
|
160
|
+
export DISABLE_AUTOUPDATER=1
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Manual Updates
|
|
164
|
+
|
|
165
|
+
Use the following command to manually update to the latest version:
|
|
166
|
+
|
|
167
|
+
```bash
|
|
168
|
+
codebuddy update
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
The `update` command will automatically detect your installation method and perform the corresponding update operation.
|
|
172
|
+
|
|
173
|
+
#### Update via Package Manager
|
|
174
|
+
|
|
175
|
+
If the `codebuddy update` command fails to update successfully, you can also reinstall using your package manager:
|
|
176
|
+
|
|
177
|
+
```bash
|
|
178
|
+
npm install -g @tencent-ai/codebuddy-code
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
Or use the corresponding installation command with other package managers (pnpm, yarn, bun).
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## 🔧 Troubleshooting
|
|
185
|
+
|
|
186
|
+
### Command Not Available
|
|
187
|
+
|
|
188
|
+
**Issue:** After installation, you get `codebuddy: command not found`
|
|
189
|
+
|
|
190
|
+
**Solution:**
|
|
191
|
+
|
|
192
|
+
1. Check if the installation path is in the `PATH` environment variable:
|
|
193
|
+
```bash
|
|
194
|
+
echo $PATH
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
2. Add the CodeBuddy installation path to `PATH` (refer to the [Verify Installation](#verify-installation) section above)
|
|
198
|
+
|
|
199
|
+
3. Restart your terminal or reload the configuration file:
|
|
200
|
+
```bash
|
|
201
|
+
source ~/.bashrc # or ~/.zshrc
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
### Network Issues
|
|
205
|
+
|
|
206
|
+
**Issue:** Network connection failure during installation or update
|
|
207
|
+
|
|
208
|
+
**Solution:**
|
|
209
|
+
|
|
210
|
+
1. Check network connection
|
|
211
|
+
2. Configure npm registry mirror (if installing via npm):
|
|
212
|
+
```bash
|
|
213
|
+
npm config set registry https://registry.npmmirror.com
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
## 🗑️ Uninstallation
|
|
217
|
+
|
|
218
|
+
### Uninstall Package Manager Version
|
|
219
|
+
|
|
220
|
+
::: code-group
|
|
221
|
+
|
|
222
|
+
```bash [Homebrew]
|
|
223
|
+
# Uninstall tool
|
|
224
|
+
brew uninstall codebuddy-code
|
|
225
|
+
|
|
226
|
+
# Remove tap (optional)
|
|
227
|
+
brew untap Tencent-CodeBuddy/tap
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
```bash [npm]
|
|
231
|
+
npm uninstall -g @tencent-ai/codebuddy-code
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
```bash [pnpm]
|
|
235
|
+
pnpm remove -g @tencent-ai/codebuddy-code
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
```bash [yarn]
|
|
239
|
+
yarn global remove @tencent-ai/codebuddy-code
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
```bash [bun]
|
|
243
|
+
bun remove -g @tencent-ai/codebuddy-code
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
:::
|
|
247
|
+
|
|
248
|
+
### Uninstall Native Binary Version
|
|
249
|
+
|
|
250
|
+
#### macOS / Linux
|
|
251
|
+
|
|
252
|
+
Remove the executable file:
|
|
253
|
+
|
|
254
|
+
```bash
|
|
255
|
+
rm -f ~/.local/bin/codebuddy
|
|
256
|
+
```
|
|
257
|
+
|
|
258
|
+
### Clean Configuration Files (Optional)
|
|
259
|
+
|
|
260
|
+
For complete cleanup, you can delete the configuration directories:
|
|
261
|
+
|
|
262
|
+
**macOS / Linux:**
|
|
263
|
+
```bash
|
|
264
|
+
rm -rf ~/.codebuddy
|
|
265
|
+
rm -rf ~/.local/share/codebuddy
|
|
266
|
+
```
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
# Interactive Mode
|
|
2
|
+
|
|
3
|
+
> Complete keyboard shortcuts, input modes, and interactive features reference for CodeBuddy Code interactive sessions.
|
|
4
|
+
|
|
5
|
+
## Keyboard Shortcuts
|
|
6
|
+
|
|
7
|
+
<Note>
|
|
8
|
+
Keyboard shortcuts may vary by platform and terminal. Type a question mark `?` in an interactive session to see the shortcuts available in your environment.
|
|
9
|
+
</Note>
|
|
10
|
+
|
|
11
|
+
### General Controls
|
|
12
|
+
|
|
13
|
+
| Shortcut | Description | Context | CodeBuddy Support |
|
|
14
|
+
| :----------------------------------------- | :--------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :---------------- |
|
|
15
|
+
| `Ctrl+C` | Cancel current input or generation | Standard interrupt | ✅ Supported |
|
|
16
|
+
| `Ctrl+D` | Exit CodeBuddy Code session (when input box is empty and no conversation in progress) | EOF signal, press twice to exit | ✅ Supported |
|
|
17
|
+
| `Ctrl+L` | Clear terminal screen | Preserves conversation history | ✅ Supported |
|
|
18
|
+
| `Ctrl+O` | Toggle verbose output | Display detailed tool usage and execution information | ✅ Supported |
|
|
19
|
+
| `Ctrl+R` | Reverse search command history | Interactive search of previous commands | ✅ Supported |
|
|
20
|
+
| `Ctrl+V` (macOS/Linux) or `Alt+V` (Windows) | Paste image from clipboard | Paste image or image file path | ✅ Supported |
|
|
21
|
+
| `Up/Down Arrow Keys` | Navigate command history | Recall previous inputs | ✅ Supported |
|
|
22
|
+
| `Esc` + `Esc` | Rewind code/conversation | Restore code and/or conversation to previous state (requires pressing ESC twice consecutively when the input box is empty) | ✅ Supported |
|
|
23
|
+
| `Tab` | Toggle thinking mode | Switch between thinking on and thinking off | ✅ Supported |
|
|
24
|
+
| `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) | Toggle permission mode | Switch between auto-accept, plan, and normal modes | ✅ Supported |
|
|
25
|
+
| `Option+P` (macOS) or `Alt+P` (Windows/Linux) | Switch model | Quickly open model selection panel | ✅ Supported |
|
|
26
|
+
|
|
27
|
+
> **Notes:**
|
|
28
|
+
> - `Esc` + `Esc` rewind functionality is now supported: when the input box is empty, pressing the ESC key twice consecutively activates the `/rewind` feature, allowing you to quickly revert code or conversation to a previous state
|
|
29
|
+
> - `Tab` key in CodeBuddy Code is primarily used for auto-completion, with partial support for thinking mode toggle
|
|
30
|
+
> - `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) is used to toggle permission modes, including normal mode, auto-accept edits mode, skip permissions mode, and plan mode. Note: On Windows, you must use `Alt+M`; `Shift+Tab` does not work
|
|
31
|
+
|
|
32
|
+
### Multi-line Input
|
|
33
|
+
|
|
34
|
+
| Method | Shortcut | Context | CodeBuddy Support |
|
|
35
|
+
| :---------------- | :------------- | :------------------------------- | :---------------- |
|
|
36
|
+
| Quick escape | `\` + `Enter` | Works in all terminals | ✅ Supported |
|
|
37
|
+
| macOS default | `Option+Enter` | Default setting on macOS | ✅ Supported |
|
|
38
|
+
| Terminal setup | `Shift+Enter` | After executing `/terminal-setup` | ✅ Supported |
|
|
39
|
+
| Control sequence | `Ctrl+J` | Line feed character for multi-line | ✅ Supported |
|
|
40
|
+
| Paste mode | Direct paste | For code blocks, logs | ✅ Supported |
|
|
41
|
+
|
|
42
|
+
<Tip>
|
|
43
|
+
Configure your preferred line break behavior in terminal settings. Run `/terminal-setup` to install Shift+Enter bindings for iTerm2 and VS Code terminal.
|
|
44
|
+
</Tip>
|
|
45
|
+
|
|
46
|
+
### Quick Commands
|
|
47
|
+
|
|
48
|
+
| Shortcut | Description | Notes | CodeBuddy Support |
|
|
49
|
+
| :---------------- | :--------------------------------- | :--------------------------------------------------------- | :---------------- |
|
|
50
|
+
| `#` at start | Memory shortcut - Add to CODEBUDDY.md | Prompts for file selection | ✅ Supported |
|
|
51
|
+
| `/` at start | Slash commands | See [Slash Commands](slash-commands.md) | ✅ Supported |
|
|
52
|
+
| `!` at start | Bash mode | Run commands directly and add execution output to session | ✅ Supported |
|
|
53
|
+
| `@` | File path mention | Trigger file path auto-completion | ✅ Supported |
|
|
54
|
+
|
|
55
|
+
### Editing Shortcuts
|
|
56
|
+
|
|
57
|
+
| Shortcut | Description | CodeBuddy Support |
|
|
58
|
+
| :------------------------ | :-------------------------------- | :---------------- |
|
|
59
|
+
| `Ctrl+A` | Move to start of line | ✅ Supported |
|
|
60
|
+
| `Ctrl+E` | Move to end of line | ✅ Supported |
|
|
61
|
+
| `Ctrl+K` | Delete from cursor to end of line | ✅ Supported |
|
|
62
|
+
| `Ctrl+U` | Delete from start of line to cursor | ✅ Supported |
|
|
63
|
+
| `Ctrl+W` | Delete previous word | ✅ Supported |
|
|
64
|
+
| `Ctrl+Y` | Copy last AI reply to clipboard | ✅ Supported |
|
|
65
|
+
| `Alt/Option+Backspace` | Delete previous word | ✅ Supported |
|
|
66
|
+
| `Alt/Option+Delete` | Delete next word | ✅ Supported |
|
|
67
|
+
| `Alt/Option+Left` | Move to previous word | ✅ Supported |
|
|
68
|
+
| `Alt/Option+Right` | Move to next word | ✅ Supported |
|
|
69
|
+
| `Ctrl+Left` | Move to start of line | ✅ Supported |
|
|
70
|
+
| `Ctrl+Right` | Move to end of line | ✅ Supported |
|
|
71
|
+
| `Ctrl+G` | Open external editor to edit prompt | ✅ Supported |
|
|
72
|
+
|
|
73
|
+
## Vim Editor Mode
|
|
74
|
+
|
|
75
|
+
Enable vim-style editing with the `/vim` command, or configure permanently via `/config`.
|
|
76
|
+
|
|
77
|
+
### Mode Switching
|
|
78
|
+
|
|
79
|
+
| Command | Action | From Mode | CodeBuddy Support |
|
|
80
|
+
| :------- | :----------------------- | :-------- | :---------------- |
|
|
81
|
+
| `Esc` | Enter NORMAL mode | INSERT | ✅ Supported |
|
|
82
|
+
| `i` | Insert before cursor | NORMAL | ✅ Supported |
|
|
83
|
+
| `I` | Insert at start of line | NORMAL | ✅ Supported |
|
|
84
|
+
| `a` | Insert after cursor | NORMAL | ✅ Supported |
|
|
85
|
+
| `A` | Insert at end of line | NORMAL | ✅ Supported |
|
|
86
|
+
| `o` | Open new line below | NORMAL | ✅ Supported |
|
|
87
|
+
| `O` | Open new line above | NORMAL | ✅ Supported |
|
|
88
|
+
|
|
89
|
+
### Navigation (NORMAL Mode)
|
|
90
|
+
|
|
91
|
+
| Command | Action | CodeBuddy Support |
|
|
92
|
+
| :---------------- | :----------------------- | :---------------- |
|
|
93
|
+
| `h`/`j`/`k`/`l` | Move left/down/up/right | ✅ Supported |
|
|
94
|
+
| `w` | Next word | ✅ Supported |
|
|
95
|
+
| `e` | End of word | ✅ Supported |
|
|
96
|
+
| `b` | Previous word | ✅ Supported |
|
|
97
|
+
| `0` | Start of line | ✅ Supported |
|
|
98
|
+
| `$` | End of line | ✅ Supported |
|
|
99
|
+
| `^` | First non-whitespace character | ✅ Supported |
|
|
100
|
+
| `gg` | Start of input | ✅ Supported |
|
|
101
|
+
| `G` | End of input | ✅ Supported |
|
|
102
|
+
|
|
103
|
+
### Editing (NORMAL Mode)
|
|
104
|
+
|
|
105
|
+
| Command | Action | CodeBuddy Support |
|
|
106
|
+
| :------------------- | :----------------------- | :---------------- |
|
|
107
|
+
| `x` | Delete character | ✅ Supported |
|
|
108
|
+
| `dd` | Delete line | ✅ Supported |
|
|
109
|
+
| `D` | Delete to end of line | ✅ Supported |
|
|
110
|
+
| `dw`/`de`/`db` | Delete word/to end/to start | ✅ Supported |
|
|
111
|
+
| `cc` | Change line | ✅ Supported |
|
|
112
|
+
| `C` | Change to end of line | ✅ Supported |
|
|
113
|
+
| `cw`/`ce`/`cb` | Change word/to end/to start | ✅ Supported |
|
|
114
|
+
| `.` | Repeat last change | ✅ Supported |
|
|
115
|
+
|
|
116
|
+
## Command History
|
|
117
|
+
|
|
118
|
+
CodeBuddy Code maintains command history for the current session:
|
|
119
|
+
|
|
120
|
+
* History is stored by working directory
|
|
121
|
+
* Use `/clear` to start a fresh conversation (old conversations can be resumed via `/resume`)
|
|
122
|
+
* Navigate using Up/Down arrow keys (see keyboard shortcuts above)
|
|
123
|
+
* **Note**: History expansion (`!`) is disabled by default
|
|
124
|
+
|
|
125
|
+
### Reverse Search with Ctrl+R
|
|
126
|
+
|
|
127
|
+
Press `Ctrl+R` to interactively search your command history:
|
|
128
|
+
|
|
129
|
+
1. **Start search**: Press `Ctrl+R` to activate reverse history search
|
|
130
|
+
2. **Enter query**: Type text to search in previous commands - search terms will be highlighted in matching results
|
|
131
|
+
3. **Navigate matches**: Press `Ctrl+R` again to cycle through earlier matches
|
|
132
|
+
4. **Accept match**:
|
|
133
|
+
* Press `Tab` or `Esc` to accept the current match and continue editing
|
|
134
|
+
* Press `Enter` to accept and execute the command immediately
|
|
135
|
+
5. **Cancel search**:
|
|
136
|
+
* Press `Ctrl+C` to cancel and restore original input
|
|
137
|
+
* Press `Backspace` on empty search to cancel
|
|
138
|
+
|
|
139
|
+
The search displays matching commands and highlights search terms, making it easy to find and reuse previous inputs.
|
|
140
|
+
|
|
141
|
+
## Background Bash Commands
|
|
142
|
+
|
|
143
|
+
CodeBuddy Code supports running bash commands in the background, allowing you to continue working while long-running processes execute.
|
|
144
|
+
|
|
145
|
+
### How Background Execution Works
|
|
146
|
+
|
|
147
|
+
When CodeBuddy Code runs a command in the background, it runs the command asynchronously and immediately returns a background task ID. CodeBuddy Code can respond to new prompts while the command continues to execute in the background.
|
|
148
|
+
|
|
149
|
+
To run a command in the background, you can:
|
|
150
|
+
|
|
151
|
+
* Prompt CodeBuddy Code to run the command in the background
|
|
152
|
+
* Press `Ctrl+B` to move a regular Bash tool call to the background. (Tmux users must press `Ctrl+B` twice due to tmux's prefix key.)
|
|
153
|
+
|
|
154
|
+
**Key features:**
|
|
155
|
+
|
|
156
|
+
* Output is buffered and CodeBuddy can retrieve it using the BashOutput tool
|
|
157
|
+
* Background tasks have unique IDs for tracking and output retrieval
|
|
158
|
+
* Background tasks are automatically cleaned up when CodeBuddy Code exits
|
|
159
|
+
|
|
160
|
+
**Common background commands:**
|
|
161
|
+
|
|
162
|
+
* Build tools (webpack, vite, make)
|
|
163
|
+
* Package managers (npm, yarn, pnpm)
|
|
164
|
+
* Test runners (jest, pytest)
|
|
165
|
+
* Development servers
|
|
166
|
+
* Long-running processes (docker, terraform)
|
|
167
|
+
|
|
168
|
+
### Bash Mode with `!` Prefix
|
|
169
|
+
|
|
170
|
+
Run bash commands directly by prefixing your input with `!`, without going through CodeBuddy:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
! npm test
|
|
174
|
+
! git status
|
|
175
|
+
! ls -la
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
Bash mode:
|
|
179
|
+
|
|
180
|
+
* Adds commands and their output to the conversation context
|
|
181
|
+
* Displays live progress and output
|
|
182
|
+
* Supports the same `Ctrl+B` for running long-running commands in the background
|
|
183
|
+
* Doesn't require CodeBuddy to interpret or approve commands
|
|
184
|
+
|
|
185
|
+
This is useful for quick shell operations while maintaining conversation context.
|
|
186
|
+
|
|
187
|
+
## Permission Modes
|
|
188
|
+
|
|
189
|
+
CodeBuddy Code supports multiple permission modes to control how tool usage is authorized:
|
|
190
|
+
|
|
191
|
+
### Available Modes
|
|
192
|
+
|
|
193
|
+
| Mode | Description | Toggle Shortcut |
|
|
194
|
+
| :------------------------- | :----------------------------------------------------------------------- | :------------------ |
|
|
195
|
+
| **Normal Mode (Default)** | Asks for confirmation of tool usage based on permission rules | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
196
|
+
| **Auto-Accept Edits Mode** | Automatically approves file editing operations (Edit/Write), other tools still require confirmation | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
197
|
+
| **Skip Permissions Mode** | Bypasses all permission checks. Recommended for use only in sandboxes without internet access | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
198
|
+
| **Plan Mode** | AI will formulate a plan and wait for approval before execution | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
199
|
+
|
|
200
|
+
### Toggling Permission Modes
|
|
201
|
+
|
|
202
|
+
* Use `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) to cycle through modes. **Note: Windows users must use `Alt+M`**
|
|
203
|
+
* Specify startup mode using the `--permission-mode` command line argument:
|
|
204
|
+
```bash
|
|
205
|
+
codebuddy --permission-mode acceptEdits
|
|
206
|
+
codebuddy --permission-mode bypassPermissions
|
|
207
|
+
codebuddy --permission-mode plan
|
|
208
|
+
```
|
|
209
|
+
* Set default mode in `settings.json`:
|
|
210
|
+
```json
|
|
211
|
+
{
|
|
212
|
+
"permissions": {
|
|
213
|
+
"defaultMode": "acceptEdits"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### Permission Rules
|
|
219
|
+
|
|
220
|
+
Permission modes work in conjunction with permission rules to provide fine-grained control. See the [IAM documentation](iam.md) for details on configuring permission rules.
|
|
221
|
+
|
|
222
|
+
## Related Documentation
|
|
223
|
+
|
|
224
|
+
* [Slash Commands](slash-commands.md) - Interactive session commands
|
|
225
|
+
* [CLI Reference](cli-reference.md) - Command line flags and options
|
|
226
|
+
* [Settings Configuration](settings.md) - Configuration options
|
|
227
|
+
* [Memory Management](memory.md) - Managing CODEBUDDY.md files
|
|
228
|
+
* [IAM Permissions](iam.md) - Tool permissions and access control
|
|
229
|
+
* [Bash Sandboxing](bash-sandboxing.md) - Bash command sandboxing mode
|
|
230
|
+
|
|
231
|
+
---
|
|
232
|
+
|
|
233
|
+
> **Tip**: Type `?` at any time in an interactive session to see available shortcuts and commands. Use the `/help` command for more help information.
|