@tencent-ai/agent-sdk 0.3.98 → 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 +50 -0
- package/cli/dist/codebuddy-headless.js +137 -108
- 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 +4 -3
- package/cli/product.internal.json +4 -3
- package/cli/product.ioa.json +4 -3
- package/cli/product.json +13 -6
- package/cli/product.selfhosted.json +4 -3
- package/package.json +1 -1
- package/cli/dist/web-ui/assets/index-4SCgPWnj.css +0 -32
- package/cli/dist/web-ui/assets/index-BijmmKDe.js +0 -391
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.18.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- API Key Caching Support: Improves credential management response speed and efficiency, reducing wait times for frequent authentication. Supports custom cache refresh interval via environment variable `CODEBUDDY_CODE_API_KEY_HELPER_TTL_MS`
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- UI Performance Optimization: Reduces unnecessary interface re-rendering, improving interaction fluency
|
|
10
|
+
- Paste Functionality Enhancement: Improves text paste processing speed and stability
|
|
11
|
+
- Command Display Optimization: Intelligently controls command metadata length, improving performance in long prompt scenarios
|
|
12
|
+
- Model Selection Update: Expands available model list, providing more options
|
|
13
|
+
|
|
14
|
+
## 🐛 Bug Fixes
|
|
15
|
+
|
|
16
|
+
- MCP OAuth Authentication Flow Fix: Resolves the issue requiring manual reconnection after authorization, improving authentication experience
|
|
17
|
+
- Terminal Compatibility Improvement: Fixes code highlighting display issues in tmux environments
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.19.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Session Rename: Added `/rename` command for quickly renaming the current session, supporting both direct argument passing and interactive panel operation
|
|
6
|
+
- Input Undo: Added `Ctrl+Z` keyboard shortcut support to undo text edits in the input box at any time
|
|
7
|
+
|
|
8
|
+
## 🔧 Improvements & Optimizations
|
|
9
|
+
|
|
10
|
+
- Session Resume Panel: Optimized the session resume interface for a more intuitive session management experience
|
|
11
|
+
- Connection Diagnostics Enhancement: Improved diagnostic information for network disconnection scenarios to facilitate troubleshooting
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.19.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- ACP Protocol Optimization: Enhanced command filtering mechanism and output display, improving protocol compatibility and interface clarity
|
|
6
|
+
- Image Reading Support: Read tool now supports directly reading and displaying image files, enabling richer file handling scenarios
|
|
7
|
+
- Interface Loading Optimization: Simplified session loading state management, improving interface responsiveness and stability
|
|
8
|
+
|
|
9
|
+
## 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Tool Approval Interface: Fixed incomplete information display issue in ACP protocol mode approval interface, improving readability
|
|
12
|
+
- Hook Integration Mechanism: Improved tool execution Hook invocation to ensure custom scripts can properly handle tool parameters
|
|
13
|
+
- Exit Process Enhancement: Fixed issue where session events were not properly triggered during CLI exit
|
|
14
|
+
- Terminal Compatibility: Fixed compatibility issues when pasting large amounts of text in some Windows and Linux terminals
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.19.2 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- Conversation history management: Improved conversation history management efficiency, optimized memory usage, and support for longer conversation sessions
|
|
6
|
+
- Session state management: Optimized session state management logic, improving responsiveness and stability when switching between multiple sessions
|
|
7
|
+
- Code robustness: Enhanced internal type definitions, improving type safety and code maintainability
|
|
8
|
+
- Extension system enhancement: Improved hook execution mechanism before and after tool calls, providing better extensibility for plugin development
|
|
9
|
+
- Message display optimization: Optimized the organization and display logic of conversation messages, improving interaction experience fluency
|
|
10
|
+
- New visual theme: Adopted a new brand green color scheme, enhancing product visual identity
|
|
11
|
+
- Logo design upgrade: Optimized terminal logo display with a clean and refreshing robot avatar style
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.20.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Usage Statistics Command: New `/stats` command to easily view your usage metrics, including token consumption, session duration, model invocation counts, and other core data
|
|
6
|
+
- Multi-dimensional Statistics View: Support for viewing usage by model category, with flexible switching between 7-day, 30-day, and all-time ranges
|
|
7
|
+
- Visual Charts: Intuitive ASCII bar charts that clearly display usage distribution across different models
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements & Optimizations
|
|
10
|
+
|
|
11
|
+
- Session Management Enhancement: Optimized storage and cleanup mechanisms for session history, improving stability and reliability of session management
|
|
12
|
+
- Interactive Experience Improvement: Enhanced interaction experience for confirmation dialogs, input prompts, and session panels, making operations smoother and more convenient
|
|
13
|
+
- Keyboard Operation Optimization: Improved response stability and accuracy of keyboard shortcuts, boosting operational efficiency
|
|
14
|
+
- Installation Detection Improvement: Enhanced accuracy of installation method detection across different environments, reducing environment-related issues
|
|
15
|
+
- Agent Framework Upgrade: Updated OpenAI agents SDK to the latest version, improving overall stability and performance
|
|
16
|
+
|
|
17
|
+
## 🐛 Bug Fixes
|
|
18
|
+
|
|
19
|
+
- Context Display Issue: Fixed issue where buffer information was still displayed when autocompact was disabled; display logic now behaves as expected
|
|
20
|
+
- Linux Compatibility: Resolved dynamic library loading errors that could occur when starting on older Linux systems
|
|
21
|
+
- Theme Display Optimization: Corrected theme color display in colorblind mode, improving visual experience
|
|
22
|
+
- Response Completeness: Ensured that result messages are always returned when tasks complete, preventing clients from being unable to exit properly
|
|
23
|
+
- Error Message Enhancement: Improved error logging with more detailed debugging information for easier troubleshooting
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.20.1 Release
|
|
2
|
+
|
|
3
|
+
## 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
- CLI mode detection optimization: Fixed output display issues for non-interactive commands (such as install, update) in terminal
|
|
6
|
+
- First-time installation compatibility: Fixed path detection failure during initial binary installation, ensuring a smoother first-time installation experience
|
|
7
|
+
- Image content transfer: Fixed conversion handling of image content in streaming output to ensure correct image data display
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- Task progress display: Optimized visual effects of task progress bars to show task execution status more clearly
|
|
12
|
+
- Tool loading enhancement: Improved loading timing of dynamic tools to ensure sub-agents can properly use all available tools
|
|
13
|
+
- Session management stability: Enhanced stability and performance of session lifecycle management
|
|
14
|
+
- Input interaction experience: Improved terminal input handling for a more stable interactive experience
|
|
15
|
+
- Connection reliability: Optimized protocol communication logic to improve connection stability
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.21.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- New model support: Added GPT-5.2 model, providing you with more powerful reasoning capabilities and smarter code assistance
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- Loading status optimization: Improved display of terminal loading prompts to make the waiting process clearer and more intuitive
|
|
10
|
+
|
|
11
|
+
## 🐛 Bug Fixes
|
|
12
|
+
|
|
13
|
+
- Command execution stability: Fixed potential process hanging issues during subprocess calls to improve command execution reliability
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.22.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- SDK integration enhancement: Added bidirectional communication capability between SDK and CLI, supporting control signal transmission
|
|
6
|
+
- Flexible permission control: SDK can take over tool execution permissions to implement custom permission policies
|
|
7
|
+
- Hook system extension: Support SDK registration of tool execution hooks to implement custom interception and processing logic
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- UI experience enhancement: Optimized terminal loading box display for improved visual presentation and interactive experience
|
|
12
|
+
|
|
13
|
+
## 🐛 Bug Fixes
|
|
14
|
+
|
|
15
|
+
- Output compatibility enhancement: Fixed terminal control sequence interference with JSON output in SDK and pipeline mode to ensure correct data format
|
|
16
|
+
- Search accuracy improvement: Improved file ignore rule matching logic to enhance file search accuracy
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.23.0 Release
|
|
2
|
+
|
|
3
|
+
**Release Date**: 2025-12-22
|
|
4
|
+
|
|
5
|
+
## ✨ New Features
|
|
6
|
+
|
|
7
|
+
- **Agent SDK Permission Control Support**: SDK now supports tool invocation permission management, allowing clients to approve or reject tool execution requests
|
|
8
|
+
- **Agent SDK User Q&A Support**: SDK now supports AskUserQuestion tool, enabling AI agents to ask users questions and gather feedback during execution
|
|
9
|
+
|
|
10
|
+
## 🚀 Performance Optimizations
|
|
11
|
+
|
|
12
|
+
- **Significant @ File Search Performance Boost**: Optimized file search experience in large repositories, resolving lag and crash issues caused by continuous input
|
|
13
|
+
- Implements single-flight full enumeration: Only one `rg --files` runs per `@` input round, avoiding redundant scans
|
|
14
|
+
- Background preloading of file lists: Uses useEffect to preload file lists during idle time, preventing first search freeze
|
|
15
|
+
- Only accepting latest query results: Uses requestId mechanism to discard outdated requests, preventing result flickering and redundant calculations
|
|
16
|
+
- Reduced memory allocation: Fuzzy matching directly handles string arrays, generating objects only for top results
|
|
17
|
+
- Automatic cleanup on context exit: Clears scan sessions when leaving `@` context, avoiding memory overhead
|
|
18
|
+
|
|
19
|
+
## 🐛 Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **Fixed First Search Freeze**: Uses useEffect background preloading; if preloading incomplete on first query, loads asynchronously without blocking UI response
|
|
22
|
+
- **Fixed Windows Path Matching Accuracy**: Ensures all paths are unified to POSIX style separators before processing, avoiding split failures
|
|
23
|
+
- **Fixed execRg Timer Leak**: Ensures timeout timers are properly cleaned up on all exit paths
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Upgrade Notes
|
|
28
|
+
|
|
29
|
+
This release focuses on optimizing file search performance, especially when using `@` symbol for file search in large codebases. If you frequently work with large projects, you'll notice significant improvements in search response speed and stability after upgrading.
|
|
30
|
+
|
|
31
|
+
## Technical Details
|
|
32
|
+
|
|
33
|
+
### File Search Architecture Optimization
|
|
34
|
+
|
|
35
|
+
To address large repository performance issues, this release includes a comprehensive refactoring of the file search mechanism:
|
|
36
|
+
|
|
37
|
+
1. **Single-flight Pattern**: Ensures only one `rg --files` process runs at a time, avoiding resource contention
|
|
38
|
+
2. **Preloading Strategy**: Preloads file lists during user idle time, improving first search response speed
|
|
39
|
+
3. **Request Deduplication**: Automatically discards outdated search requests via requestId mechanism, ensuring result timeliness
|
|
40
|
+
4. **Memory Optimization**: Reduces object creation and memory allocation, improving efficiency when handling large file volumes
|
|
41
|
+
5. **Resource Cleanup**: Automatically cleans up unused search sessions, preventing memory leaks
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.23.4 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- Context Statistics Enhancement: The `/context` command now displays token usage for MCP tools, helping users better understand context usage details
|
|
6
|
+
- UI Rendering Optimization: Improved terminal UI rendering performance and display stability, enhanced session state handling reliability
|
|
7
|
+
|
|
8
|
+
## 🐛 Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Fixed First Login Issue: Resolved the issue where API Key authentication failed on first use
|
|
11
|
+
- Credential Validation Enhancement: Added credential existence check, automatically falling back to alternative authentication methods when credential retrieval fails
|
|
12
|
+
- Path Resolution Improvement: Support for `~` expansion in configuration paths, improving configuration convenience
|
|
13
|
+
- Streaming Output Optimization: Fixed duplicate message identifiers in streaming output
|
|
14
|
+
- Session Recovery Stability: Enhanced null value checking to avoid runtime errors in specific scenarios
|
|
15
|
+
- Module Loading Optimization: Resolved circular dependency issues in product configuration management module
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.23.5 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- Slash Command Permission Control: Support fine-grained tool permission configuration for custom commands, enhancing command execution security and flexibility
|
|
6
|
+
|
|
7
|
+
## 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- ACP Mode Permission Request: Fixed tool call permission request failure in ACP protocol mode, ensuring proper user authorization before tool execution
|
|
10
|
+
- Subagent Tool Access: Fixed subagent tool access failure when MCP server names contain special characters, improving multi-agent collaboration stability
|
|
11
|
+
- Tool Permission Isolation: Optimized subagent tool permission management, ensuring each agent receives correct tool access permissions
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.24.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Built-in Plugin Marketplace: Support for pre-configured official recommended plugin marketplace through product configuration, with automatic installation on startup, making it easier for users to discover and use high-quality plugins
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- Background Task Execution: Refactored task management module to improve the stability and reliability of background task execution
|
|
10
|
+
- Todo Item Experience: Optimized todo item status update mechanism to improve UI responsiveness
|
|
11
|
+
|
|
12
|
+
## 🐛 Bug Fixes
|
|
13
|
+
|
|
14
|
+
- Tool Permission Check: Fixed tool permission check failure in SDK mode to ensure tool invocation security
|
|
15
|
+
- External Editor Paste: Fixed text processing issues when pasting content from external editors, improving input experience
|
|
16
|
+
- Sub-agent Tool Inheritance: Fixed tool inheritance logic in sub-agent configuration to ensure correct default tool permissions are obtained
|
|
17
|
+
- Context Trimming Timing: Optimized conversation history trimming strategy to avoid errors caused by exceeding model context limits
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.25.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Plan Mode Tool: Agent can proactively enter planning phase before executing complex tasks, helping you better understand and confirm the execution plan
|
|
6
|
+
- Enhanced Model Support: Added support for more powerful reasoning models, providing longer context windows and stronger reasoning capabilities
|
|
7
|
+
|
|
8
|
+
## 🔧 Improvements
|
|
9
|
+
|
|
10
|
+
- Enhanced Error Diagnostics: Provides more detailed error messages on authentication failures to help quickly locate and resolve issues; optimized request tracing functionality for easier troubleshooting of complete request chains
|
|
11
|
+
- MCP Tool Permission Management: Support for saving tool permission settings at the project level. Using the "Don't ask again" option now applies across the entire project, improving multi-project workflow efficiency
|
|
12
|
+
- Agent Panel Optimization: More clearly displays different types of Agents; improved command search ranking algorithm to help you find desired commands faster; expanded external editor support range with better error prompts
|
|
13
|
+
- Input Experience Improvements: Optimized responsiveness and smoothness of input prompt box; improved display effects of reverse search functionality to enhance interaction experience
|
|
14
|
+
|
|
15
|
+
## 🐛 Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Session Context: Fixed context passing issues in agent service to ensure conversation information is correctly preserved and passed
|
|
18
|
+
- Large File Reading: Added token count check for file reading to avoid errors caused by exceeding model context limits when reading extremely large log files
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.25.1 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- SDK System Prompt Configuration: SDK supports customizing system prompts through configuration options, flexibly controlling AI assistant behavior and response style
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements
|
|
8
|
+
|
|
9
|
+
- File Search Performance Optimization: Added search result deduplication and throttling mechanisms, significantly improving search response speed for large codebases
|
|
10
|
+
- Enhanced Large Repository Support: Added file and directory count limit protection mechanism to prevent memory issues in extremely large repositories
|
|
11
|
+
- Directory Browsing Optimization: Search results now prioritize displaying directories for quick location of project structure
|
|
12
|
+
- Error Message Display Improvements: Optimized diagnostic information for authentication errors to help locate and resolve issues faster
|
|
13
|
+
- Tool Control Optimization: Improved session-level tool disabling mechanism, providing more granular feature control
|
|
14
|
+
|
|
15
|
+
## 🐛 Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Streaming Response Handling Fix: Fixed exception handling when response is empty, improving error message accuracy
|
|
18
|
+
- MCP Permission Batch Settings: Support for wildcard syntax to approve all tools of a server at once, simplifying permission management process
|
|
19
|
+
- Multi-line Input Navigation Fix: Corrected cursor positioning behavior of Home/End keys during multi-line text input
|
|
20
|
+
- Editor Error Prompt Optimization: Improved error prompt logic when external editor fails to open
|
|
21
|
+
- Search Timeout Optimization: File search timeout adjusted to 30 seconds to prevent zombie processes from consuming system resources
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.26.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Skills Panel: Added `/skills` command to quickly view all loaded Skills (including user-level, project-level, and plugin-level), displaying estimated token consumption to help you better manage and optimize context usage
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements and Optimizations
|
|
8
|
+
|
|
9
|
+
- Context Information Display Optimization: Enhanced `/context` command to improve the display of skills and custom commands, grouping by scope and sorting by token usage, giving you clear insight into context consumption details
|
|
10
|
+
- Task List Persistence: Task lists in sessions are now automatically saved, ensuring complete task state is maintained even after context compression, making long-duration session management more reliable
|
|
11
|
+
- Terminal and Editor Support Expansion: Added automatic recognition support for Kitty and Alacritty terminals and Zed editor; expanded JetBrains IDE series recognition capabilities (including IntelliJ IDEA, WebStorm, PhpStorm, GoLand, Rider, CLion, RubyMine, DataGrip, etc.)
|
|
12
|
+
- Tool Invocation Stability Enhancement: Improved tool name matching capabilities to increase success rate and accuracy of Agent tool invocations
|
|
13
|
+
- Code Diff Experience Enhancement: Improved text highlighting in the diff view for easier and more efficient code reviews
|
|
14
|
+
- Code Size Optimization: Removed unused internal tools to reduce program size
|
|
15
|
+
|
|
16
|
+
## 🐛 Bug Fixes
|
|
17
|
+
|
|
18
|
+
- Sub-Agent Event Handling: Fixed the issue where sub-agent task result events were duplicately propagated to the main session, improving stability of multi-agent collaboration
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.27.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Conversation Rewind: New `/rewind` command that allows rewinding the conversation to a previous message point, with options to rewind conversation only, code only, or both
|
|
6
|
+
- File Checkpoints: Support for automatically creating file checkpoints during sessions, allowing file restoration to previous states when rewinding
|
|
7
|
+
- Plugin Marketplace Auto-Update: Support for enabling auto-update for the plugin marketplace, automatically syncing marketplace content on startup, executed asynchronously in the background without affecting startup speed
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements & Optimizations
|
|
10
|
+
|
|
11
|
+
- Shortcut Enhancement: New double-press ESC shortcut to activate rewind feature. When the input box is empty, pressing ESC twice quickly enters the conversation rewind panel
|
|
12
|
+
|
|
13
|
+
## 🐛 Bug Fixes
|
|
14
|
+
|
|
15
|
+
- Plugin Config Parsing Fix: Fixed plugin marketplace configuration parsing issues, supporting multiple configuration formats to improve configuration compatibility
|
|
16
|
+
- Build Script Permission Fix: Fixed issue where binary file executable permissions were lost during wheel package build process
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.27.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- Enhanced error messages: Improved accuracy and readability of error messages to help you identify and resolve issues faster
|
|
6
|
+
- Network connection enhancement: Automatic detection of network fluctuations with retry mechanism, improving service stability and availability
|
|
7
|
+
- UI display improvements: Unified presentation of tool call results and async task completion notifications for a more consistent interaction experience
|
|
8
|
+
|
|
9
|
+
## 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- File path suggestions optimization: Fixed inaccurate path suggestions during file search, improving input efficiency
|
|
12
|
+
- Input experience improvement: Eliminated suggestion list flickering during interactive input for a smoother input experience
|
|
13
|
+
- Startup speed boost: Resolved blocking issues during plugin marketplace initialization, accelerating startup response time
|
|
14
|
+
- Token statistics accuracy: Fixed token calculation logic to ensure accurate usage statistics
|
|
15
|
+
- Error diagnostics enhancement: Improved error message extraction and display mechanism, providing more detailed and useful diagnostic information
|
|
16
|
+
- Network retry optimization: Refined handling strategy for timeouts and connection interruptions, reducing operation failures caused by network fluctuations
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.27.2 Release
|
|
2
|
+
|
|
3
|
+
## 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
- Alpine Linux compatibility fix: Resolved crash issues when running on Alpine and other musl-based systems, improving cross-platform stability
|
|
6
|
+
- MCP connection optimization: Fixed transport layer conflicts caused by concurrent connection requests, improving connection stability
|
|
7
|
+
- Command execution optimization: Improved MCP initialization logic for one-time commands, reducing unnecessary connection overhead
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.27.3 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- MCP server status display: Improved status presentation for pending approval servers, providing clearer visibility into connection states
|
|
6
|
+
- Auto-update stability: Optimized update lock mechanism to prevent update loops in edge cases
|
|
7
|
+
- File search consistency: Unified file ignore rules management, improving search result accuracy
|
|
8
|
+
- UI responsiveness: Simplified output panel layout for faster interface response
|
|
9
|
+
|
|
10
|
+
## 🐛 Bug Fixes
|
|
11
|
+
|
|
12
|
+
- Complex task handling: Fixed issues where subtasks couldn't complete due to execution limits, now capable of handling more complex multi-step tasks
|
|
13
|
+
- Context compression quality: Improved file reading capability during context compression, enhancing content accuracy after compression
|
|
14
|
+
- Subtask stability: Fixed unexpected message forwarding issues in subtasks, improving task execution isolation
|
|
15
|
+
- SDK mode optimization: Improved handling logic for permission denials, enhancing SDK integration experience
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.28.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Code Security Review Command: Added `/security-review` command for professional code security audits to identify potential vulnerabilities
|
|
6
|
+
- Conditional Rule Loading: Support for automatically loading relevant rules based on file operations, configured via the `paths` field matching patterns
|
|
7
|
+
- Modular Rule Management: Support for organizing rule files in the `rules/` directory with subdirectory categorization
|
|
8
|
+
- Local Memory Configuration: Added `CODEBUDDY.local.md` file support for personal preference settings, excluded from version control
|
|
9
|
+
- AI Model Expansion: Added support for GLM-4.6V and DeepSeek-V3.2 models
|
|
10
|
+
- Homebrew Installation: macOS/Linux users can now install directly via `brew install codebuddy-code`
|
|
11
|
+
|
|
12
|
+
## 🔧 Improvements & Optimizations
|
|
13
|
+
|
|
14
|
+
- Custom Command Rendering: Improved command template parsing with support for inline Bash command execution
|
|
15
|
+
- Memory Loading Mechanism: Optimized rule triggering for improved loading efficiency
|
|
16
|
+
- MCP Tool List: Enhanced stability when fetching server tools
|
|
17
|
+
- Error Message Optimization: Improved error message readability for easier troubleshooting
|
|
18
|
+
- Enhanced Logging: Added detailed logs for settings management to facilitate debugging
|
|
19
|
+
- Homebrew Update Detection: Now correctly detects updates for Homebrew installations
|
|
20
|
+
- MCP Output Limits: Improved tool output size calculation method
|
|
21
|
+
- MCP Timeout Configuration: Support for configuring connection timeout via environment variables
|
|
22
|
+
|
|
23
|
+
## 🐛 Bug Fixes
|
|
24
|
+
|
|
25
|
+
- Agent Tool Configuration: Fixed file reading capability configuration issue for compact agent
|
|
26
|
+
- Windows IDE Connection: Improved Windows platform IDE process detection for better connection stability
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.28.1 Release
|
|
2
|
+
|
|
3
|
+
## 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
- Double ESC rollback feature: Fixed an issue where pressing ESC twice consecutively when the input field was empty failed to trigger the conversation rollback feature correctly. Now you can use the keyboard shortcut to quickly access the conversation rollback panel
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.29.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Session Resume Support
|
|
6
|
+
|
|
7
|
+
Added session resume functionality, supporting seamless resumption and switching of existing sessions in IDE integration scenarios, improving continuity and efficiency of cross-session workflows.
|
|
8
|
+
|
|
9
|
+
### LSP Plugin Support
|
|
10
|
+
|
|
11
|
+
Added Language Server Protocol plugin support, providing real-time code intelligence for AI:
|
|
12
|
+
- Understand code structure, type definitions, and function signatures
|
|
13
|
+
- Support cross-file symbol navigation and reference lookup
|
|
14
|
+
- Improve accuracy and efficiency of code analysis
|
|
15
|
+
|
|
16
|
+
## 🔧 Improvements
|
|
17
|
+
|
|
18
|
+
- **Authentication Performance**: Optimized authentication flow, reduced unnecessary configuration checks, improved startup speed
|
|
19
|
+
- **UI Component Optimization**: Improved loading state display component, enhanced rendering efficiency and code structure
|
|
20
|
+
- **Sub-agent Tracking**: Enhanced internal tracking mechanism for sub-agent task execution, improved event stream processing accuracy
|
|
21
|
+
|
|
22
|
+
## 🐛 Bug Fixes
|
|
23
|
+
|
|
24
|
+
- **Session Management**: Fixed CLI Agent session ID management issue, improved session persistence and recovery stability
|
|
25
|
+
- **Startup Command**: Fixed issue where `yarn start` command could not execute properly
|
|
26
|
+
- **Network Exception Handling**: Fixed error propagation issue caused by network exceptions during sub-agent execution, improved task execution stability
|
|
27
|
+
- **Todo List**: Optimized `/todos` command data loading logic, supports recovering todo list from file system
|
|
28
|
+
- **MCP Connection**: Improved MCP server connection mechanism, supports custom timeout configuration, improved connection reliability
|
|
29
|
+
|
|
30
|
+
## 📝 Documentation Updates
|
|
31
|
+
|
|
32
|
+
- **Authentication**: Restructured IAM documentation, added quick start guide and scenario-based authentication configuration examples
|
|
33
|
+
- **Plugin Development**: Updated plugin development documentation, added LSP configuration guide and usage examples
|
|
34
|
+
- **Release Notes**: Added v2.28.1 release notes documentation
|
|
35
|
+
- **Documentation Index**: Updated CLI documentation index mapping
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.3.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- File Editing Stability: Optimized string replacement logic to improve accuracy and reliability when handling special characters
|
|
6
|
+
- Plugin Marketplace Experience: Improved plugin source recognition capability and provided more friendly error messages, lowering configuration barriers
|
|
7
|
+
- Skills Debugging Experience: Optimized skill loading log output to display skill sources more clearly, facilitating troubleshooting
|
|
8
|
+
- Tool System Flexibility: Support for dynamically controlling tool availability based on runtime environment, improving system adaptability
|
|
9
|
+
- Command Input Efficiency: Improved slash command auto-completion with exact match priority display to speed up command input
|
|
10
|
+
- Interface Rendering Performance: Optimized list component key attribute strategy to improve terminal interface stability and fluidity
|
|
11
|
+
- Image Paste Compatibility: Enhanced cmd+v image paste functionality with improved Windows system compatibility
|
|
12
|
+
- Configuration Interface Professionalism: Optimized prompt text in Hooks configuration panel to enhance product quality
|
|
13
|
+
|
|
14
|
+
## 🐛 Bug Fixes
|
|
15
|
+
|
|
16
|
+
- Hooks Documentation Improvement: Updated Hooks usage guide with improved documentation structure and examples to simplify configuration
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.30.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Built-in Plugin Marketplace
|
|
6
|
+
|
|
7
|
+
Added CodeBuddy official plugin marketplace, providing officially recommended quality plugins for users to quickly discover and install.
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- **Conversation Compression Display**: Improved the interface display of conversation compression feature, providing clearer visual feedback
|
|
12
|
+
- **File Search Pagination**: Added `limit` and `offset` parameter support for Glob tool, enabling pagination processing for large search results
|
|
13
|
+
- **Content Search Pagination**: Added `head_limit` parameter and optimized `offset` handling for Grep tool, enhancing search result flexibility
|
|
14
|
+
- **API Key Configuration**: Support configuring API Key through settings, providing more flexible authentication options
|
|
15
|
+
- **MCP Configuration Path Display**: Improved MCP server configuration file path display logic, correctly showing path information for all configuration scopes
|
|
16
|
+
- **MCP Service Management**: Disabled MCP services can now view their detail pages
|
|
17
|
+
- **Tool Permission Control**: Optimized tool permission approval process, enhancing security control capabilities for specific tool operations
|
|
18
|
+
- **Directory Trust Optimization**: Users can now choose to trust the current directory, parent directory, or recursively trust all subdirectories in the directory trust prompt, avoiding repeated authorization for subdirectories
|
|
19
|
+
- **Checkpoint Protocol Optimization**: Extracted common data structures, reduced code duplication, optimized session data structures and restore conversation UI
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.31.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### ACP HTTP Transport Protocol
|
|
6
|
+
|
|
7
|
+
Added Streamable HTTP transport mode, providing more flexible integration options for ACP protocol:
|
|
8
|
+
|
|
9
|
+
- Support using ACP protocol through HTTP endpoints
|
|
10
|
+
- Enable via `--acp-transport streamable-http` parameter
|
|
11
|
+
- Includes companion client SDK for quick integration
|
|
12
|
+
|
|
13
|
+
### Feedback Command
|
|
14
|
+
|
|
15
|
+
Added `/feedback` command for quickly submitting feedback or bug reports, automatically opens browser with pre-filled session information.
|
|
16
|
+
|
|
17
|
+
### Session History API
|
|
18
|
+
|
|
19
|
+
The `/agent` endpoint now supports retrieving conversation message lists from historical sessions, facilitating IDE integration development.
|
|
20
|
+
|
|
21
|
+
### Plugin Management Interface Enhancements
|
|
22
|
+
|
|
23
|
+
Brand new plugin management experience with 6 new functional tabs:
|
|
24
|
+
|
|
25
|
+
- Discover/Browse: Discover and browse available plugins
|
|
26
|
+
- Installed: Manage installed plugins
|
|
27
|
+
- Marketplaces: Manage plugin marketplace sources
|
|
28
|
+
- Errors: View detailed error diagnostics, supporting 20+ error type categories
|
|
29
|
+
- Added `codebuddy plugin validate` command to verify plugin validity
|
|
30
|
+
|
|
31
|
+
## 🔧 Improvements
|
|
32
|
+
|
|
33
|
+
- New Model Support: Added support for Kimi-K2-Thinking reasoning model
|
|
34
|
+
- UI Rendering Performance: Optimized terminal interface rendering, improved message display fluency
|
|
35
|
+
- Service Proxy: Hook scripts can call gateway services through service proxy
|
|
36
|
+
- LSP Integration: Improved Windows platform compatibility, fixed path space issues, enhanced C# and other language server compatibility
|
|
37
|
+
- Permission Management: Optimized auto-approval logic for safe commands in Plan mode
|
|
38
|
+
- Checkpoint Comparison: Support comparing disk files with snapshot difference statistics
|
|
39
|
+
- Conversation Recovery: Display checkpoint time information in recovery selector
|
|
40
|
+
- Workspace Rules: Optimized rule injection tags, improved AI rule recognition capability
|
|
41
|
+
|
|
42
|
+
## 🐛 Bug Fixes
|
|
43
|
+
|
|
44
|
+
- Rule Import: Fixed issue where imported rules were incorrectly skipped when `alwaysApply: false`
|
|
45
|
+
- Context Compression: Fixed issue where tool approval requests still popped up after compression
|
|
46
|
+
|
|
47
|
+
## 📝 Documentation Updates
|
|
48
|
+
|
|
49
|
+
- ACP Documentation: Added transport protocol selection and HTTP transport usage instructions
|
|
50
|
+
- Environment Variables: Added mTLS, Shell, model and other environment variable configuration instructions
|
|
51
|
+
- Plugin Documentation: Updated plugin system usage instructions and error handling guide
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CodeBuddy Code v2.31.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- **File Search Tool**: Optimized glob pattern processing logic, improving pattern standardization accuracy
|
|
6
|
+
- **Shell Compatibility Hints**: Added default Shell type in environment info and command execution prompts, ensuring generated commands are compatible with user Shell syntax
|
|
7
|
+
- **Plugin Marketplace Git Operations**: Disabled Git credential prompts and interactive SSH authentication, improving plugin installation experience in unattended environments
|
|
8
|
+
|
|
9
|
+
## 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **File Permission Check**: Fixed issue requiring repeated authorization when reading files within workspace; now trusted workspace directories automatically recursively trust all their subfiles
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.31.2 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- **Session History Enhancement**: Each history message now automatically records the working directory at the time of creation, facilitating message source tracking
|
|
6
|
+
- **Idle Prompt Notification**: Automatically sends terminal notification to remind users when there's no operation 60 seconds after user input, preventing forgotten ongoing tasks
|
|
7
|
+
- **MCP Configuration Path Consistency**: Fixed path priority logic in toggle manager when reading/writing configurations, ensuring consistency with config-store behavior
|
|
8
|
+
- **OSC Notification Protocol Optimization**: Adjusted terminal protocol priority, providing dedicated OSC 9 support for iTerm, improving compatibility experience
|
|
9
|
+
- **Notification Message Simplification**: Removed product name prefix from notification messages, making messages more concise and clear
|
|
10
|
+
- **Plan Mode Optimization**: Improved plan approval flow and storage mechanism, enhancing user experience
|
|
11
|
+
- **MCP Configuration System**: Optimized MCP configuration scope architecture, improving configuration isolation and security
|
|
12
|
+
- **Documentation Optimization**: Removed redundant directory structure from documentation, simplifying document content
|
|
13
|
+
|
|
14
|
+
## 🐛 Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **Directory Trust Matching**: Fixed issue where recursive trust patterns couldn't match the directory itself, ensuring directory trust functionality works correctly
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.32.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Prompt Suggestions
|
|
6
|
+
|
|
7
|
+
After the Agent completes a conversation, CodeBuddy automatically predicts your next possible action and displays it as gray text in the input area. Press Enter to send the suggestion directly, or press Tab to enter edit mode, making your workflow smoother.
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements & Optimizations
|
|
10
|
+
|
|
11
|
+
- **Context Management**: Fixed exception handling logic during MCP tool information collection, improving system stability
|
|
12
|
+
- **Configuration System**: Optimized default value merging logic, fixed loading issues across different configuration layers
|
|
13
|
+
- **Background Task Management**: Optimized task registration mechanism, supporting selective state monitoring, reducing resource overhead
|
|
14
|
+
- **File Search Tool**: Enhanced file path matching algorithm and Git ignore rule processing, improving search accuracy
|
|
15
|
+
- **Error Handling**: Improved network error logging, enhancing problem troubleshooting capabilities
|
|
16
|
+
|
|
17
|
+
## 📝 Documentation Updates
|
|
18
|
+
|
|
19
|
+
- **MCP Configuration Documentation**: Updated MCP configuration file location description, added priority-based configuration file parsing mechanism
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# CodeBuddy Code v2.33.0 Release
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Model Selection Memory
|
|
6
|
+
|
|
7
|
+
When opening the model panel, it now automatically scrolls to the currently active model, eliminating the need to manually search for it.
|
|
8
|
+
|
|
9
|
+
## Improvements & Optimizations
|
|
10
|
+
|
|
11
|
+
- **LSP Position Conversion**: Fixed coordinate conversion logic between editor line/column numbers and LSP server, enabling accurate positioning for code navigation and reference lookup operations
|
|
12
|
+
- **Message Queue Stability**: Fixed an issue where messages sent by users during Agent execution could be lost, ensuring messages are correctly preserved in multi-turn conversations
|
|
13
|
+
- **Input Suggestions Optimization**: Added debounce mechanism to reduce unnecessary requests and improve input experience
|
|
14
|
+
- **Performance Optimization**: Reduced unnecessary component re-renders to improve interface responsiveness
|
|
15
|
+
- **Stability Improvement**: Fixed potential crash issues in empty list scenarios
|
|
16
|
+
- **Subdirectory Rules Support**: Support for placing CODEBUDDY.md files in project subdirectories, with rules automatically triggered when operating on files in that directory
|
|
17
|
+
- **File Extension Compatibility**: Added support for `.mdc` extension (CODEBUDDY.mdc, AGENTS.mdc)
|
|
18
|
+
- **Glob Matching Optimization**: Enabled matchBase mode, allowing simple patterns like `*.ts` to match files at any directory level
|
|
19
|
+
- **Conditional Rule Injection Enhancement**: Automatic conditional rule matching triggered during file operation tool execution
|
|
20
|
+
|
|
21
|
+
## Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Context Compression**: Fixed an issue where interrupting a session during compression incorrectly displayed an interruption message
|
|
24
|
+
|
|
25
|
+
## Documentation Updates
|
|
26
|
+
|
|
27
|
+
- **Tool Documentation**: Added documentation for NotebookEdit, LSP, and TaskOutput tools
|
|
28
|
+
- **CLI Parameters**: Added documentation for `--settings` and `--setting-sources` parameters
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# CodeBuddy Code v2.33.1 Release
|
|
2
|
+
|
|
3
|
+
## Improvements & Optimizations
|
|
4
|
+
|
|
5
|
+
- **Session Context Type Optimization**: Refactored type definitions for sessions, checkpoints, and context management, enhancing type safety for input item handling and history tools
|
|
6
|
+
- **Command Permission Check**: Optimized permission evaluation for whitelisted command chains, directly allowing execution when all subcommands are in the safe whitelist without additional confirmation
|
|
7
|
+
- **Memory Loader**: Fixed compilation warnings caused by temporarily disabled subdirectory Memory loading methods
|