@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,18 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.41.8 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Print Mode Output Optimization**: Silent notification messages in print mode to avoid polluting agent output stream, making script integration cleaner
|
|
6
|
+
- **Configuration Structure Simplification**: Removed redundant deploymentType configuration field, simplifying product configuration structure
|
|
7
|
+
|
|
8
|
+
## 🐛 Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **Custom Request Header Parsing**: Fixed newline character judgment logic to ensure multi-line header configurations are parsed correctly
|
|
11
|
+
- **SDK System Prompt Passing**: Fixed the issue where `systemPrompt` parameter was not correctly passed in v2 Session API
|
|
12
|
+
- **SDK Session Loading Race Condition**: Fixed race condition when calling `loadSession` and `prompt` concurrently in multi-window scenarios, preventing session data inconsistency
|
|
13
|
+
|
|
14
|
+
## 📝 Documentation Updates
|
|
15
|
+
|
|
16
|
+
- **Environment Variable Documentation**: Added `CODEBUDDY_IMAGE_GEN_ENABLED` feature switch documentation for controlling image generation functionality
|
|
17
|
+
- **Release Notes**: Added Chinese and English release notes for v2.40.0 through v2.41.7
|
|
18
|
+
- **SDK Documentation**: Enhanced documentation for hooks, permissions, TypeScript SDK, etc.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.42.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### MCP Configuration Now Supports JSONC Format
|
|
6
|
+
|
|
7
|
+
MCP configuration files now support JSONC (JSON with Comments) format, making configuration files easier to maintain:
|
|
8
|
+
|
|
9
|
+
- Support for single-line comments (`//`)
|
|
10
|
+
- Support for multi-line comments (`/* */`)
|
|
11
|
+
- Support for trailing commas
|
|
12
|
+
|
|
13
|
+
```jsonc
|
|
14
|
+
{
|
|
15
|
+
// MCP Server Configuration
|
|
16
|
+
"mcpServers": {
|
|
17
|
+
/* Filesystem server */
|
|
18
|
+
"filesystem": {
|
|
19
|
+
"type": "stdio",
|
|
20
|
+
"command": "npx",
|
|
21
|
+
"args": ["-y", "@modelcontextprotocol/server-filesystem"],
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
}
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
## 🔧 Improvements
|
|
28
|
+
|
|
29
|
+
- **Python 3.10 Support**: Agent SDK extended compatible Python version range, now supporting Python 3.10
|
|
30
|
+
- **ACP Session Control**: Fixed setting model and permission mode via SDK
|
|
31
|
+
- **Tool Call Stability**: Automatically detects incomplete tool call parameters returned by the model and requests regeneration, improving conversation stability
|
|
32
|
+
- **Session Fork Enhancement**: Supports more parameter combinations, allowing source session specification via `--resume` or `--session-id`
|
|
33
|
+
- **Command Message Format**: Unified message tag format for slash commands and skills, added `command-args` tag support for argument extraction
|
|
34
|
+
- **Data Tracking Accuracy**: Fixed issue where prompt suggestion data was mixed with main conversation data
|
|
35
|
+
|
|
36
|
+
## 🐛 Bug Fixes
|
|
37
|
+
|
|
38
|
+
- **Hook Output Display**: Fixed issue where extra JSON raw data was displayed after hook execution
|
|
39
|
+
- **Symlink Support**: Fixed issue where symlink files in the rules directory couldn't be loaded correctly, added circular reference protection
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.42.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Startup Performance Monitoring**: Added startup time analyzer, viewable in the `/doctor` panel to see timing for each phase, helping diagnose slow startup issues
|
|
6
|
+
- **WSL Environment Support**: Automatically detects WSL environment and prompts the model to use correct Linux path format, improving WSL user experience
|
|
7
|
+
- **Path Compatibility**: Fixed parsing issues when models send Windows-style paths on non-Windows platforms, avoiding path errors
|
|
8
|
+
- **SDK Version Update**: Synchronized SDK-JS to 0.3.32, SDK-Python to 0.3.30
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.42.3 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
### Session Summary and Topic Persistence
|
|
6
|
+
|
|
7
|
+
- **AI Summary Generation**: Automatically generates AI summaries for sessions, displaying friendlier descriptions in the `/resume` list to help you quickly identify and restore historical sessions
|
|
8
|
+
- **Topic Persistence**: Terminal titles are now saved to session history for easier viewing and management
|
|
9
|
+
- **Non-Interactive Mode Support**: Added `--enable-session-tracking` parameter to enable session tracking in non-interactive mode
|
|
10
|
+
|
|
11
|
+
### Fine-Grained Session Tracking Configuration
|
|
12
|
+
|
|
13
|
+
Split session tracking functionality into two independent environment variables for more flexible configuration:
|
|
14
|
+
|
|
15
|
+
- `CODEBUDDY_INCLUDE_SUMMARY_MESSAGE`: Controls whether to generate session summaries
|
|
16
|
+
- `CODEBUDDY_INCLUDE_TOPIC_MESSAGE`: Controls whether to save session topics
|
|
17
|
+
|
|
18
|
+
This allows you to enable or disable specific features independently based on your actual needs.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# CodeBuddy Code v2.43.0 Release
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Task Management Tool Refactoring
|
|
6
|
+
|
|
7
|
+
The original single task management tool has been split into 5 independent tools, providing more granular task control capabilities:
|
|
8
|
+
|
|
9
|
+
- **TaskCreate**: Create new tasks
|
|
10
|
+
- **TaskGet**: Get task details
|
|
11
|
+
- **TaskUpdate**: Update task status
|
|
12
|
+
- **TaskList**: List all tasks
|
|
13
|
+
- **TaskStop**: Stop task execution
|
|
14
|
+
|
|
15
|
+
### Skill Tool Enhancement
|
|
16
|
+
|
|
17
|
+
The Skill tool now supports direct execution of slash commands, with a new `args` parameter for passing command arguments, making skill invocation more flexible.
|
|
18
|
+
|
|
19
|
+
## Improvements
|
|
20
|
+
|
|
21
|
+
- **Plan Mode Enhancement**: Added `/plan` command for previewing current plan file content, optimized permission control in plan mode
|
|
22
|
+
- **Shell Environment Snapshot**: Automatically captures user shell configuration (functions, aliases, options) when executing commands, ensuring commands run in the user's familiar environment
|
|
23
|
+
- **Shell Environment File Support**: Added `CODEBUDDY_ENV_FILE` environment variable, supporting automatic loading of specified environment files before command execution
|
|
24
|
+
- **Prompt Optimization**: Optimized Agent prompt templates for improved response conciseness
|
|
25
|
+
- **File Search Optimization**: Streamlined hardcoded ignore rules, prioritizing project .gitignore configuration
|
|
26
|
+
- **Grep Tool**: Added `context` parameter alias for improved usability
|
|
27
|
+
- **Sub-agent Configuration**: Added `max_turns` parameter to control agent execution turns
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# CodeBuddy Code v2.43.1 Release
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Task Management Tool Refactoring
|
|
6
|
+
|
|
7
|
+
The original single task management tool has been split into 5 independent tools, providing more granular task control capabilities:
|
|
8
|
+
|
|
9
|
+
- **TaskCreate**: Create new tasks
|
|
10
|
+
- **TaskGet**: Get task details
|
|
11
|
+
- **TaskUpdate**: Update task status
|
|
12
|
+
- **TaskList**: List all tasks
|
|
13
|
+
- **TaskStop**: Stop task execution
|
|
14
|
+
|
|
15
|
+
### Skill Tool Enhancement
|
|
16
|
+
|
|
17
|
+
The Skill tool now supports direct execution of slash commands, with a new `args` parameter for passing command arguments, making skill invocation more flexible.
|
|
18
|
+
|
|
19
|
+
## Improvements
|
|
20
|
+
|
|
21
|
+
- **Plan Mode Enhancement**: Added `/plan` command for previewing current plan file content, optimized permission control in plan mode
|
|
22
|
+
- **Shell Environment Snapshot**: Automatically captures user shell configuration (functions, aliases, options) when executing commands, ensuring commands run in the user's familiar environment
|
|
23
|
+
- **Shell Environment File Support**: Added `CODEBUDDY_ENV_FILE` environment variable, supporting automatic loading of specified environment files before command execution
|
|
24
|
+
- **Prompt Optimization**: Optimized Agent prompt templates for improved response conciseness
|
|
25
|
+
- **File Search Optimization**: Streamlined hardcoded ignore rules, prioritizing project .gitignore configuration
|
|
26
|
+
- **Grep Tool**: Added `context` parameter alias for improved usability
|
|
27
|
+
- **Sub-agent Configuration**: Added `max_turns` parameter to control agent execution turns
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CodeBuddy Code v2.44.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Session Title Synchronization
|
|
6
|
+
|
|
7
|
+
Support for synchronizing session topics through the ACP protocol to the IDE, enabling meaningful session names to be displayed in tabs or sidebars. When the AI assistant identifies a session topic, the IDE can automatically update the corresponding tab title, making it easier for users to identify and manage multiple parallel sessions.
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- **SDK Version Update**: Updated SDK-JS to 0.3.37 and SDK-Python to 0.3.35
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.44.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Skill/Command Invocation Control**: Added `disableModelInvocation` configuration option, allowing skills or commands to be set to manual-trigger-only mode, preventing automatic invocation by the model for more precise control over AI behavior
|
|
6
|
+
- **Subagent Interruption Handling**: Optimized behavior when Task subagents are interrupted by users, now returning clear interruption prompts and resumable Agent IDs, supporting task continuation via the `resume` parameter - interruptions no longer mean lost progress
|
|
7
|
+
- **Plan Subagent Enhancement**: Plan subagents can now use Write, Edit, and MultiEdit tools to edit plan files, making plan mode more flexible and practical
|
|
8
|
+
- **Media Content Error Auto-Recovery**: When requests fail due to oversized images, invalid formats, or too many images, the system automatically removes problematic content and provides compression suggestions, allowing conversations to continue
|
|
9
|
+
- **WebFetch Tool Enhancement**: Enhanced support for SPA pages, automatically extracting meta tag information when main page content is empty for better understanding of modern web applications
|
|
10
|
+
- **Custom Headers Merge Optimization**: Fixed case-sensitivity issues when merging HTTP headers, now correctly overrides headers with the same name but different casing
|
|
11
|
+
- **allowed-tools Format Support**: The `allowed-tools` field in custom Skills and Commands now supports both comma-separated strings and YAML arrays for more flexible configuration
|
|
12
|
+
- **Input Box Optimization**: Fixed message sending timing issues, ensuring the input is cleared only after the message is fully sent
|
|
13
|
+
|
|
14
|
+
## 🐛 Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **Custom Request Header Parsing**: Fixed newline character detection logic to ensure multi-line header configurations are parsed correctly
|
|
17
|
+
- **Documentation Links**: Corrected sandbox documentation links to point to the correct files
|
|
18
|
+
|
|
19
|
+
## 📝 Documentation Updates
|
|
20
|
+
|
|
21
|
+
- **SDK Example Documentation**: Added SDK demo page with TypeScript SDK usage examples and best practices
|
|
22
|
+
- **Skills and Commands Documentation**: Updated documentation for skills and slash commands
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.45.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Tool Search and Lazy Loading
|
|
6
|
+
|
|
7
|
+
Added the ToolSearch tool, supporting natural language search for available tools. MCP servers now support `defer_loading` configuration, deferring tool loading until needed, effectively reducing context consumption and improving tool selection accuracy.
|
|
8
|
+
|
|
9
|
+
### Environment Variable Model Configuration
|
|
10
|
+
|
|
11
|
+
Support flexible model configuration through environment variables, convenient for use in CI/CD environments and scripts:
|
|
12
|
+
|
|
13
|
+
- `CODEBUDDY_MODEL`: Override default agent model
|
|
14
|
+
- `CODEBUDDY_SMALL_FAST_MODEL`: Configure lite variant model
|
|
15
|
+
- `CODEBUDDY_BIG_SLOW_MODEL`: Configure reasoning variant model
|
|
16
|
+
- `CODEBUDDY_CODE_SUBAGENT_MODEL`: Configure sub-agent model
|
|
17
|
+
- `MAX_THINKING_TOKENS`: Enable extended thinking and set token budget
|
|
18
|
+
|
|
19
|
+
### SDK Commands Subscription
|
|
20
|
+
|
|
21
|
+
SDK adds `getAvailableCommands()` and `subscribeToCommands()` methods, supporting retrieval and real-time subscription to CLI available command list changes.
|
|
22
|
+
|
|
23
|
+
## 🔧 Improvements
|
|
24
|
+
|
|
25
|
+
- **Skill Fork Context**: Support `context: fork` configuration, allowing Skills to execute in an independent sub-agent context
|
|
26
|
+
- **Agent Type Specification**: Added `agent` field to specify the sub-agent type for executing Skills
|
|
27
|
+
- **Image Paste Optimization**: Added clipboard read retry mechanism, expanded macOS image format detection, supporting more screenshot tools
|
|
28
|
+
- **Error Recovery Enhancement**: When the model returns an invalid tool name, the system will prompt the model to check and retry
|
|
29
|
+
- **Interface Simplification**: Simplified "Plan Mode" to "Plan" for a cleaner interface
|
|
30
|
+
|
|
31
|
+
## 🐛 Bug Fixes
|
|
32
|
+
|
|
33
|
+
- **ACP Multi-turn Conversation**: Fixed issue where second-round prompts returned results directly, missing sessionUpdate events
|
|
34
|
+
- **Plugin Loading Deduplication**: Fixed issue where plugin skills, agents, and commands were duplicated in menus
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.45.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Login UI Optimization**: Adjusted login method order, moving iOA login to the last position with a note indicating it's only for Tencent internal employees, making it easier for new users to find the appropriate login method
|
|
6
|
+
- **Documentation Enhancement**: Added detailed explanations of four login methods in the quickstart documentation to help users understand the applicable scenarios for each login method
|
|
7
|
+
- **SDK Version Update**: Synchronized SDK-JS to 0.3.40 and SDK-Python to 0.3.38
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.46.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Language Settings
|
|
6
|
+
|
|
7
|
+
Added Language option in `/config`, allowing you to set your preferred response language. CodeBuddy Code will respond in your specified language, making communication more natural and smooth.
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- **Copy Shortcut**: Added Ctrl+Y shortcut to quickly copy the last AI response to clipboard, making it convenient to grab code snippets or important information
|
|
12
|
+
- **Shell Command Execution Optimization**: Optimized command execution mechanism to only use eval wrapper when additional environment configuration needs to be loaded, maintaining original behavior by default and improving command execution stability
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.47.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Cross-session Memory
|
|
6
|
+
|
|
7
|
+
New experimental memory feature that supports persistent memory across Agent sessions. You can enable this feature through the `/config` settings panel or the `memory.enabled` configuration. Team memory mode is also supported, storing memories in the project directory for team sharing.
|
|
8
|
+
|
|
9
|
+
## 🔧 Improvements
|
|
10
|
+
|
|
11
|
+
- **command:// URI handling**: Optimized command:// resource link handling in ACP protocol, correctly converting to slash command format and echoing original content blocks
|
|
12
|
+
- **Command push filtering**: Fixed issue where built-in commands were incorrectly pushed to IDE, now only pushing user-defined commands, skills, and specific built-in commands
|
|
13
|
+
- **File path search**: Optimized matching precision for duplicate character queries to avoid mismatching scattered characters
|
|
14
|
+
- **SSH remote clipboard**: Fixed Ctrl+Y copy to clipboard failure in Linux + SSH remote environments by implementing OSC 52 protocol support for remote terminal clipboard operations
|
|
15
|
+
- **Session resume history control**: Optimized history replay logic when SDK resumes sessions, using `hasPrompt` signal to let CLI intelligently determine whether to replay history messages, improving the resume experience
|
|
16
|
+
|
|
17
|
+
## 🐛 Bug Fixes
|
|
18
|
+
|
|
19
|
+
- **Pipe input**: Fixed issue where content could not be read when using pipe input (e.g., `cat file.txt | codebuddy -p "analyze"`)
|
|
20
|
+
- **Stop Hooks timing**: Fixed issue where Stop Hooks were incorrectly executed when tools required user confirmation, now only triggered when there are no pending approval tools
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.48.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Image-to-Image Tool (ImageEdit)
|
|
6
|
+
|
|
7
|
+
New `ImageEdit` tool for AI-based editing and modification of existing images:
|
|
8
|
+
- Supports style transformation, element addition, color modification, and other image editing operations
|
|
9
|
+
- Use `/model:image-to-image` command to switch to image-to-image model
|
|
10
|
+
- Configure the default model via `CODEBUDDY_IMAGE_TO_IMAGE_MODEL` environment variable or `imageToImageModel` setting
|
|
11
|
+
|
|
12
|
+
### Prompt Hook
|
|
13
|
+
|
|
14
|
+
New LLM-based Hook type that supports defining trigger conditions using natural language for more flexible workflow control.
|
|
15
|
+
|
|
16
|
+
## 🔧 Improvements
|
|
17
|
+
|
|
18
|
+
- **Image API Refactoring**: Extracted shared `ImageApiClient` module to unify API call logic for text-to-image and image-to-image
|
|
19
|
+
- **Model Tag System**: Introduced `text-to-image` and `image-to-image` model tags, allowing the same model to have multiple image generation capabilities
|
|
20
|
+
- **Hook Configuration Panel**: Support for displaying and managing Prompt Hooks with optimized blocking message display
|
|
21
|
+
- **Token Calculation Accuracy**: `/context` command now only counts actually enabled tools, excluding disabled built-in tools and MCP tools
|
|
22
|
+
- **Plan Mode Permission Inheritance**: Plan mode now preserves permission settings from before entering, supporting combinations like "plan + bypass", with subagents also inheriting this permission configuration
|
|
23
|
+
- **Hot Reload Optimization**: Automatically detects and optimizes hot reload behavior in container environments with low FD limits, supports `CODEBUDDY_DISABLE_HOT_RELOAD` to completely disable hot reload
|
|
24
|
+
- **Windows Path Hints**: Added forward slash usage hints on Windows platform to avoid path parsing errors caused by backslashes
|
|
25
|
+
- **WorkBuddy Configuration Separation**: WorkBuddy now uses an independent `.workbuddy/` configuration directory, separated from CLI's `.codebuddy/`
|
|
26
|
+
|
|
27
|
+
## 🐛 Bug Fixes
|
|
28
|
+
|
|
29
|
+
- **ACP Cancellation Handling**: Optimized event delivery mechanism for cancel requests, ensuring sessions can correctly respond to cancellation operations
|
|
30
|
+
- **MCP Non-Interactive Mode**: Fixed issue where MCP tools were not correctly identified as non-interactive mode in ACP mode
|
|
31
|
+
- **Memory Context Injection**: Fixed missing system tags when injecting memory prompts
|
|
32
|
+
- **Directory Scanning**: Fixed incorrect relative path calculation for files in symlinked directories
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CodeBuddy Code v2.48.1 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **Environment Variable Authentication Conflict Detection**: When `CODEBUDDY_API_KEY` or `CODEBUDDY_AUTH_TOKEN` environment variables are set, the /login command automatically detects and suggests conflict resolution; authentication failures display more detailed diagnostic information to help quickly locate issues
|
|
6
|
+
- **Sub-agent Message Identification**: Fixed the issue where sub-agent user messages were missing parent tool identifiers during streaming output; clients can now correctly distinguish between main agent and sub-agent messages
|
|
7
|
+
- **MCP Prompt Command Format Unification**: Unified the context concatenation format between MCP prompts and slash commands, ensuring the model correctly understands command sources and parameters
|
|
8
|
+
|
|
9
|
+
## Documentation Updates
|
|
10
|
+
|
|
11
|
+
- **Prompt Hooks Documentation**: Improved documentation for prompt-based Hooks feature, added supported event descriptions, configuration examples, and best practice guides
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# CodeBuddy Code v2.49.0 Release
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Usage Insights Report
|
|
6
|
+
|
|
7
|
+
Added the `/insights` command to generate AI-driven usage insight analysis reports. Reports cover multiple dimensions including interaction style, project domain, friction points, highlights, and improvement suggestions, helping you better understand and optimize your AI collaboration patterns. Supports viewing HTML-formatted visual reports in the browser.
|
|
8
|
+
|
|
9
|
+
## Improvements
|
|
10
|
+
|
|
11
|
+
- **Statistics Accuracy**: Optimized token usage statistics logic to correctly distinguish between main session and sub-agent sessions; fixed token omission in tool calls
|
|
12
|
+
- **Progress Display**: Supports custom progress text, showing real-time processing progress in loading state
|
|
13
|
+
- **Custom Model Configuration**: Fixed the issue where custom models incorrectly inherited global associated model configurations, ensuring behavior matches expectations
|
|
14
|
+
- **Memory System**: Optimized memory context prompts, streamlined wording, and added implicit memory source support to improve cross-session memory recall
|
|
15
|
+
- **Multi-language Support Enhancement**: All sub-agents now correctly follow the user's language settings when responding
|
|
16
|
+
- **UI Refresh Optimization**: Optimized terminal refresh strategy after tool execution completion, added debounce mechanism to reduce unnecessary rendering
|
|
17
|
+
- **Memory Optimization**: Automatically releases session history and references after sub-agent tasks complete, reducing memory usage
|
|
18
|
+
- **Grep Search**: Automatically corrects search pattern parameters to avoid unnecessary call failures; compatible with ripgrep regex syntax
|
|
19
|
+
- **File Reading**: Returns directory listing when reading a directory, helping quickly locate target files
|
|
20
|
+
|
|
21
|
+
## Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Tool Error Handling**: Improved error messages and handling logic when tools are not found
|
|
24
|
+
- **Headless Mode**: Fixed the issue where streaming output blocked when using non-default agents, ensuring completion signals are correctly sent
|
|
25
|
+
- **Tool Result Display**: Fixed the issue where output from Edit and other tools was not displayed after execution, requiring manual terminal resize to see results
|
|
26
|
+
- **Session Resume List**: Removed unnecessary agent type filtering from the session resume panel, allowing all valid sessions to be resumed
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# CodeBuddy Code v2.49.1 Release
|
|
2
|
+
|
|
3
|
+
## Security Hardening
|
|
4
|
+
|
|
5
|
+
- **Sandbox Configuration File Protection**: Automatically prohibits writing to CodeBuddy configuration files (settings.json) in sandbox mode, preventing sandbox escape attacks through hook injection; file system denial rules are synchronously applied to Write, Edit, and other file operation tools to ensure comprehensive security policy consistency
|
|
6
|
+
|
|
7
|
+
## Improvements
|
|
8
|
+
|
|
9
|
+
- **Session List Filtering**: Filters out sub-agent and compressed branch sessions, ensuring the session list and recent sessions only display actual user sessions
|
|
10
|
+
- **SDK Documentation Fix**: Fixed bracket formatting issues in authentication configuration links
|
|
11
|
+
|
|
12
|
+
## Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **Session History Navigation**: Fixed an issue where switching sessions or restoring history could cause `lastMessageId` to incorrectly point to custom messages without IDs (such as summaries or topics), leading to conversation chain breakage
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# CodeBuddy Code v2.49.2 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
### Cross-Session Task List Sharing
|
|
6
|
+
|
|
7
|
+
Support sharing task lists across different sessions via the `CODEBUDDY_TASK_LIST_ID` environment variable, facilitating multi-terminal collaboration and continuous task tracking.
|
|
8
|
+
|
|
9
|
+
Example:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
# Use the same task list across multiple terminals
|
|
13
|
+
export CODEBUDDY_TASK_LIST_ID=my-project-tasks
|
|
14
|
+
codebuddy
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### Date Format Enhancement
|
|
18
|
+
|
|
19
|
+
Date display in system information now includes day-of-week information using a more user-friendly format, improving readability. For example: `Tuesday, Feb 10, 2026`.
|
|
20
|
+
|
|
21
|
+
## Bug Fixes
|
|
22
|
+
|
|
23
|
+
### Session Switch Permission Persistence
|
|
24
|
+
|
|
25
|
+
Fixed an issue where the permission mode was not preserved when switching sessions, ensuring the current permission settings are maintained after switching. Previously, the permission mode would unexpectedly reset after switching sessions; now it is correctly retained.
|
|
26
|
+
|
|
27
|
+
### Interceptor Retry Mechanism
|
|
28
|
+
|
|
29
|
+
Fixed an issue where the view layer still output the original failed result when the model response interceptor triggered an automatic retry. Now when the interceptor initiates a retry, it correctly suppresses the failed result output and only displays the successful response after retry.
|
|
30
|
+
|
|
31
|
+
### ACP Streaming Mode Interruption Optimization
|
|
32
|
+
|
|
33
|
+
- **Interruption State Race Condition**: Fixed a race condition in ACP streaming mode where the interruption state was modified by subsequent runs due to shared RunState; now uses event snapshot caching for interruption state
|
|
34
|
+
- **Result Message Lookup**: Improved final assistant message lookup logic to support reverse searching for completed messages from response output, with fallback to session history when not found
|
|
35
|
+
|
|
36
|
+
## Build Optimization
|
|
37
|
+
|
|
38
|
+
- **Build Tool Upgrades**: Upgraded goreleaser, bun, and uv to latest versions
|
|
39
|
+
- **Bun Compilation Optimization**: Enabled bytecode compilation and ESM format to improve startup performance
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# CodeBuddy Code v2.49.3 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **Model Error Prompt Enhancement**: When a model is unavailable, automatically displays the list of models supported by the current account, making it easy for users to quickly switch to an available model
|
|
6
|
+
- **Error Handling**: Optimized the handling logic for wrapped ModelBehaviorError, ensuring that tool call failures are correctly identified and retried
|
|
7
|
+
- **MCP Server Readiness Detection**: Fixed an issue where MCP tools might not be ready during initialization in SDK mode
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CodeBuddy Code v2.49.5 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **MCP Server Readiness Detection**: Fixed an issue where MCP tools might not be ready during initialization in SDK mode, ensuring tools are fully initialized before the first invocation
|
|
6
|
+
- **Build Optimization**: Removed no-longer-needed build flags from Bun compilation, simplifying the binary packaging process
|
|
7
|
+
|
|
8
|
+
## Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **Session Compression Hang Fix**: Fixed an issue where ACP sessions could permanently hang after compressing message logs; added timeout protection mechanism to prevent permanent blocking in abnormal conditions
|
|
11
|
+
- **Session History Restoration**: Fixed an issue where custom message items were not correctly skipped when finding the last message ID, avoiding incorrect message positioning when restoring sessions
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CodeBuddy Code v2.49.6 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **SDK MCP Initialization Timing Optimization**: Fixed a race condition between MCP server registration and prompt processing in SDK mode, ensuring MCP tools are ready before prompt processing to avoid tool call failures
|
|
6
|
+
- **Headless Mode Detection Improvement**: Optimized headless mode identification logic to support automatic detection for ACP mode and non-TTY environments
|
|
7
|
+
- **MCP Configuration File Path Support**: The SDK's mcpServers parameter now supports file path string format, simplifying configuration
|
|
8
|
+
- **ACP SDK Upgrade**: Upgraded ACP SDK to version 0.14.1, fixing terminal output byte limit parameter type compatibility issues
|
|
9
|
+
- **CI Configuration Optimization**: Added npcName parameter support for bot configuration
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.5.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Session Branch Management: Support creating new branches when resuming sessions, helping you better organize and manage different conversation topics
|
|
6
|
+
- Message Replay Confirmation: Automatically echo your input in non-interactive mode to ensure you can double-check commands before execution
|
|
7
|
+
- Custom Agent Configuration: Define your own AI assistant behaviors and capabilities through configuration files
|
|
8
|
+
- System Prompt Customization: Support customizing or extending system prompts to make the AI assistant better fit your workflow
|
|
9
|
+
- Settings Loading Control: Flexibly specify which sources to load configuration from (user-level/project-level/temporary settings) to meet different scenario needs
|
|
10
|
+
- External Configuration Import: Support loading additional settings from files or JSON strings for easy configuration sharing and reuse
|
|
11
|
+
|
|
12
|
+
## 🔧 Improvements & Optimizations
|
|
13
|
+
|
|
14
|
+
- More Flexible Command Execution: Customize Bash command timeout and output length via environment variables to adapt to different task requirements
|
|
15
|
+
- Verbose Logging Mode: Added verbose output switch to help you understand the AI assistant's execution process in depth
|
|
16
|
+
- Enhanced Streaming Messages: Support viewing complete incremental messages in streaming output mode, providing more transparent execution feedback
|
|
17
|
+
- Beautified Cost Statistics: Improved display format of usage cost statistics with better alignment for clearer readability
|
|
18
|
+
- Optimized Configuration Loading: Added product configuration caching mechanism to improve startup speed and runtime performance
|
|
19
|
+
|
|
20
|
+
## 🐛 Bug Fixes
|
|
21
|
+
|
|
22
|
+
- MCP Server Interaction Optimization: Resolved blocking issues caused by MCP server approval in non-interactive mode; now supports pre-configuring approval-free servers
|
|
23
|
+
- Improved Terminal Compatibility: Fixed paste mode anomalies and ESC key delay issues in some terminal environments for smoother input experience
|
|
24
|
+
- Update Service Stability: Optimized automatic update check mechanism to avoid duplicate installations and ensure reliable and stable update process
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.0 Release
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Agent Teams Multi-Agent Collaboration
|
|
6
|
+
|
|
7
|
+
The new Team feature enables multiple Agents to work collaboratively, implementing task assignment and message passing through tools like TeamCreate, TeamDelete, and SendMessage. The Task tool extends support for teammate generation, and TaskList supports team task coordination, suitable for parallel processing scenarios in complex projects. Team functionality can be flexibly enabled or disabled via environment variables.
|
|
8
|
+
|
|
9
|
+
## Improvements
|
|
10
|
+
|
|
11
|
+
- **Sub-agent Task Display Optimization**: Background tasks display real-time progress in `@AgentType` style, synchronous task progress is integrated into the loading spinner for a cleaner interface
|
|
12
|
+
- **Task Completion Notification Enhancement**: Notification messages include statistics such as execution duration, tool call count, and token usage for better understanding of task execution
|
|
13
|
+
- **Background Task Resource Cleanup**: Associated background shell tasks are automatically cleaned up when sub-agents finish, preventing resource leaks
|
|
14
|
+
- **TaskOutput Timeout Adjustment**: Default timeout increased from 30s to 120s, defaults to blocking wait for completion, reducing timeout interruptions
|
|
15
|
+
- **Lazy-loaded Tool Fix**: Fixed an issue where lazy-loaded tools still reported "Tool not found" after being activated via search; now auto-activates when not yet activated and prompts for retry
|
|
16
|
+
- **Tool Search Results Optimization**: Search results changed to concise text format, showing tool names and descriptions even when not expanded
|
|
17
|
+
- **MCP Server Management Improvement**: Fixed an issue where configuration was not actually deleted after removing an MCP server; SDK-registered MCP servers now automatically connect during initialization and are immediately available
|
|
18
|
+
- **SDK Parameter Format Standardization**: CLI parameter formats for JS and Python SDKs standardized to `--flag=value` style
|
|
19
|
+
- **Plan Mode Interaction Optimization**: Distinguishes between "continue planning" and "exit plan mode" operations when rejecting a plan, avoiding being trapped in an unrecoverable planning loop
|
|
20
|
+
- **Queue Message Display Optimization**: Supports intelligent truncation with Chinese character width awareness, adaptive to terminal width
|
|
21
|
+
- **Memory Feature Enabled by Default**: Adjusted the default value of the Memory feature to enabled
|
|
22
|
+
|
|
23
|
+
## Bug Fixes
|
|
24
|
+
|
|
25
|
+
- **Dependency Injection Stability**: Fixed an issue where singleton components could be instantiated multiple times in circular dependency scenarios
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.1 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **Documentation Navigation Optimization**: Moved the Agent Teams documentation to appear after Sub-Agents, making the navigation structure better aligned with functional relevance and easier for users to browse in logical order
|
|
6
|
+
|
|
7
|
+
## Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **Config File Comment Preservation**: Fixed an issue where JSONC comments under the mcpServers field were lost when saving MCP configuration, ensuring that comments added by users in configuration files are not accidentally deleted
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.2 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **MCP Remote Transport Type**: Added `remote` transport type support, allowing connection to MCP servers via remote HTTP, expanding MCP connectivity options
|
|
6
|
+
- **Build Speed Improvement**: Switched to the Rspack copy plugin and parallelized patch scripts to speed up project builds
|
|
7
|
+
- **Task Progress Display Optimization**: Completed subtasks are automatically cleared after all execution is finished, preventing accumulated completed entries from cluttering screen space and keeping the interface clean
|
|
8
|
+
|
|
9
|
+
## Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **Paste URL Misidentification Fix**: Fixed an issue where pasting URLs starting with `http://` or `https://` were incorrectly identified as file paths
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.4 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
### Background Task Experience Upgrade
|
|
6
|
+
|
|
7
|
+
Background agents now automatically create lightweight teams and send results back via SendMessage, eliminating the need to manually poll with TaskOutput. Background tasks automatically notify the main agent upon completion, making the overall interaction smoother. UI progress display has also been unified, with background tasks integrated into TeammateProgressView for centralized display.
|
|
8
|
+
|
|
9
|
+
- **Startup Performance Optimization**: Optimized the initialization process during first launch, parallelized the registration flow, improving startup speed by approximately 10%
|
|
10
|
+
- **Terminal Rendering Optimization**: Unified all animation components to a single global clock driver, reducing terminal flickering caused by independent timers
|
|
11
|
+
- **Message Rendering Fix**: Fixed an issue where messages were not displayed after completion, requiring terminal resize to become visible
|
|
12
|
+
- **Memory Leak Fix**: Fixed an issue where `refreshStatic` caused the internal output buffer to accumulate indefinitely
|
|
13
|
+
- **Task Cleanup Fix**: Fixed an issue where failed subtasks were not properly cleaned up, leaving residual progress displays
|
|
14
|
+
|
|
15
|
+
## Bug Fixes
|
|
16
|
+
|
|
17
|
+
- **Bash Tool Output Fix**: Fixed an issue where occasional extra blank lines appeared below Bash tool execution results
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.5 Release
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Bash Dedicated Sub-agent
|
|
6
|
+
|
|
7
|
+
Added a Bash built-in sub-agent focused on command-line task execution. When the AI needs to perform git operations, run build tools, execute tests, or other terminal tasks, it automatically invokes a lightweight Bash sub-agent for quick completion, improving command execution efficiency.
|
|
8
|
+
|
|
9
|
+
### Command Safety Detection
|
|
10
|
+
|
|
11
|
+
Added Bash command injection detection mechanism that automatically identifies and blocks commands containing potentially dangerous constructs such as backtick substitution, `$()` command substitution, and newline injection, enhancing terminal operation security.
|
|
12
|
+
|
|
13
|
+
## Improvements
|
|
14
|
+
|
|
15
|
+
- **Sub-agent Tool Configuration Optimization**: Adjusted the Plan sub-agent toolset with new team collaboration tool support; streamlined the Explore sub-agent tools, reducing unnecessary tool loading
|
|
16
|
+
- **Sub-agent Label Display Optimization**: Unified sub-agent names to use foreground color text display for a cleaner and more consistent visual appearance
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.6 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
- **High-risk Command Detection Rules Optimization**: Significantly reduced false positive rates, refined CRITICAL/HIGH/MEDIUM three-tier risk assessment rules. Common development commands like `git restore --staged`, `rm temp.log`, `docker rm`, `kill -9`, etc. are no longer incorrectly blocked, improving daily development workflow
|
|
6
|
+
- **Permission Rule Security Layering**: Distinguished allow rules by source into trusted (user settings) and untrusted (project settings), preventing malicious repositories from injecting permission rules through project configuration files to bypass security checks, enhancing supply chain security protection
|
|
7
|
+
- **Security Allowlist Expansion**: Added 50+ common development tool commands to the security allowlist, covering build tools, testing frameworks, package managers, code quality tools, and more, reducing unnecessary authorization prompts
|
|
8
|
+
- **Sub-agent Model Configuration Optimization**: Added relatedModels configuration for MiniMax-M2.5 and Kimi-K2.5 models, ensuring sub-agents correctly select corresponding lightweight and reasoning model variants when using these models
|
|
9
|
+
|
|
10
|
+
## Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **Process Hang Fix**: Fixed an issue where the process would not exit after terminal closure, causing 100% CPU usage
|
|
13
|
+
- **Shell Handle Leak Fix**: Fixed multiple Shell execution handles not being properly released, preventing PTY file descriptor leaks
|
|
14
|
+
- **node-pty fd Leak Fix**: Detected and closed additional ptmx file descriptors leaked internally by node-pty during dispose
|
|
15
|
+
- **Diagnostics Enhancement**: Added Active PTYs count to the /doctor panel for easier detection of potential PTY leaks
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# CodeBuddy Code v2.50.7 Release
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
### Team Member Focus Navigation
|
|
6
|
+
|
|
7
|
+
When using Team collaboration, you can now navigate between members using Shift+Up/Down to switch views, viewing each member's conversation history, execution progress, and token consumption in real time. Press Ctrl+O to quickly return to the main view.
|
|
8
|
+
|
|
9
|
+
- **Direct Member Messaging**: After focusing on a member, the input box automatically switches to message-sending mode for that member. Use @main to route messages back to the main agent
|
|
10
|
+
- **Message Routing Enhancement**: The SendMessage tool supports the "main" alias, and user message injection into member sessions no longer adds unnecessary XML wrapping
|
|
11
|
+
|
|
12
|
+
## Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **Sub-agent AbortSignal Listener Leak**: Fixed an issue where abort event listeners were registered and removed on the wrong AbortSignal in sub-agents, eliminating error reports during cascading interrupts
|
|
15
|
+
- **Member Session Recovery**: Fixed subscription loss causing 0 tokens when sub-agents restart, fixed race condition in agent_end events
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.51.0 Release
|
|
2
|
+
|
|
3
|
+
## 🎉 New Features
|
|
4
|
+
|
|
5
|
+
### Memory Directory Summary
|
|
6
|
+
|
|
7
|
+
Added memory file list summary in the system prompt, displaying file names, sizes, modification dates, and first-line titles. The AI assistant can now see at a glance which memory files you have and load relevant content on demand, avoiding stuffing all memory file contents into the context and significantly reducing Token consumption.
|
|
8
|
+
|
|
9
|
+
### Automatic Memory File Cleanup
|
|
10
|
+
|
|
11
|
+
Memory files are now cleaned up alongside session history cleanup, reusing the same retention period configuration. No more worrying about the `.codebuddy/memories/` directory growing indefinitely.
|
|
12
|
+
|
|
13
|
+
## 🔧 Improvements
|
|
14
|
+
|
|
15
|
+
- **Skills Support Inline Shell Commands**: Skills' SKILL.md now supports `` !`command` `` syntax to execute Shell commands, maintaining a consistent processing pipeline with slash commands, making Skills authoring more flexible
|
|
16
|
+
- **Skill Slash Command Dispatch**: Support invoking registered Skills directly via `/skill-name` or `skill-name`, with automatic fallback to Skill lookup when no built-in command matches, improving command usage fluency
|
|
17
|
+
- **Slash Command Menu Optimization**: Descriptions are automatically truncated when too long, preventing menu items from spanning multiple lines for a cleaner interface
|
|
18
|
+
- **YAML Parsing Enhancement**: Support for folded block scalar syntax (`>-`, `>+`), correctly folding multi-line descriptions into a single line
|
|
19
|
+
- **Model Coefficient Update**: Updated billing coefficients for all models to the latest values, added support for additional models, ensuring more accurate billing
|
|
20
|
+
|
|
21
|
+
## 🐛 Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Confirmation Dialog Scroll Fix**: Fixed an issue where the scrollbar would automatically jump to the top when permission confirmation dialogs, plan confirmation dialogs, and edit confirmation dialogs exceeded the terminal height, providing a smoother experience for confirming long content
|
|
24
|
+
- **Custom Sub-agent Tool Inheritance**: Fixed an issue where custom sub-agents would inherit the ability to create sub-agents when no tool list was configured, preventing unintended recursive calls
|