@tencent-ai/agent-sdk 0.3.99 → 0.3.100
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 +26 -0
- package/cli/dist/codebuddy-headless.js +53 -53
- package/cli/dist/web-ui/assets/index-BoMlEqUE.js +439 -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 +199 -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.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 +357 -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 +1011 -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 +526 -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 +193 -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.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 +797 -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 +770 -0
- package/cli/dist/web-ui/docs/en/cli/sdk.md +1103 -0
- package/cli/dist/web-ui/docs/en/cli/security.md +388 -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 +3 -3
- package/cli/product.selfhosted.json +2 -2
- 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,249 @@
|
|
|
1
|
+
# Quick Start Guide
|
|
2
|
+
|
|
3
|
+
Welcome to CodeBuddy Code! This guide will help you get started in 5 minutes and experience a natural language-driven programming assistant.
|
|
4
|
+
|
|
5
|
+
## 🎯 Before You Begin
|
|
6
|
+
|
|
7
|
+
### System Requirements
|
|
8
|
+
- **Node.js**: Version 18.20 or higher
|
|
9
|
+
- **Operating System**: macOS, Linux, or Windows
|
|
10
|
+
|
|
11
|
+
### Verify Your Environment
|
|
12
|
+
```bash
|
|
13
|
+
# Check Node.js version
|
|
14
|
+
node --version # Should display v18.0.0 or higher
|
|
15
|
+
|
|
16
|
+
# Check npm version
|
|
17
|
+
npm --version
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## ⚡ Quick Installation
|
|
21
|
+
|
|
22
|
+
### npm Global Installation
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npm install -g @tencent-ai/codebuddy-code
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Native Installer (Beta)
|
|
29
|
+
|
|
30
|
+
> ⚠️ **Beta Feature**: The native installer is currently in Beta. We recommend you try it to get a faster, standalone installation experience.
|
|
31
|
+
|
|
32
|
+
The native installer provides an independent CodeBuddy installation without requiring a Node.js environment.
|
|
33
|
+
|
|
34
|
+
**Download and Install:**
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
# macOS/Linux
|
|
38
|
+
curl -fsSL https://copilot.tencent.com/cli/install.sh | bash
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
```powershell
|
|
42
|
+
# Windows
|
|
43
|
+
irm https://copilot.tencent.com/cli/install.ps1 | iex
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
**Advantages:**
|
|
47
|
+
- ✅ No Node.js dependency required
|
|
48
|
+
- ✅ Faster installation and startup
|
|
49
|
+
|
|
50
|
+
### Verify Installation
|
|
51
|
+
```bash
|
|
52
|
+
codebuddy --version
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## 🔐 Login Authentication
|
|
56
|
+
|
|
57
|
+
When using CodeBuddy Code for the first time, you need to complete login authentication. After startup, you will see the login method selection screen:
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
Select login method:
|
|
61
|
+
› Log in via Chinese Site
|
|
62
|
+
Log in via International Site
|
|
63
|
+
Log in via Enterprise Domain
|
|
64
|
+
Log in via iOA (Tencent only)
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Login Methods
|
|
68
|
+
|
|
69
|
+
| Login Method | Use Case | Description |
|
|
70
|
+
|--------------|----------|-------------|
|
|
71
|
+
| **Chinese Site** | Users in China | Authenticate via Tencent Cloud China (copilot.tencent.com), supports domestic mainstream models |
|
|
72
|
+
| **International Site** | Overseas users | Authenticate via Tencent Cloud International (codebuddy.ai), supports international mainstream models |
|
|
73
|
+
| **Enterprise Domain** | Dedicated/Private deployment | Connect to enterprise dedicated or self-hosted CodeBuddy service, requires enterprise-provided service address |
|
|
74
|
+
| **iOA** | Tencent employees | Authenticate via Tencent iOA zero-trust system, for Tencent internal employees only |
|
|
75
|
+
|
|
76
|
+
Use `↑↓` keys to select the login method, press `Enter` to confirm, and the browser will automatically open to complete authentication.
|
|
77
|
+
|
|
78
|
+
## 🚀 First Experience
|
|
79
|
+
|
|
80
|
+
### 1. Navigate to Your Project Directory
|
|
81
|
+
```bash
|
|
82
|
+
cd /path/to/your/project
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
### 2. Launch Interactive Mode
|
|
86
|
+
```bash
|
|
87
|
+
codebuddy
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
You will see the welcome screen:
|
|
91
|
+
|
|
92
|
+
> **Tip**: If you want CodeBuddy Code to always reply in a specific language (e.g., Simplified Chinese), you can run the `/config` command after startup to set the Language option.
|
|
93
|
+
```
|
|
94
|
+
🤖 CodeBuddy Code v1.0.0
|
|
95
|
+
💡 Type /help to view available commands
|
|
96
|
+
📝 Start chatting and let AI become your programming partner
|
|
97
|
+
|
|
98
|
+
>
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
### 3. Initialize Project Context (Highly Recommended)
|
|
102
|
+
|
|
103
|
+
Before starting your conversation, it is **highly recommended** to initialize the project context using the `/init` command:
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
> /init
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
**Why is /init so important?**
|
|
110
|
+
|
|
111
|
+
**📊 Performance Improvements:**
|
|
112
|
+
- ✅ **More Accurate Understanding**: Pre-builds a project knowledge graph, enabling AI to more accurately understand code structure and business logic
|
|
113
|
+
- ✅ **Faster Responses**: Avoids repeated file scans, significantly improving subsequent conversation response times
|
|
114
|
+
- ✅ **More Precise Suggestions**: Provides recommendations more aligned with your project architecture based on a global view
|
|
115
|
+
- ✅ **Reduced Misjudgments**: Understands project dependencies, avoiding incompatible modification proposals
|
|
116
|
+
|
|
117
|
+
**💰 Cost Optimization:**
|
|
118
|
+
- ✅ **Lower Token Consumption**: Establishes context once, avoiding re-analysis in every conversation
|
|
119
|
+
- ✅ **Fewer Redundant Requests**: Pre-loads key information, reducing context token overhead by 30-50%
|
|
120
|
+
- ✅ **More Efficient Conversations**: Each conversation round carries less redundant information, lowering overall costs
|
|
121
|
+
|
|
122
|
+
**Best Practices:**
|
|
123
|
+
```
|
|
124
|
+
# When using a project for the first time
|
|
125
|
+
> /init
|
|
126
|
+
|
|
127
|
+
# When project structure undergoes major changes (e.g., adding new modules, refactoring)
|
|
128
|
+
> /clear # Start a fresh conversation
|
|
129
|
+
> /init # Re-initialize
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### 4. Try Your First Conversation
|
|
133
|
+
```
|
|
134
|
+
> Help me analyze the structure of this project
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
CodeBuddy will automatically scan your project files and provide a detailed structural analysis.
|
|
138
|
+
|
|
139
|
+
## 💡 Core Usage Patterns
|
|
140
|
+
|
|
141
|
+
### Interactive Conversation Mode
|
|
142
|
+
The most natural way to use, suitable for exploratory development:
|
|
143
|
+
|
|
144
|
+
```bash
|
|
145
|
+
codebuddy
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
**Typical Conversation Examples:**
|
|
149
|
+
```
|
|
150
|
+
> I want to add a loading state to this React component
|
|
151
|
+
> Help me refactor this function to make it more readable
|
|
152
|
+
> What are the potential performance issues with this code?
|
|
153
|
+
> Write unit tests for this API endpoint
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### Single Command Mode
|
|
157
|
+
Suitable for scripting and automation scenarios:
|
|
158
|
+
|
|
159
|
+
```bash
|
|
160
|
+
# Direct query
|
|
161
|
+
codebuddy -p "Optimize the performance of this SQL query"
|
|
162
|
+
|
|
163
|
+
# Pipeline input
|
|
164
|
+
cat error.log | codebuddy -p "Analyze these error logs"
|
|
165
|
+
|
|
166
|
+
# File analysis (must add -y or --dangerously-skip-permissions when authorization is needed)
|
|
167
|
+
codebuddy -p "Review the code quality of src/utils.js" -y
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
> **Important Note**: When using the `-p/--print` parameter for single execution, if the operation requires authorized actions such as file access or command execution, you must add the `-y` (or `--dangerously-skip-permissions`) parameter.
|
|
171
|
+
|
|
172
|
+
### Project-Level Operations
|
|
173
|
+
Handle complex cross-file tasks:
|
|
174
|
+
|
|
175
|
+
```bash
|
|
176
|
+
# Project refactoring (requires file operation authorization)
|
|
177
|
+
codebuddy -p "Migrate all components from class components to function components" -y
|
|
178
|
+
|
|
179
|
+
# Code standards (requires file read authorization)
|
|
180
|
+
codebuddy -p "Check TypeScript type definitions across the entire project" -y
|
|
181
|
+
|
|
182
|
+
# Test coverage (requires file operation authorization)
|
|
183
|
+
codebuddy -p "Add unit tests for all files in the services directory" -y
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
### Keyboard Shortcuts
|
|
187
|
+
|
|
188
|
+
#### Basic Navigation
|
|
189
|
+
| Shortcut | Function |
|
|
190
|
+
|--------|------|
|
|
191
|
+
| `↑/↓` | Browse command history |
|
|
192
|
+
| `↓` | View background tasks (when tasks are running) |
|
|
193
|
+
| `Tab` | Command auto-completion |
|
|
194
|
+
| `Esc` | Clear input (press twice) / Return to previous menu |
|
|
195
|
+
| `Ctrl+C` | Exit program |
|
|
196
|
+
| `Ctrl+D` | Exit program (press twice when input is empty and no conversation in progress) |
|
|
197
|
+
|
|
198
|
+
#### Permissions and Modes
|
|
199
|
+
| Shortcut | Function |
|
|
200
|
+
|--------|------|
|
|
201
|
+
| `Shift+Tab` (macOS/Linux) or `Alt+M` (Windows) | Toggle permission mode (default → bypass → accept → plan) |
|
|
202
|
+
|
|
203
|
+
#### Editing Features
|
|
204
|
+
| Shortcut | Function |
|
|
205
|
+
|--------|------|
|
|
206
|
+
| `Ctrl+R` | Expand/collapse detailed output (in conversation) |
|
|
207
|
+
| `Ctrl+G` | Edit prompt in external editor |
|
|
208
|
+
| `Enter` | Send message |
|
|
209
|
+
| `Shift+Enter` | New line (multi-line input) |
|
|
210
|
+
| `\Enter` | New line (backslash escape) |
|
|
211
|
+
| `Ctrl+J` | Insert new line (multi-line input) |
|
|
212
|
+
|
|
213
|
+
#### Panel Operations
|
|
214
|
+
| Shortcut | Function |
|
|
215
|
+
|--------|------|
|
|
216
|
+
| `↑/↓` | Navigate options in panel |
|
|
217
|
+
| `Enter` | Select current item |
|
|
218
|
+
| `Space` | Toggle selection (multi-select panels) |
|
|
219
|
+
| `k` | Terminate selected background task |
|
|
220
|
+
|
|
221
|
+
#### Special Functions
|
|
222
|
+
| Shortcut | Function |
|
|
223
|
+
|--------|------|
|
|
224
|
+
| `j/k` | Vim-style up/down navigation (supported in some panels) |
|
|
225
|
+
| `Ctrl+O` | View thinking details panel |
|
|
226
|
+
|
|
227
|
+
When the terminal displays a "Thinking" indicator, you can use `Ctrl+O` to open the full reasoning content, and press `Ctrl+O` again to exit.
|
|
228
|
+
|
|
229
|
+
## 🎓 Advanced Learning
|
|
230
|
+
|
|
231
|
+
Congratulations on completing the quick start! We recommend reading next:
|
|
232
|
+
|
|
233
|
+
- **[Common Workflows](common-workflows.md)** - Learn advanced features like extended thinking and image analysis
|
|
234
|
+
- **[IDE Integration](ide-integrations.md)** - Use in VS Code and JetBrains
|
|
235
|
+
- **[Slash Commands](slash-commands.md)** - Master all built-in commands
|
|
236
|
+
- **[MCP Integration](mcp.md)** - Extend with custom tools
|
|
237
|
+
|
|
238
|
+
## 💬 Get Help
|
|
239
|
+
|
|
240
|
+
Having issues? We're here to support you:
|
|
241
|
+
|
|
242
|
+
- 🐛 [Submit a Bug](https://cnb.cool/codebuddy/codebuddy-code/-/issues)
|
|
243
|
+
- 📧 Technical Support: codebuddy@tencent.com
|
|
244
|
+
- 📚 [Complete Documentation](../README.md)
|
|
245
|
+
- 🌐 [Official Website](https://copilot.tencent.com/cli)
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
*Now, let AI become your programming partner! 🚀*
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
# Release Notes
|
|
2
|
+
|
|
3
|
+
Release notes for CodeBuddy Code, covering feature updates and improvements for end users.
|
|
4
|
+
|
|
5
|
+
## About Release Notes
|
|
6
|
+
|
|
7
|
+
Release Notes document user-visible changes in each version, including:
|
|
8
|
+
- New Features
|
|
9
|
+
- Improvements
|
|
10
|
+
- Bug Fixes
|
|
11
|
+
|
|
12
|
+
Difference from [CHANGELOG.md](../../CHANGELOG.md):
|
|
13
|
+
- **Release Notes**: User-facing, emphasizing feature value and user experience
|
|
14
|
+
- **CHANGELOG**: Developer-facing, recording technical details and code changes
|
|
15
|
+
|
|
16
|
+
## Version History
|
|
17
|
+
|
|
18
|
+
<!-- New versions are automatically added here -->
|
|
19
|
+
|
|
20
|
+
- [v2.67.0](./v2.67.0.md) - 2026-03-28
|
|
21
|
+
- [v2.66.2](./v2.66.2.md) - 2026-03-26
|
|
22
|
+
- [v2.66.1](./v2.66.1.md) - 2026-03-26
|
|
23
|
+
- [v2.66.0](./v2.66.0.md) - 2026-03-25
|
|
24
|
+
- [v2.65.1](./v2.65.1.md) - 2026-03-25
|
|
25
|
+
- [v2.65.0](./v2.65.0.md) - 2026-03-25
|
|
26
|
+
- [v2.64.2](./v2.64.2.md) - 2026-03-24
|
|
27
|
+
- [v2.64.1](./v2.64.1.md) - 2026-03-23
|
|
28
|
+
- [v2.64.0](./v2.64.0.md) - 2026-03-23
|
|
29
|
+
- [v2.63.5](./v2.63.5.md) - 2026-03-19
|
|
30
|
+
- [v2.63.4](./v2.63.4.md) - 2026-03-18
|
|
31
|
+
- [v2.63.3](./v2.63.3.md) - 2026-03-18
|
|
32
|
+
- [v2.63.2](./v2.63.2.md) - 2026-03-17
|
|
33
|
+
- [v2.63.1](./v2.63.1.md) - 2026-03-17
|
|
34
|
+
- [v2.63.0](./v2.63.0.md) - 2026-03-16
|
|
35
|
+
- [v2.62.1](./v2.62.1.md) - 2026-03-15
|
|
36
|
+
- [v2.62.0](./v2.62.0.md) - 2026-03-13
|
|
37
|
+
- [v2.61.3](./v2.61.3.md) - 2026-03-13
|
|
38
|
+
- [v2.61.2](./v2.61.2.md) - 2026-03-13
|
|
39
|
+
- [v2.61.1](./v2.61.1.md) - 2026-03-12
|
|
40
|
+
- [v2.61.0](./v2.61.0.md) - 2026-03-12
|
|
41
|
+
- [v2.60.0](./v2.60.0.md) - 2026-03-12
|
|
42
|
+
- [v2.59.0](./v2.59.0.md) - 2026-03-12
|
|
43
|
+
- [v2.58.0](./v2.58.0.md) - 2026-03-11
|
|
44
|
+
- [v2.57.1](./v2.57.1.md) - 2026-03-11
|
|
45
|
+
- [v2.57.0](./v2.57.0.md) - 2026-03-11
|
|
46
|
+
- [v2.56.1](./v2.56.1.md) - 2026-03-09
|
|
47
|
+
- [v2.56.0](./v2.56.0.md) - 2026-03-07
|
|
48
|
+
- [v2.55.1](./v2.55.1.md) - 2026-03-06
|
|
49
|
+
- [v2.55.0](./v2.55.0.md) - 2026-03-06
|
|
50
|
+
- [v2.54.0](./v2.54.0.md) - 2026-03-05
|
|
51
|
+
- [v2.53.0](./v2.53.0.md) - 2026-03-05
|
|
52
|
+
- [v2.52.6](./v2.52.6.md) - 2026-03-03
|
|
53
|
+
- [v2.52.5](./v2.52.5.md) - 2026-03-03
|
|
54
|
+
- [v2.52.4](./v2.52.4.md) - 2026-03-02
|
|
55
|
+
- [v2.52.3](./v2.52.3.md) - 2026-02-28
|
|
56
|
+
- [v2.52.2](./v2.52.2.md) - 2026-02-28
|
|
57
|
+
- [v2.52.1](./v2.52.1.md) - 2026-02-28
|
|
58
|
+
- [v2.52.0](./v2.52.0.md) - 2026-02-26
|
|
59
|
+
- [v2.51.2](./v2.51.2.md) - 2026-02-26
|
|
60
|
+
- [v2.51.1](./v2.51.1.md) - 2026-02-25
|
|
61
|
+
- [v2.51.0](./v2.51.0.md) - 2026-02-24
|
|
62
|
+
- [v2.50.7](./v2.50.7.md) - 2026-02-19
|
|
63
|
+
- [v2.50.6](./v2.50.6.md) - 2026-02-19
|
|
64
|
+
- [v2.50.5](./v2.50.5.md) - 2026-02-14
|
|
65
|
+
- [v2.50.4](./v2.50.4.md) - 2026-02-14
|
|
66
|
+
- [v2.50.3](./v2.50.3.md) - 2026-02-13
|
|
67
|
+
- [v2.50.2](./v2.50.2.md) - 2026-02-13
|
|
68
|
+
- [v2.50.1](./v2.50.1.md) - 2026-02-12
|
|
69
|
+
- [v2.50.0](./v2.50.0.md) - 2026-02-12
|
|
70
|
+
- [v2.49.7](./v2.49.7.md) - 2026-02-11
|
|
71
|
+
- [v2.49.6](./v2.49.6.md) - 2026-02-11
|
|
72
|
+
- [v2.49.5](./v2.49.5.md) - 2026-02-11
|
|
73
|
+
- [v2.49.3](./v2.49.3.md) - 2026-02-10
|
|
74
|
+
- [v2.49.2](./v2.49.2.md) - 2026-02-10
|
|
75
|
+
- [v2.49.1](./v2.49.1.md) - 2026-02-09
|
|
76
|
+
- [v2.49.0](./v2.49.0.md) - 2026-02-08
|
|
77
|
+
- [v2.48.1](./v2.48.1.md) - 2026-02-06
|
|
78
|
+
- [v2.48.0](./v2.48.0.md) - 2026-02-05
|
|
79
|
+
- [v2.47.0](./v2.47.0.md) - 2026-02-04
|
|
80
|
+
- [v2.46.0](./v2.46.0.md) - 2026-02-04
|
|
81
|
+
- [v2.45.1](./v2.45.1.md) - 2026-02-04
|
|
82
|
+
- [v2.45.0](./v2.45.0.md) - 2026-02-03
|
|
83
|
+
- [v2.44.1](./v2.44.1.md) - 2026-02-03
|
|
84
|
+
- [v2.44.0](./v2.44.0.md) - 2026-02-02
|
|
85
|
+
- [v2.43.1](./v2.43.1.md) - 2026-02-02
|
|
86
|
+
- [v2.43.0](./v2.43.0.md) - 2026-02-02
|
|
87
|
+
- [v2.42.3](./v2.42.3.md) - 2026-01-31
|
|
88
|
+
- [v2.42.1](./v2.42.1.md) - 2026-01-31
|
|
89
|
+
- [v2.42.0](./v2.42.0.md) - 2026-01-30
|
|
90
|
+
- [v2.41.8](./v2.41.8.md) - 2026-01-30
|
|
91
|
+
- [v2.41.7](./v2.41.7.md) - 2026-01-29
|
|
92
|
+
- [v2.41.6](./v2.41.6.md) - 2026-01-28
|
|
93
|
+
- [v2.41.5](./v2.41.5.md) - 2026-01-28
|
|
94
|
+
- [v2.41.4](./v2.41.4.md) - 2026-01-28
|
|
95
|
+
- [v2.41.3](./v2.41.3.md) - 2026-01-27
|
|
96
|
+
- [v2.41.2](./v2.41.2.md) - 2026-01-27
|
|
97
|
+
- [v2.41.1](./v2.41.1.md) - 2026-01-27
|
|
98
|
+
- [v2.41.0](./v2.41.0.md) - 2026-01-27
|
|
99
|
+
- [v2.40.1](./v2.40.1.md) - 2026-01-27
|
|
100
|
+
- [v2.40.0](./v2.40.0.md) - 2026-01-27
|
|
101
|
+
- [v2.39.0](./v2.39.0.md) - 2026-01-26
|
|
102
|
+
- [v2.38.2](./v2.38.2.md) - 2026-01-26
|
|
103
|
+
- [v2.38.1](./v2.38.1.md) - 2026-01-25
|
|
104
|
+
- [v2.38.0](./v2.38.0.md) - 2026-01-25
|
|
105
|
+
- [v2.37.20](./v2.37.20.md) - 2026-01-24
|
|
106
|
+
- [v2.37.19](./v2.37.19.md) - 2026-01-23
|
|
107
|
+
- [v2.37.18](./v2.37.18.md) - 2026-01-23
|
|
108
|
+
- [v2.37.17](./v2.37.17.md) - 2026-01-23
|
|
109
|
+
- [v2.37.16](./v2.37.16.md) - 2026-01-23
|
|
110
|
+
- [v2.37.15](./v2.37.15.md) - 2026-01-23
|
|
111
|
+
- [v2.37.14](./v2.37.14.md) - 2026-01-22
|
|
112
|
+
- [v2.37.13](./v2.37.13.md) - 2026-01-22
|
|
113
|
+
- [v2.37.12](./v2.37.12.md) - 2026-01-22
|
|
114
|
+
- [v2.37.11](./v2.37.11.md) - 2026-01-22
|
|
115
|
+
- [v2.37.10](./v2.37.10.md) - 2026-01-21
|
|
116
|
+
- [v2.37.9](./v2.37.9.md) - 2026-01-21
|
|
117
|
+
- [v2.37.8](./v2.37.8.md) - 2026-01-21
|
|
118
|
+
- [v2.37.7](./v2.37.7.md) - 2026-01-21
|
|
119
|
+
- [v2.37.6](./v2.37.6.md) - 2026-01-21
|
|
120
|
+
- [v2.37.5](./v2.37.5.md) - 2026-01-20
|
|
121
|
+
- [v2.37.4](./v2.37.4.md) - 2026-01-20
|
|
122
|
+
- [v2.37.3](./v2.37.3.md) - 2026-01-20
|
|
123
|
+
- [v2.37.2](./v2.37.2.md) - 2026-01-20
|
|
124
|
+
- [v2.37.1](./v2.37.1.md) - 2026-01-19
|
|
125
|
+
- [v2.37.0](./v2.37.0.md) - 2026-01-18
|
|
126
|
+
- [v2.36.3](./v2.36.3.md) - 2026-01-17
|
|
127
|
+
- [v2.36.2](./v2.36.2.md) - 2026-01-17
|
|
128
|
+
- [v2.36.1](./v2.36.1.md) - 2026-01-16
|
|
129
|
+
- [v2.36.0](./v2.36.0.md) - 2026-01-15
|
|
130
|
+
- [v2.35.0](./v2.35.0.md) - 2026-01-15
|
|
131
|
+
- [v2.34.1](./v2.34.1.md) - 2026-01-15
|
|
132
|
+
- [v2.34.0](./v2.34.0.md) - 2026-01-14
|
|
133
|
+
- [v2.33.1](./v2.33.1.md) - 2026-01-14
|
|
134
|
+
- [v2.33.0](./v2.33.0.md) - 2026-01-13
|
|
135
|
+
- [v2.32.0](./v2.32.0.md) - 2026-01-12
|
|
136
|
+
- [v2.31.2](./v2.31.2.md) - 2026-01-09
|
|
137
|
+
- [v2.31.1](./v2.31.1.md) - 2026-01-09
|
|
138
|
+
- [v2.31.0](./v2.31.0.md) - 2026-01-08
|
|
139
|
+
- [v2.30.1](./v2.30.1.md) - 2026-01-08
|
|
140
|
+
- [v2.30.0](./v2.30.0.md) - 2026-01-07
|
|
141
|
+
- [v2.29.0](./v2.29.0.md) - 2026-01-06
|
|
142
|
+
- [v2.28.1](./v2.28.1.md) - 2026-01-06
|
|
143
|
+
- [v2.28.0](./v2.28.0.md) - 2026-01-05
|
|
144
|
+
- [v2.27.3](./v2.27.3.md) - 2026-01-05
|
|
145
|
+
- [v2.27.2](./v2.27.2.md) - 2026-01-04
|
|
146
|
+
- [v2.27.1](./v2.27.1.md) - 2025-12-31
|
|
147
|
+
- [v2.27.0](./v2.27.0.md) - 2025-12-30
|
|
148
|
+
- [v2.26.0](./v2.26.0.md) - 2025-12-29
|
|
149
|
+
- [v2.25.1](./v2.25.1.md) - 2025-12-26
|
|
150
|
+
- [v2.25.0](./v2.25.0.md) - 2025-12-25
|
|
151
|
+
- [v2.24.0](./v2.24.0.md) - 2024-12-24
|
|
152
|
+
- [v2.23.5](./v2.23.5.md) - 2025-12-24
|
|
153
|
+
- [v2.23.4](./v2.23.4.md) - 2025-12-23
|
|
154
|
+
- [v2.23.3](./v2.23.3.md) - 2025-12-23
|
|
155
|
+
- [v2.23.2](./v2.23.2.md) - 2025-12-23
|
|
156
|
+
- [v2.23.0](./v2.23.0.md) - 2025-12-22
|
|
157
|
+
- [v2.22.0](./v2.22.0.md) - 2025-12-20
|
|
158
|
+
- [v2.21.0](./v2.21.0.md) - 2025-12-19
|
|
159
|
+
- [v2.20.1](./v2.20.1.md) - 2025-12-19
|
|
160
|
+
- [v2.20.0](./v2.20.0.md) - 2025-12-19
|
|
161
|
+
- [v2.19.2](./v2.19.2.md) - 2025-12-16
|
|
162
|
+
- [v2.19.1](./v2.19.1.md) - 2025-12-15
|
|
163
|
+
- [v2.19.0](./v2.19.0.md) - 2025-12-12
|
|
164
|
+
- [v2.18.0](./v2.18.0.md) - 2025-12-11
|
|
165
|
+
- [v2.17.0](./v2.17.0.md) - 2025-12-10
|
|
166
|
+
- [v2.16.0](./v2.16.0.md) - 2025-12-09
|
|
167
|
+
- [v2.15.1](./v2.15.1.md) - 2025-12-08
|
|
168
|
+
- [v2.15.0](./v2.15.0.md) - 2025-12-08
|
|
169
|
+
- [v2.14.1](./v2.14.1.md) - 2025-12-07
|
|
170
|
+
- [v2.14.0](./v2.14.0.md) - 2025-12-05
|
|
171
|
+
- [v2.13.0](./v2.13.0.md) - 2025-12-04
|
|
172
|
+
- [v2.12.0](./v2.12.0.md) - 2025-12-03
|
|
173
|
+
- [v2.11.0](./v2.11.0.md) - 2025-12-02
|
|
174
|
+
- [v2.10.1](./v2.10.1.md) - 2025-12-01
|
|
175
|
+
- [v2.10.0](./v2.10.0.md) - 2025-11-28
|
|
176
|
+
- [v2.9.0](./v2.9.0.md) - 2025-11-26
|
|
177
|
+
- [v2.8.6](./v2.8.6.md) - 2025-11-26
|
|
178
|
+
- [v2.8.5](./v2.8.5.md) - 2025-11-26
|
|
179
|
+
- [v2.8.4](./v2.8.4.md) - 2025-11-25
|
|
180
|
+
- [v2.8.3](./v2.8.3.md) - 2025-11-25
|
|
181
|
+
- [v2.8.2](./v2.8.2.md) - 2025-11-25
|
|
182
|
+
- [v2.8.1](./v2.8.1.md) - 2025-11-24
|
|
183
|
+
- [v2.8.0](./v2.8.0.md) - 2025-11-24
|
|
184
|
+
- [v2.7.0](./v2.7.0.md) - 2025-11-21
|
|
185
|
+
- [v2.6.1](./v2.6.1.md) - 2025-11-19
|
|
186
|
+
- [v2.6.0](./v2.6.0.md) - 2025-11-19
|
|
187
|
+
- [v2.5.0](./v2.5.0.md) - 2025-11-18
|
|
188
|
+
- [v2.4.0](./v2.4.0.md) - 2025-11-17
|
|
189
|
+
- [v2.3.1](./v2.3.1.md) - 2025-11-14
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
**Tip**: Release Notes are arranged from newest to oldest.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.10.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Sandbox Management Command: Added `/sandbox` slash command to quickly enable or disable sandbox protection mode for Bash commands
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- ACP Protocol Mode Optimization: Improved model information display in ACP mode, providing clearer runtime status
|
|
10
|
+
- Sandbox Architecture Upgrade: Optimized sandbox mechanism for Bash command execution, enhancing execution performance and system stability
|
|
11
|
+
- Terminal Interaction Enhancement: Improved keyboard input handling and command parsing, enhancing terminal response speed and input accuracy
|
|
12
|
+
- File Reference Experience Enhancement: Automatically display file name and size when referencing files using `@path`
|
|
13
|
+
- Startup Performance Optimization: Skip unnecessary initialization steps in non-interactive mode, accelerating startup speed
|
|
14
|
+
- Configuration Query Optimization: Automatically merge multi-level configurations and return final results for more convenient usage
|
|
15
|
+
- UI Performance Enhancement: Streamlined login interface components, optimizing rendering performance
|
|
16
|
+
- Permission Control Enhancement: Improved permission matching logic for Skill tool
|
|
17
|
+
|
|
18
|
+
## 🐛 Bug Fixes
|
|
19
|
+
|
|
20
|
+
- ACP Protocol Permission Request: Fixed issue where permission requests could not be properly triggered when sub-tasks execute tools
|
|
21
|
+
- Debug Log Enhancement: Ensure debug logs are correctly written to corresponding session files
|
|
22
|
+
- Message Queue Stability: Fixed format issues during message processing, improving display stability
|
|
23
|
+
- Error Handling Enhancement: Improved fault tolerance when tool parameters are empty
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.11.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Sub-agent Model Selection: Support dynamic model selection when invoking sub-tasks, allowing flexible adjustment based on task complexity to optimize cost and performance
|
|
6
|
+
- Sub-agent Session Resume: Support resuming previous sub-task sessions based on existing context, suitable for staged analysis and iterative optimization scenarios
|
|
7
|
+
|
|
8
|
+
## 🔧 Improvements
|
|
9
|
+
|
|
10
|
+
- Project-level Conversation Memory Enhancement: Support cascading loading of CODEBUDDY.md files from parent directories, automatically inheriting project context
|
|
11
|
+
- Interactive Command Support Enhancement: Improved interactive handling capabilities for terminal commands, enhancing execution stability and user experience
|
|
12
|
+
- Terminal Display Optimization: Enhanced color and format preservation in terminal output, improving visual experience
|
|
13
|
+
- Exit Experience Optimization: Improved double-ESC exit logic with increased timeout and visual feedback prompts
|
|
14
|
+
- Conversation Memory Optimization: Improved conversation history loading mechanism, enhancing context management efficiency
|
|
15
|
+
- Plugin Loading Stability Enhancement: Single command loading failure no longer affects normal usage of other commands
|
|
16
|
+
- Input Experience Optimization: Improved support for special characters and emojis, enhancing editing fluency
|
|
17
|
+
|
|
18
|
+
## 🐛 Bug Fixes
|
|
19
|
+
|
|
20
|
+
- Image Paste Fix: Fixed format recognition issue when pasting images, ensuring correct image upload
|
|
21
|
+
- Response Stability Enhancement: Fixed potential infinite retry loop issue when model output is extremely long
|
|
22
|
+
- Configuration Merge Fix: Fixed deduplication issue when merging configuration items, avoiding duplicate configuration entries
|
|
23
|
+
- Editor Interaction Fix: Resolved content handling exception when returning from external editor
|
|
24
|
+
- Plugin Path Fix: Fixed installation path recognition issue for local directory-type plugins
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.12.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Standalone Theme Selection Panel: Added `/theme` command with an interactive theme selection panel, supporting multiple theme variants including dark, light, colorblind-friendly, ANSI, and more
|
|
6
|
+
- Real-time Theme Preview: Preview different themes in real-time within the theme panel to easily find the color scheme that suits you
|
|
7
|
+
- User Feedback Survey: Added user experience feedback survey functionality to help us better understand your usage experience
|
|
8
|
+
- Output Style Management: Support for customizing AI response output formats to meet personalized needs
|
|
9
|
+
|
|
10
|
+
## 🔧 Improvements
|
|
11
|
+
|
|
12
|
+
- Theme System Refactoring: Standalone theme management panel provides a more professional configuration experience
|
|
13
|
+
- Enhanced Terminal Compatibility: Improved recognition and support for older iTerm terminal versions
|
|
14
|
+
- Enhanced File Search: Support for searching hidden files and directories, never miss important configuration files again
|
|
15
|
+
- Build Optimization: Improved application startup speed for more responsive performance
|
|
16
|
+
- Feedback Survey Optimization: Enhanced responsiveness and user experience of feedback components
|
|
17
|
+
|
|
18
|
+
## 🐛 Bug Fixes
|
|
19
|
+
|
|
20
|
+
- Error Retry Optimization: Improved recognition mechanism for context-too-long errors, reducing unnecessary retries and enhancing conversation stability
|
|
21
|
+
- Skill Configuration Parsing: Fixed issue with multi-line text parsing failures in skill configuration files
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.13.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Token Analysis Command: Added `/context` command to view token usage distribution across modules in the current session, helping understand context consumption
|
|
6
|
+
- IDE Auto-Connect: CLI automatically detects and establishes communication with local IDE on startup, with real-time connection status displayed in the status bar
|
|
7
|
+
- Ripgrep Configuration Option: Added `USE_BUILTIN_RIPGREP` environment variable to choose between system-installed ripgrep or the built-in version
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- Loading Interface Optimization: Improved display style of tool call results and loading prompts for better visual experience
|
|
12
|
+
- Model Output Configuration: Support for dynamically adjusting model output limits via environment variables
|
|
13
|
+
- Skill Loading Acceleration: Optimized skill scanning mechanism to improve startup speed
|
|
14
|
+
- Enhanced Shell Compatibility: Improved default shell configuration for better cross-platform stability
|
|
15
|
+
|
|
16
|
+
## 🐛 Bug Fixes
|
|
17
|
+
|
|
18
|
+
- Command Execution Feedback: Fixed missing running status prompt when executing custom commands
|
|
19
|
+
- IDE File Prompt: Improved file open prompt logic to correctly display prompts even when no content is selected
|
|
20
|
+
- Encoding Detection Optimization: Improved system encoding detection mechanism to avoid error output interference
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# CodeBuddy Code v2.14.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Vim Editor Mode: Added Vim-style editing support with NORMAL and INSERT mode switching, supporting standard Vim navigation and editing commands, providing a familiar editing experience for Vim users
|
|
6
|
+
- IDE Selection Interaction: Added `/ide` command with visual interface for selecting and managing IDE connections, making multi-IDE collaboration scenarios more convenient
|
|
7
|
+
|
|
8
|
+
## 🔧 Improvements
|
|
9
|
+
|
|
10
|
+
- Terminal Emulation Optimization: Improved terminal emulation module under Bun runtime for better compatibility
|
|
11
|
+
- Windows Chinese Display Enhancement: Improved character encoding handling for command output, enhancing Chinese display compatibility on Windows platform
|
|
12
|
+
- Third-party Service Compatibility Enhancement: Improved runtime polyfill mechanism to enhance compatibility with third-party services
|
|
13
|
+
- Error Handling Enhancement: Improved log refresh mechanism safety to avoid errors when service is not initialized
|
|
14
|
+
- IDE Detection Enhancement: Improved terminal environment recognition logic to enhance IDE integration stability
|
|
15
|
+
- Environment Variable Handling Optimization: Improved boolean value parsing logic for `DISABLE_AUTOUPDATER` environment variable to enhance configuration accuracy
|
|
16
|
+
|
|
17
|
+
## 🐛 Bug Fixes
|
|
18
|
+
|
|
19
|
+
- Command Execution Optimization: Normalized system command execution parameters to prevent unexpected output interfering with normal flow
|
|
20
|
+
- IDE Context Cleanup: Fixed issue where selection content remained after IDE disconnection, ensuring session context is properly reset
|
|
21
|
+
- Concurrent Tool State Fix: Fixed state transition issues when multiple tools execute concurrently
|
|
22
|
+
- Message Deduplication Optimization: Fixed UI display issues caused by duplicate message group additions
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.14.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- CLI Interactive Experience Optimization: Improved command-line interface interaction flow and user feedback mechanism for smoother operations
|
|
6
|
+
- Session Management Enhancement: Improved stability and responsiveness of session interruption handling, reducing the impact of unexpected interruptions
|
|
7
|
+
- Vim Mode Refinement: Optimized keyboard operations and context management in Vim mode for a smoother editing experience
|
|
8
|
+
- Tool Execution Optimization: Improved performance and accuracy of tool invocation and result processing for faster task response
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.15.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Terminal Notification System: When the terminal is running in the background, system notifications will be sent to remind you to check the results after the AI assistant completes a task
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- Proxy Configuration Enhancement: Support for NO_PROXY environment variable to specify which domains should bypass the proxy
|
|
10
|
+
- Vim Mode Navigation Optimization: Improved accuracy of the `e` command for smoother word-to-word navigation
|
|
11
|
+
- Diagnostic Panel Optimization: Clearer settings information display with summary view for complex configurations
|
|
12
|
+
- TODO Tool Enhancement: More stable task list parsing with better error tolerance
|
|
13
|
+
|
|
14
|
+
## 🐛 Bug Fixes
|
|
15
|
+
|
|
16
|
+
- Sub-agent Execution Stability: Fixed potential response interruption issues when executing multiple sub-agents consecutively
|
|
17
|
+
- Security Update: Fixed critical security vulnerabilities in dependency packages to improve overall security
|
|
18
|
+
- /clear Command Improvement: Permission mode settings are no longer accidentally reset after using the clear screen command
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CodeBuddy Code v2.15.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- Message Debugging Enhancement: Added timestamp field to streaming output for easier debugging and performance analysis
|
|
6
|
+
- Code Architecture Optimization: Improved message processing logic structure for better code maintainability and reusability
|
|
7
|
+
- Vim Mode Operation Optimization: Improved word movement logic for more accurate and smoother cursor navigation
|
|
8
|
+
|
|
9
|
+
## 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- State Management Optimization: Fixed issue where user interrupt state was overwritten by asynchronous events, ensuring interrupt state is correctly maintained
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# CodeBuddy Code v2.16.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Input History Reverse Search: Support for `Ctrl+R` shortcut to perform interactive search in command history, quickly locate and reuse previous input content
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- Input Experience Upgrade: Refactored input box state management for improved response speed and interaction fluidity
|
|
10
|
+
- Paste Function Optimization: Enhanced clipboard paste experience with better handling of images and large text content
|
|
11
|
+
- Command Quick Settings: `/model` command now supports direct input of model ID for quick switching
|
|
12
|
+
- Intelligent Update Strategy: Automatically selects the optimal update method based on package manager
|
|
13
|
+
- Complete Diagnostic Information: Doctor panel displays auto-update status and package manager information
|
|
14
|
+
|
|
15
|
+
## 🐛 Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Fixed issue where terminal output interfered with communication in ACP mode
|
|
18
|
+
- Fixed abnormal state after deleting keywords in reverse search
|
|
19
|
+
- Fixed incomplete message passing in sub-agents
|
|
20
|
+
- Fixed potential exceptions during command execution
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.17.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- IDE Integration Enhancement: Added IDE diff confirmation view and interactive panel, supporting intuitive code change review in IDE
|
|
6
|
+
- Smart Confirmation Flow: Introduced IDE confirmation service and interceptors, improving tool call security and user experience
|
|
7
|
+
- Terminal Title Auto-update: CLI intelligently updates terminal title based on conversation context, helping users quickly identify work content across multiple terminal windows
|
|
8
|
+
- Windows Terminal Keyboard Enhancement: Improved keyboard input handling for Windows terminal, enhanced multi-line editing support. Added Windows Terminal auto-configuration feature, supporting Shift+Enter line break shortcut
|
|
9
|
+
|
|
10
|
+
## 🔧 Improvements & Optimizations
|
|
11
|
+
|
|
12
|
+
- Tool Call Interface Optimization: Improved display of file reading and search tools, providing clearer information presentation
|
|
13
|
+
- Permission Management Enhancement: Added explicit permission confirmation flow for file operation tools, improving security
|
|
14
|
+
- Search Experience Optimization: Improved permission checking mechanism for file search tools, providing smoother experience in trusted directories
|
|
15
|
+
- Interface Interaction Improvement: Enhanced multi-select and input component interaction experience in terminal interface
|
|
16
|
+
- Shortcut Key Adjustment: Changed expand detailed record shortcut from Ctrl+R to Ctrl+O, avoiding conflict with terminal reverse search function
|
|
17
|
+
- History Message Display Optimization: Improved display of conversation records, providing clearer viewing experience
|
|
18
|
+
- Update Notification Improvement: Optimized version update notification display mechanism, improving stability
|
|
19
|
+
|
|
20
|
+
## 🐛 Bug Fixes
|
|
21
|
+
|
|
22
|
+
- ACP Protocol Compatibility: Fixed issue where sessions were incorrectly terminated in ACP mode, ensuring normal message stream transmission
|
|
23
|
+
- Custom Model Loading: Improved configuration file read error handling, improving custom model loading stability
|
|
24
|
+
- Message Display Fix: Fixed issue where incomplete messages from history conversations appeared repeatedly in new conversations
|
|
25
|
+
- Pipeline Input Stability: Improved command-line pipeline input data reading mechanism, avoiding data loss
|
|
26
|
+
- Token Statistics Accuracy: Improved robustness of model response handling, avoiding statistical anomalies
|
|
27
|
+
- Vim Mode Input: Fixed issue of unexpected text input in Vim NORMAL mode, now correctly intercepts all input
|
|
28
|
+
- Vim Two-character Commands: Fixed handling of `dd`, `dw`, `de`, `db`, `cc`, `cw`, `ce`, `cb`, `gg` and other commands, supporting timeout auto-cancel
|
|
29
|
+
- Tool Execution Fault Tolerance: Improved fault tolerance of concurrent multi-tool execution, single tool failure does not affect other tool results
|