@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,8 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.63.4 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **SDK Scenario Stability**: Disabled automatic CLI updates in SDK mode to prevent subsequent requests from returning instantly due to process restart, improving reliability for SDK integration scenarios
|
|
6
|
+
- **Session Recovery Reliability**: Fixed message consumption anomalies caused by incorrect cleanup of historical messages during session reinitialization, ensuring normal message processing after session recovery
|
|
7
|
+
- **Subagent Progress Display Optimization**: Changed token statistics in subagent and Team member progress from cumulative consumption to current context window size, providing a more intuitive view of real-time context usage
|
|
8
|
+
- **E2E Test Enhancement**: Client automatically responds to AskUserQuestion, command name validation now supports Unicode characters
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.63.5 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Telemetry Control**: Support disabling telemetry data reporting via environment variable for enhanced privacy control flexibility
|
|
6
|
+
- **Image Format Detection**: Support detecting image MIME types via file magic bytes, enabling correct format identification even when the file extension does not match the actual content
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# CodeBuddy Code v2.64.0
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
### Comprehensive Web UI Enhancements
|
|
6
|
+
|
|
7
|
+
The Web UI receives a comprehensive upgrade, delivering a brand-new user experience:
|
|
8
|
+
|
|
9
|
+
- **Redesigned Interface**: Redesigned sidebar navigation, status bar, and login page with a unified visual style and interaction experience
|
|
10
|
+
- **Multiple Views**: Added history sessions, task management, plugin management, and other views for better information organization
|
|
11
|
+
- **Brand Loading Animation**: New paw-print brand loading animation replacing the generic spinner
|
|
12
|
+
- **Terminal Improvements**: Support for terminal title display, with automatic theme color refresh on theme switch
|
|
13
|
+
- **Instance Management Enhancement**: Optimized instance management panel layout and interaction
|
|
14
|
+
- **Cross-Session Switching**: The `/resume` command supports cross-session switching, with Web UI synchronization
|
|
15
|
+
|
|
16
|
+
## Improvements
|
|
17
|
+
|
|
18
|
+
- **Large Tool Result Externalization**: When tool results exceed 50KB, they are automatically saved to disk with a summary retained in conversation history, preventing unbounded memory growth in long-running sessions
|
|
19
|
+
- **Agent Task Memory Cleanup**: Periodically cleans up completed task records and expired team member session references, fixing memory leaks in long-running scenarios
|
|
20
|
+
- **Diagnostics Panel Enhancement**: The `/doctor` panel now includes memory usage and task statistics for easier resource troubleshooting
|
|
21
|
+
- **TLS Verification Skip**: Fixed the issue where disabling TLS verification did not take effect in non-proxy scenarios
|
|
22
|
+
- **Sub-Agent Tool Rename**: Renamed the Task tool to Agent, with the name more accurately reflecting its functionality
|
|
23
|
+
- **ACP Stream Optimization**: Delayed POST stream closure mechanism to resolve notification loss in tunnel scenarios
|
|
24
|
+
- **Gateway Security Prompt**: Added risk warnings and network access configuration guidance
|
|
25
|
+
- **Message Queue Fix**: Preserve queue messages when canceling requests to avoid losing queued messages
|
|
26
|
+
- **Token Usage Fix**: Fixed inflated percentages after compression causing repeated compression
|
|
27
|
+
- **Rewind Fix**: Prioritize pre-modification file state for restoration, improving rollback accuracy
|
|
28
|
+
|
|
29
|
+
## Bug Fixes
|
|
30
|
+
|
|
31
|
+
- **Ask User Question Dialog Display**: Fixed an intermittent issue where the AskUserQuestion confirmation dialog was invisible, ensuring service readiness before navigation
|
|
32
|
+
|
|
33
|
+
## Documentation Updates
|
|
34
|
+
|
|
35
|
+
- Added release notes for 6 versions from v2.62.1 to v2.63.4
|
|
36
|
+
- Added environment variables reference documentation
|
|
37
|
+
- Updated HTTP API, settings, troubleshooting, and other documentation
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# CodeBuddy Code v2.64.1
|
|
2
|
+
|
|
3
|
+
## Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **Terminal Split-Screen Stability**: Fixed an issue where split-screen operations could unexpectedly reset the terminal. PTY sessions are now only destroyed when the user explicitly closes the panel
|
|
6
|
+
- **Message Bubble Filtering**: Fixed an issue where internal system tag content occasionally appeared in user message bubbles, ensuring a clean interface display
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.64.2 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Simplified Login Flow**: Removed intranet environment detection logic at startup. All login methods (including iOA) are now always displayed without waiting for network detection
|
|
6
|
+
- **China Edition Model Ordering**: Adjusted the display order of the glm-5.0 series in the China edition model list for a better selection experience
|
|
7
|
+
|
|
8
|
+
## 🐛 Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **Repeated Context Compression**: Fixed an issue where compression was immediately re-triggered after completion, preventing unnecessary repeated compression cycles and improving long conversation stability
|
|
11
|
+
- **Session Persistence Error**: Fixed an issue where externalized large tool results were incorrectly synced back into memory, causing the model to fail to understand tool outputs. Tool results are now correctly saved and read
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.65.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Channel Messaging
|
|
6
|
+
|
|
7
|
+
Support receiving messages from external sources (such as WeCom bots, WeChat customer service, etc.) via the MCP protocol, enabling multi-channel message aggregation and processing.
|
|
8
|
+
|
|
9
|
+
- The startup screen automatically displays the list of configured Channels
|
|
10
|
+
- Channel-sourced messages are displayed in a user-friendly format during conversations
|
|
11
|
+
- Security controls including sender whitelisting and permission relay are supported
|
|
12
|
+
|
|
13
|
+
## 🔧 Improvements
|
|
14
|
+
|
|
15
|
+
- **Background task control in non-interactive mode**: Automatically disables background execution parameters in headless, SDK, and print modes to prevent unmanageable background tasks in non-interactive environments
|
|
16
|
+
|
|
17
|
+
## 🐛 Bug Fixes
|
|
18
|
+
|
|
19
|
+
- **Background task PTY leak**: Fixed an issue where PTY file descriptors were not released when background tasks were terminated, preventing system resource exhaustion during prolonged operation
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.65.1 Release
|
|
2
|
+
|
|
3
|
+
## 🐛 Bug Fixes
|
|
4
|
+
|
|
5
|
+
### Headless Mode Execution Stability
|
|
6
|
+
|
|
7
|
+
Removed the fixed 60-second forced exit logic in headless mode to prevent long-running CLI, SDK, or automation scripts from being prematurely terminated before task completion.
|
|
8
|
+
|
|
9
|
+
- Long-running requests are no longer incorrectly interrupted by fixed timeouts
|
|
10
|
+
- Improved execution stability in non-interactive invocation scenarios
|
|
11
|
+
- Better suited for continuous-running or externally-awaiting automation workflows
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.66.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### Thinking Mode Enabled by Default
|
|
6
|
+
|
|
7
|
+
Thinking mode is now globally enabled by default, providing enhanced reasoning capabilities without manual configuration. Complex code analysis and multi-step task processing are now more accurate.
|
|
8
|
+
|
|
9
|
+
## 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **Token counter**: Fixed the token counter in the bottom-right corner always displaying 0
|
|
12
|
+
- **Status bar cost display**: Fixed the status bar script receiving incorrect cost data
|
|
13
|
+
- **Status bar initialization**: Fixed the status bar potentially not rendering on first display
|
|
14
|
+
- **Context percentage**: Fixed inaccurate context usage percentage display when approaching the limit
|
|
15
|
+
- **Memory leak**: Fixed status bar manager subscriptions not being properly cleaned up
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.66.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Channel permission relay**: Supports confirming tool permission requests via Channels (such as WeChat). Channels that declare permission relay capability no longer force auto-approval, instead forwarding confirmation requests to the user
|
|
6
|
+
- **WeChat permission confirmation**: When tool execution requires permissions, a natural language confirmation request is sent via WeChat message, and the user can approve or reject by replying y/n
|
|
7
|
+
- **WeChat Q&A support**: The AskUserQuestion tool can send question options via WeChat, and users can select answers by replying with a number or free text
|
|
8
|
+
- **WeChat plan confirmation**: When ExitPlanMode is triggered, the plan summary is automatically read and presented to the user for confirmation via WeChat before execution begins
|
|
9
|
+
|
|
10
|
+
## 🐛 Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **WeChat Channel reply tool**: Fixed an intermittent issue where the reply tool could not be found, eliminating race conditions during the connection process
|
|
13
|
+
- **WeChat Q&A duplicate prompts**: Fixed an issue where AskUserQuestion sent both a Q&A message and a permission confirmation message simultaneously
|
|
14
|
+
- **WeChat Q&A parameter parsing**: Fixed an issue where Q&A parameters in JSON string format were not parsed correctly
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.67.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
### WeCom Channel Bridge
|
|
6
|
+
|
|
7
|
+
WeCom AI Bot messages can now be injected directly into Agent sessions through the channel system, with support for replying with markdown-formatted messages using the WeComReply tool, covering both group chat and private chat scenarios.
|
|
8
|
+
|
|
9
|
+
### Multi-Instance Access and Management
|
|
10
|
+
|
|
11
|
+
- Both WeChat and WeCom support connecting multiple bot instances simultaneously
|
|
12
|
+
- Interactively add and manage connections through the `/remote-control` panel
|
|
13
|
+
- WeChat binds directly via QR code scanning, WeCom auto-connects after entering Bot ID + Secret, with credentials persisted to disk
|
|
14
|
+
|
|
15
|
+
### Web UI Remote Control Management
|
|
16
|
+
|
|
17
|
+
Added a remote control page with visual management of channel connections (connect/disconnect/unbind/delete), including WeChat QR scanning and WeCom form-based addition.
|
|
18
|
+
|
|
19
|
+
### WeCom Media Message Support
|
|
20
|
+
|
|
21
|
+
- WeComReply tool now supports uploading and sending media messages including images, files, and videos
|
|
22
|
+
- Supports receiving image and file messages sent by users with automatic download and decryption
|
|
23
|
+
- Improved image and file message handling for WeChat Customer Service
|
|
24
|
+
|
|
25
|
+
## 🔧 Improvements
|
|
26
|
+
|
|
27
|
+
- **Environment variable control for max turns**: Support controlling the maximum execution turns for the main Agent and sub-Agents separately via `CODEBUDDY_CODE_MAX_TURNS` and `CODEBUDDY_CODE_SUBAGENT_MAX_TURNS` environment variables
|
|
28
|
+
- **WeCom media decryption**: Aligned with the official SDK using AES-256-CBC algorithm, added automatic format detection
|
|
29
|
+
|
|
30
|
+
## 🐛 Bug Fixes
|
|
31
|
+
|
|
32
|
+
- **Rewind phantom diff**: Fixed the issue where rewind after compact showed non-existent file changes; compact messages now correctly inherit file snapshot state
|
|
33
|
+
- **PTY file descriptor leak**: Enhanced fd cleanup logic for PTY service and background tasks, ensuring proper resource release even on error paths
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.7.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Token Counter Display Control: Added display toggle setting, allowing users to choose whether to show or hide Token usage statistics based on personal preference
|
|
6
|
+
|
|
7
|
+
## 🔧 Improvements and Optimizations
|
|
8
|
+
|
|
9
|
+
- Session Identifier Rule Optimization: Relaxed format restrictions for session IDs, supporting more flexible custom session identifiers
|
|
10
|
+
- Statistics Accuracy Improvement: Enhanced statistical logic for tool execution status to ensure accuracy of usage data
|
|
11
|
+
|
|
12
|
+
## 🐛 Bug Fixes
|
|
13
|
+
|
|
14
|
+
- Message Processing Reliability Enhancement: Strengthened message type validation mechanism to avoid processing exceptions caused by invalid data
|
|
15
|
+
- Error Feedback Mechanism Optimization: Improved exception information delivery process to provide clearer error messages
|
|
16
|
+
- Theme Adaptation Experience Optimization: Optimized color display algorithm to automatically adapt to dark and light themes, improving visual comfort
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.0 Release
|
|
2
|
+
|
|
3
|
+
## ✨ New Features
|
|
4
|
+
|
|
5
|
+
- Native Editor Integration: Supports deep integration with editors like Zed through the ACP protocol, delivering a more seamless AI-assisted development experience
|
|
6
|
+
- Intelligent Security Protection: Introduces a five-level command risk classification system covering 9 major categories including file operations, Git management, container control, etc. High-risk operations are automatically intercepted for confirmation, making AI automation more secure
|
|
7
|
+
|
|
8
|
+
## 🔧 Improvements and Optimizations
|
|
9
|
+
|
|
10
|
+
- Intelligent Dangerous Operation Recognition: Optimized risk assessment strategy to automatically identify Git operations that may cause data loss and elevate their risk level, with stricter protection for main branches
|
|
11
|
+
- Security Mode Enhancement: Improved security checks for permission bypass mode, requiring confirmation for extremely high-risk operations in interactive scenarios, balancing automation and security
|
|
12
|
+
- Visual Prompt Upgrade: High-risk command confirmation interface uses warning colors for highlighting, making potential dangerous operations immediately recognizable
|
|
13
|
+
- Document Parsing Efficiency Improvement: Optimized Markdown file processing performance for faster loading speed
|
|
14
|
+
|
|
15
|
+
## 🐛 Bug Fixes
|
|
16
|
+
|
|
17
|
+
- Security Approval Mechanism Reinforcement: Fixed vulnerability where high-risk commands could potentially skip confirmation, ensuring all dangerous operations require user authorization
|
|
18
|
+
- Prompt Template Optimization: Eliminated duplicate content in system prompts to improve AI response accuracy
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.1 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements and Optimizations
|
|
4
|
+
|
|
5
|
+
- **Plan Mode Refactoring**: Refactored Plan mode with an entirely new Sub-Agent architecture, providing smarter and more stable task planning and execution capabilities
|
|
6
|
+
- **Smart Model Image Detection**: Automatically detects model image support capabilities and intelligently handles image input when the model doesn't support it, improving cross-model usage fluency
|
|
7
|
+
- **Runtime Environment Health Check**: Automatically detects Node.js version at startup to proactively avoid environment compatibility issues and ensure stable tool operation
|
|
8
|
+
- **ACP Protocol Experience Enhancement**: Automatically pushes command list when creating sessions to support intelligent auto-completion; optimized authentication methods to automatically recommend the best login options based on network environment
|
|
9
|
+
- **Permission Command Risk Adjustment**: Optimized risk classification strategy for privilege escalation commands like sudo/su, reducing unnecessary confirmations while maintaining security and improving efficiency
|
|
10
|
+
|
|
11
|
+
## 🐛 Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **Git Operation Security Enhancement**: Improved dangerous command detection rules to more accurately identify and block high-risk Git operations such as force push and branch deletion
|
|
14
|
+
- **Windows Path Compatibility**: Fixed case sensitivity issues with paths on Windows systems, improving stability of cross-platform file operations
|
|
15
|
+
- **Non-Interactive Mode Tool Control**: Fixed behavior logic of user question-answer tool in non-interactive mode to ensure smooth automated workflow execution
|
|
16
|
+
- **Exclusive Edition Environment Adaptation**: Fixed environment recognition issues in exclusive editions to ensure correct configuration loading
|
|
17
|
+
- **Clipboard Detection Compatibility**: Temporarily adjusted clipboard detection strategy to resolve false trigger issues in certain environments and improve user experience
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.2 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- **Conversation Context Enhancement**: Improved conversation message processing mechanism to ensure complete contextual information is properly retained and passed through multi-turn conversations, enhancing the coherence and accuracy of AI responses
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.3 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements and Optimizations
|
|
4
|
+
|
|
5
|
+
- **Gemini Model Support Expansion**: Added support for Gemini-3.0-Pro model, providing more powerful reasoning capabilities and larger context windows to handle more complex programming tasks
|
|
6
|
+
- **Intelligent File Processing Optimization**: Automatically identifies and skips reference processing for oversized files, effectively avoiding performance issues and improving response speed in large projects
|
|
7
|
+
- **Code Architecture Stability Enhancement**: Optimized middleware dependency injection mechanism, service initialization workflow, and session type definitions to improve system stability and code maintainability
|
|
8
|
+
- **Session Management Experience Improvement**: Enhanced data processing logic in the session recovery panel for a smoother session management experience
|
|
9
|
+
- **Permission Control Reliability**: Improved directory trust state management for more precise and reliable permission control
|
|
10
|
+
|
|
11
|
+
## 🐛 Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **Remote Execution Environment Connection Stability**: Optimized authentication token handling mechanism to improve stability when connecting to sandboxes and remote execution environments
|
|
14
|
+
- **Shell Command Compatibility**: Enhanced command execution environment to support tools requiring terminal interaction, improving the success rate of various command executions
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.4 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements
|
|
4
|
+
|
|
5
|
+
- Type Definition Optimization: Improved code organization structure for enhanced long-term maintenance efficiency
|
|
6
|
+
|
|
7
|
+
## 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Permission Mode Synchronization: Fixed an issue where permission settings were not properly applied during subtask execution, ensuring consistency in permission control for batch operations
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.5 Release
|
|
2
|
+
|
|
3
|
+
## 📚 Documentation Enhancement
|
|
4
|
+
|
|
5
|
+
- GitLab CI/CD Integration Guide: Added comprehensive CI/CD integration documentation to help you easily use CodeBuddy Code in GitLab pipelines, including detailed configuration examples, usage scenarios, and common troubleshooting solutions
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.8.6 Release
|
|
2
|
+
|
|
3
|
+
## 🔧 Improvements and Optimizations
|
|
4
|
+
|
|
5
|
+
- Enhanced Terminal Input Processing: Improved cross-platform input parsing mechanism, enhancing terminal stability and compatibility
|
|
6
|
+
- Optimized Paste Experience: Refined large text paste handling with automatic paste mode recognition, improving text input convenience
|
|
7
|
+
- Message Processing Mechanism Optimization: Refactored internal message queue, improving conversation response speed and system stability
|
|
8
|
+
- Enhanced UI Rendering Performance: Optimized rendering efficiency of the main application interface and chat view, providing a smoother interactive experience
|
|
9
|
+
- Simplified Command Execution Flow: Optimized terminal command execution logic, improving execution efficiency
|
|
10
|
+
|
|
11
|
+
## 🐛 Bug Fixes
|
|
12
|
+
|
|
13
|
+
- Protocol Mode Configuration Persistence: Fixed issue where configuration was lost in multi-turn conversations under client protocol mode, ensuring session stability
|
|
14
|
+
- tmux Clipboard Paste: Fixed issue where clipboard images could not be pasted in tmux terminal environment
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
# Remote Control
|
|
2
|
+
|
|
3
|
+
> **Beta**: The Remote Control feature is currently in Beta. Functionality and interfaces may change in future releases. Feel free to try it out and share your feedback.
|
|
4
|
+
|
|
5
|
+
With Remote Control, you can access a locally running CodeBuddy Code session from your phone, tablet, or any browser. The session always runs on your local machine — the Web UI is simply a remote window.
|
|
6
|
+
|
|
7
|
+
## Overview
|
|
8
|
+
|
|
9
|
+
Remote Control starts a Gateway service locally and exposes a Web UI through a Cloudflare Tunnel or LAN, allowing you to connect to a running CodeBuddy Code session from any device.
|
|
10
|
+
|
|
11
|
+
With Remote Control, you can:
|
|
12
|
+
|
|
13
|
+
- **Use your full local environment remotely**: File system, MCP servers, and tool configurations all remain available
|
|
14
|
+
- **Interact with the Agent via Web UI**: Send messages, view conversations, and monitor tool execution in the browser
|
|
15
|
+
- **Connect from multiple devices**: Scan a QR code from your phone to connect, with both LAN and public network access supported
|
|
16
|
+
- **Manage sessions from the terminal**: Work simultaneously in the terminal and the Web UI, with conversations kept in sync
|
|
17
|
+
|
|
18
|
+
## Prerequisites
|
|
19
|
+
|
|
20
|
+
- CodeBuddy Code installed and logged in (run `codebuddy` and use `/login` to log in)
|
|
21
|
+
- For public network access, install [cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/downloads/) (optional)
|
|
22
|
+
|
|
23
|
+
## Starting Remote Control
|
|
24
|
+
|
|
25
|
+
Use the `/gateway` command in a CodeBuddy Code session to start the Remote Control service:
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
/gateway
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Once started successfully, the terminal displays connection information:
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
Gateway started
|
|
35
|
+
|
|
36
|
+
├─ Status connected
|
|
37
|
+
├─ Mode tunnel
|
|
38
|
+
├─ Local http://127.0.0.1:8321
|
|
39
|
+
├─ Tunnel https://xxx-xxx-xxx.trycloudflare.com
|
|
40
|
+
├─ Web UI https://xxx-xxx-xxx.trycloudflare.com/?password=<token>
|
|
41
|
+
└─ Webhook https://xxx-xxx-xxx.trycloudflare.com/gateway/webhook/:platform
|
|
42
|
+
|
|
43
|
+
Scan to open Web UI:
|
|
44
|
+
|
|
45
|
+
[QR Code]
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Connection Methods
|
|
49
|
+
|
|
50
|
+
After the Gateway starts, you can connect from other devices in the following ways:
|
|
51
|
+
|
|
52
|
+
- **Scan the QR code**: Scan the QR code displayed in the terminal with your phone to open the Web UI directly
|
|
53
|
+
- **Copy the Web UI link**: Open the URL with the authentication token in any browser
|
|
54
|
+
- **LAN access**: Devices on the same network can access the Local address directly (e.g., `http://10.x.x.x:8321`)
|
|
55
|
+
|
|
56
|
+
### Subcommands
|
|
57
|
+
|
|
58
|
+
| Command | Description |
|
|
59
|
+
|:-----|:-----|
|
|
60
|
+
| `/gateway` | Start the Gateway (with Tunnel by default) |
|
|
61
|
+
| `/gateway status` | View the current Gateway status |
|
|
62
|
+
| `/gateway stop` | Stop the Gateway |
|
|
63
|
+
| `/gateway token` | Regenerate the authentication token |
|
|
64
|
+
| `/gateway tunnel` | Start the Gateway with Tunnel |
|
|
65
|
+
|
|
66
|
+
## Network Modes
|
|
67
|
+
|
|
68
|
+
The Gateway supports two network modes to accommodate different use cases:
|
|
69
|
+
|
|
70
|
+
### Tunnel Mode (Default)
|
|
71
|
+
|
|
72
|
+
Automatically assigns a temporary public domain (`*.trycloudflare.com`) through Cloudflare Quick Tunnel, allowing public network access without any additional configuration.
|
|
73
|
+
|
|
74
|
+
Use cases:
|
|
75
|
+
- Accessing remotely from an external network (e.g., mobile data)
|
|
76
|
+
- No need to configure port forwarding or VPN
|
|
77
|
+
|
|
78
|
+
Requires `cloudflared` to be installed:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
# macOS
|
|
82
|
+
brew install cloudflared
|
|
83
|
+
|
|
84
|
+
# Debian/Ubuntu
|
|
85
|
+
curl -L https://pkg.cloudflare.com/cloudflared-stable-linux-amd64.deb -o cloudflared.deb
|
|
86
|
+
sudo dpkg -i cloudflared.deb
|
|
87
|
+
|
|
88
|
+
# Windows
|
|
89
|
+
winget install Cloudflare.cloudflared
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### LAN Mode
|
|
93
|
+
|
|
94
|
+
When `cloudflared` is not installed or the Tunnel fails to start, the Gateway automatically falls back to LAN mode. In this mode, only devices on the same network can access it.
|
|
95
|
+
|
|
96
|
+
- Default listening port: `8321`
|
|
97
|
+
- Listening address: `0.0.0.0` (all network interfaces)
|
|
98
|
+
|
|
99
|
+
## Security
|
|
100
|
+
|
|
101
|
+
### Authentication
|
|
102
|
+
|
|
103
|
+
When the Gateway starts, it automatically generates a random password (token). Both Web UI and API access require authentication. The following authentication methods are supported:
|
|
104
|
+
|
|
105
|
+
| Method | Description |
|
|
106
|
+
|:-----|:-----|
|
|
107
|
+
| URL parameter | `?password=<token>`, suitable for quickly sharing links |
|
|
108
|
+
| Cookie | Automatically set after login; subsequent visits do not require re-authentication |
|
|
109
|
+
| Bearer Token | `Authorization: Bearer <token>`, suitable for API calls |
|
|
110
|
+
|
|
111
|
+
The password can be regenerated using the `/gateway token` command. Once regenerated, the previous password is immediately invalidated.
|
|
112
|
+
|
|
113
|
+
### Login Rate Limiting
|
|
114
|
+
|
|
115
|
+
To prevent brute-force attacks, the authentication middleware includes built-in login rate limiting:
|
|
116
|
+
|
|
117
|
+
- A maximum of 2 failed attempts per minute
|
|
118
|
+
- An additional 12 failed attempts allowed per hour
|
|
119
|
+
- Login requests are temporarily rejected once limits are exceeded
|
|
120
|
+
|
|
121
|
+
### Permissions
|
|
122
|
+
|
|
123
|
+
Tasks executed via Remote Control automatically run in `bypassPermissions` mode, meaning tool executions do not require individual approval. This is because interactive approval is not possible in remote scenarios. Make sure you only share the access link with trusted individuals.
|
|
124
|
+
|
|
125
|
+
### CORS Policy
|
|
126
|
+
|
|
127
|
+
By default, the Gateway allows cross-origin requests from the following origins:
|
|
128
|
+
|
|
129
|
+
- Loopback addresses (`localhost`, `127.0.0.1`, `[::1]`)
|
|
130
|
+
- The public address assigned by the Tunnel
|
|
131
|
+
- Additional origins configured via `gateway.corsOrigins`
|
|
132
|
+
|
|
133
|
+
## Web UI
|
|
134
|
+
|
|
135
|
+
The Web UI provides a complete CodeBuddy Code interaction interface, including:
|
|
136
|
+
|
|
137
|
+
- **Conversation interface**: Send messages, view Agent replies, and monitor tool calls
|
|
138
|
+
- **Terminal panel**: Built-in web terminal for operating the remote terminal directly in the browser
|
|
139
|
+
- **Instance management**: View and manage multiple CodeBuddy Code instances
|
|
140
|
+
- **Theme switching**: Supports light/dark themes
|
|
141
|
+
- **Multi-language**: Supports Chinese/English interface switching
|
|
142
|
+
|
|
143
|
+
The Web UI communicates with the local Agent via ACP (Agent Client Protocol), ensuring an experience fully consistent with terminal interaction.
|
|
144
|
+
|
|
145
|
+
## Configuration
|
|
146
|
+
|
|
147
|
+
### Settings Configuration
|
|
148
|
+
|
|
149
|
+
You can configure Gateway-related options in `~/.codebuddy/settings.json`:
|
|
150
|
+
|
|
151
|
+
```json
|
|
152
|
+
{
|
|
153
|
+
"gateway": {
|
|
154
|
+
"auth": "password",
|
|
155
|
+
"password": "your-custom-password",
|
|
156
|
+
"corsOrigins": ["https://your-domain.com"],
|
|
157
|
+
"maxConnections": 5,
|
|
158
|
+
"tokenTtlMs": 86400000
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
| Key | Description | Default |
|
|
164
|
+
|:------|:-----|:------|
|
|
165
|
+
| `auth` | Authentication mode, `"password"` or `"none"` | `"none"` |
|
|
166
|
+
| `password` | Custom password. Auto-generated on first start if empty | Auto-generated |
|
|
167
|
+
| `corsOrigins` | List of additional allowed CORS origins | `[]` |
|
|
168
|
+
| `maxConnections` | Maximum concurrent ACP connections | `5` |
|
|
169
|
+
| `tokenTtlMs` | ACP Session Token TTL in milliseconds | `86400000` (24 hours) |
|
|
170
|
+
|
|
171
|
+
### Environment Variables
|
|
172
|
+
|
|
173
|
+
| Environment Variable | Description |
|
|
174
|
+
|:---------|:-----|
|
|
175
|
+
| `CODEBUDDY_CORS_ORIGINS` | Additional allowed CORS origins (comma-separated) |
|
|
176
|
+
|
|
177
|
+
## Instance Management
|
|
178
|
+
|
|
179
|
+
When you run CodeBuddy Code in multiple project directories, each instance automatically registers with the local instance registry (`~/.codebuddy/instances.json`). The Web UI's instance management panel lets you view all active instances and switch between them.
|
|
180
|
+
|
|
181
|
+
Instance information includes:
|
|
182
|
+
|
|
183
|
+
- Working directory
|
|
184
|
+
- Local/Tunnel address
|
|
185
|
+
- Operating system and architecture
|
|
186
|
+
- Start time and running status
|
|
187
|
+
|
|
188
|
+
## Third-Party Platform Integration (Webhook)
|
|
189
|
+
|
|
190
|
+
The Gateway provides a Webhook endpoint for integrating with enterprise communication platform bots:
|
|
191
|
+
|
|
192
|
+
```
|
|
193
|
+
{gateway-url}/gateway/webhook/:platform
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
Supported platform adapters:
|
|
197
|
+
|
|
198
|
+
| Platform | Identifier |
|
|
199
|
+
|:-----|:-----|
|
|
200
|
+
| WeCom | `wecom` |
|
|
201
|
+
| DingTalk | `dingtalk` |
|
|
202
|
+
| Feishu (Lark) | `feishu` |
|
|
203
|
+
| Generic | `generic` |
|
|
204
|
+
|
|
205
|
+
After configuring the enterprise bot's Webhook callback URL to the above endpoint, you can send messages to CodeBuddy Code and receive replies through the enterprise communication platform.
|
|
206
|
+
|
|
207
|
+
## Connection and Security
|
|
208
|
+
|
|
209
|
+
- The Gateway only starts an HTTP service locally and does not open inbound ports on your machine
|
|
210
|
+
- Public access is achieved through Cloudflare Tunnel's outbound connections
|
|
211
|
+
- All Tunnel traffic is encrypted via Cloudflare's TLS
|
|
212
|
+
- When started with a fixed port, the Quick Tunnel domain can persist across CLI restarts (see [Keeping the Tunnel Domain Stable](#keeping-the-tunnel-domain-stable))
|
|
213
|
+
|
|
214
|
+
## Limitations
|
|
215
|
+
|
|
216
|
+
- **One Gateway per session**: Each CodeBuddy Code instance supports only one Gateway service at a time
|
|
217
|
+
- **Terminal must remain running**: The Gateway runs as a local process. Remote connections will be lost if the terminal is closed or the CodeBuddy Code process is stopped. Use `/gateway` to restart
|
|
218
|
+
- **Quick Tunnel domain is temporary**: The Quick Tunnel domain remains the same as long as the cloudflared process is alive. Starting with a fixed port allows the cloudflared process to be reused across CLI restarts (see [Keeping the Tunnel Domain Stable](#keeping-the-tunnel-domain-stable)). If the cloudflared process exits (e.g., machine restart), a new domain will be assigned. For a permanently fixed domain, use a Named Tunnel (requires a Cloudflare account)
|
|
219
|
+
- **LAN mode limitation**: Without `cloudflared` installed, access is limited to devices on the same network
|
|
220
|
+
|
|
221
|
+
## Keeping the Tunnel Domain Stable
|
|
222
|
+
|
|
223
|
+
By default, Quick Tunnel assigns a new random domain each time cloudflared starts. By specifying a fixed port, the domain can remain the same across multiple CLI restarts.
|
|
224
|
+
|
|
225
|
+
### Using a Fixed Port
|
|
226
|
+
|
|
227
|
+
Use the `--port` flag to start the CLI with a fixed port:
|
|
228
|
+
|
|
229
|
+
```bash
|
|
230
|
+
codebuddy --port 8321
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
This ensures the same port is used each time, and `/gateway` will automatically reuse the previous cloudflared process and domain.
|
|
234
|
+
|
|
235
|
+
> If `--port` is not specified, the system assigns a random port, and the different port each time prevents matching an existing cloudflared process.
|
|
236
|
+
|
|
237
|
+
### Stopping the Tunnel
|
|
238
|
+
|
|
239
|
+
Running `/gateway stop` terminates the cloudflared process and cleans up its state. A new domain will be assigned on the next start.
|
|
240
|
+
|
|
241
|
+
If you only exit the CLI (Ctrl+C or `/exit`), the cloudflared process continues running, waiting to be reused the next time the CLI starts.
|
|
242
|
+
|
|
243
|
+
## Related Documentation
|
|
244
|
+
|
|
245
|
+
- [Settings Configuration](settings.md): Configure Gateway-related options
|
|
246
|
+
- [Hooks](hooks.md): Configure custom commands before and after tool execution
|
|
247
|
+
- [Permission Management](iam.md): Learn about permission modes and rules
|