@tencent-ai/agent-sdk 0.3.98 → 0.3.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/CHANGELOG.md +50 -0
- package/cli/dist/codebuddy-headless.js +137 -108
- package/cli/dist/web-ui/assets/index-BoMlEqUE.js +439 -0
- package/cli/dist/web-ui/assets/index-Dt1puyHn.css +32 -0
- package/cli/dist/web-ui/docs/cn/cli/acp.md +152 -0
- package/cli/dist/web-ui/docs/cn/cli/agent-teams.md +327 -0
- package/cli/dist/web-ui/docs/cn/cli/bash-sandboxing.md +290 -0
- package/cli/dist/web-ui/docs/cn/cli/best-practices.md +554 -0
- package/cli/dist/web-ui/docs/cn/cli/channels-reference.md +293 -0
- package/cli/dist/web-ui/docs/cn/cli/channels.md +215 -0
- package/cli/dist/web-ui/docs/cn/cli/checkpointing.md +51 -0
- package/cli/dist/web-ui/docs/cn/cli/cli-reference.md +187 -0
- package/cli/dist/web-ui/docs/cn/cli/common-workflows.md +1013 -0
- package/cli/dist/web-ui/docs/cn/cli/costs.md +174 -0
- package/cli/dist/web-ui/docs/cn/cli/devcontainer.md +553 -0
- package/cli/dist/web-ui/docs/cn/cli/env-vars.md +326 -0
- package/cli/dist/web-ui/docs/cn/cli/gitlab-ci-cd.md +357 -0
- package/cli/dist/web-ui/docs/cn/cli/headless.md +258 -0
- package/cli/dist/web-ui/docs/cn/cli/hooks-guide.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/hooks.md +805 -0
- package/cli/dist/web-ui/docs/cn/cli/iam.md +530 -0
- package/cli/dist/web-ui/docs/cn/cli/ide-integrations.md +92 -0
- package/cli/dist/web-ui/docs/cn/cli/installation.md +291 -0
- package/cli/dist/web-ui/docs/cn/cli/interactive-mode.md +233 -0
- package/cli/dist/web-ui/docs/cn/cli/mcp.md +739 -0
- package/cli/dist/web-ui/docs/cn/cli/memory.md +436 -0
- package/cli/dist/web-ui/docs/cn/cli/models.md +356 -0
- package/cli/dist/web-ui/docs/cn/cli/overview.md +100 -0
- package/cli/dist/web-ui/docs/cn/cli/plugin-marketplaces.md +533 -0
- package/cli/dist/web-ui/docs/cn/cli/plugins-reference.md +774 -0
- package/cli/dist/web-ui/docs/cn/cli/plugins.md +689 -0
- package/cli/dist/web-ui/docs/cn/cli/quickstart.md +249 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/README.md +199 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.10.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.11.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.12.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.13.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.0.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.14.1.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.15.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.16.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.17.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.18.0.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.0.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.19.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.20.1.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.21.0.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.22.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.3.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.4.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.23.5.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.24.0.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.25.1.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.26.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.1.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.2.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.27.3.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.28.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.29.0.md +35 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.3.1.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.30.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.0.md +51 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.31.2.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.32.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.33.1.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.36.3.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.1.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.10.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.11.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.12.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.13.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.14.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.15.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.16.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.17.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.18.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.19.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.2.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.20.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.3.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.4.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.5.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.6.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.7.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.8.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.37.9.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.0.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.38.2.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.39.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.4.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.40.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.3.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.4.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.5.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.6.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.7.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.41.8.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.0.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.1.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.42.3.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.0.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.43.1.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.0.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.44.1.md +22 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.0.md +34 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.45.1.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.46.0.md +12 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.47.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.0.md +32 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.48.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.2.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.3.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.5.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.6.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.49.7.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.5.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.0.md +25 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.1.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.3.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.4.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.5.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.6.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.50.7.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.0.md +24 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.1.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.51.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.0.md +30 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.1.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.2.md +12 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.3.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.4.md +27 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.5.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.52.6.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.53.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.54.0.md +26 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.55.1.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.56.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.0.md +32 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.57.1.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.58.0.md +34 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.59.0.md +28 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.0.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.6.1.md +10 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.60.0.md +20 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.0.md +29 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.2.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.61.3.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.0.md +21 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.62.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.1.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.2.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.3.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.4.md +8 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.63.5.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.0.md +37 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.1.md +6 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.64.2.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.0.md +19 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.65.1.md +11 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.0.md +15 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.1.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.66.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.67.0.md +33 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.7.0.md +16 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.0.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.1.md +17 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.2.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.3.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.4.md +9 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.5.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.8.6.md +14 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.9.0.md +5 -0
- package/cli/dist/web-ui/docs/cn/cli/remote-control.md +247 -0
- package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +316 -0
- package/cli/dist/web-ui/docs/cn/cli/scheduled-tasks.md +161 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-custom-tools.md +1195 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-demos.md +347 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-hooks.md +803 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-mcp.md +643 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-permissions.md +501 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-python.md +783 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-sessions.md +332 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk-typescript.md +759 -0
- package/cli/dist/web-ui/docs/cn/cli/sdk.md +1105 -0
- package/cli/dist/web-ui/docs/cn/cli/security.md +387 -0
- package/cli/dist/web-ui/docs/cn/cli/settings.md +602 -0
- package/cli/dist/web-ui/docs/cn/cli/skills.md +448 -0
- package/cli/dist/web-ui/docs/cn/cli/slash-commands.md +397 -0
- package/cli/dist/web-ui/docs/cn/cli/statusline.md +525 -0
- package/cli/dist/web-ui/docs/cn/cli/sub-agents.md +634 -0
- package/cli/dist/web-ui/docs/cn/cli/terminal-config.md +77 -0
- package/cli/dist/web-ui/docs/cn/cli/tools-reference.md +99 -0
- package/cli/dist/web-ui/docs/cn/cli/troubleshooting.md +190 -0
- package/cli/dist/web-ui/docs/cn/cli/web-ui.md +164 -0
- package/cli/dist/web-ui/docs/cn/cli/wecom-bot-setup.md +274 -0
- package/cli/dist/web-ui/docs/cn/cli/worktree.md +660 -0
- package/cli/dist/web-ui/docs/en/cli/acp.md +126 -0
- package/cli/dist/web-ui/docs/en/cli/agent-teams.md +327 -0
- package/cli/dist/web-ui/docs/en/cli/bash-sandboxing.md +357 -0
- package/cli/dist/web-ui/docs/en/cli/best-practices.md +554 -0
- package/cli/dist/web-ui/docs/en/cli/channels-reference.md +293 -0
- package/cli/dist/web-ui/docs/en/cli/channels.md +215 -0
- package/cli/dist/web-ui/docs/en/cli/checkpointing.md +53 -0
- package/cli/dist/web-ui/docs/en/cli/cli-reference.md +187 -0
- package/cli/dist/web-ui/docs/en/cli/common-workflows.md +1011 -0
- package/cli/dist/web-ui/docs/en/cli/costs.md +174 -0
- package/cli/dist/web-ui/docs/en/cli/devcontainer.md +553 -0
- package/cli/dist/web-ui/docs/en/cli/env-vars.md +326 -0
- package/cli/dist/web-ui/docs/en/cli/gitlab-ci-cd.md +357 -0
- package/cli/dist/web-ui/docs/en/cli/headless.md +258 -0
- package/cli/dist/web-ui/docs/en/cli/hooks-guide.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/hooks.md +801 -0
- package/cli/dist/web-ui/docs/en/cli/iam.md +526 -0
- package/cli/dist/web-ui/docs/en/cli/ide-integrations.md +92 -0
- package/cli/dist/web-ui/docs/en/cli/installation.md +266 -0
- package/cli/dist/web-ui/docs/en/cli/interactive-mode.md +233 -0
- package/cli/dist/web-ui/docs/en/cli/mcp.md +739 -0
- package/cli/dist/web-ui/docs/en/cli/memory.md +436 -0
- package/cli/dist/web-ui/docs/en/cli/models.md +355 -0
- package/cli/dist/web-ui/docs/en/cli/overview.md +100 -0
- package/cli/dist/web-ui/docs/en/cli/plugin-marketplaces.md +534 -0
- package/cli/dist/web-ui/docs/en/cli/plugins-reference.md +774 -0
- package/cli/dist/web-ui/docs/en/cli/plugins.md +688 -0
- package/cli/dist/web-ui/docs/en/cli/quickstart.md +249 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/README.md +193 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.10.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.11.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.12.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.13.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.14.1.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.15.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.16.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.17.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.18.0.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.0.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.19.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.20.1.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.21.0.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.22.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.0.md +41 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.3.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.4.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.23.5.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.24.0.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.25.1.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.26.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.1.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.2.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.27.3.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.28.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.29.0.md +35 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.3.1.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.30.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.0.md +51 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.31.2.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.32.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.33.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.0.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.34.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.35.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.2.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.36.3.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.1.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.10.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.11.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.12.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.13.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.14.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.15.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.16.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.17.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.18.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.19.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.2.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.20.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.3.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.4.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.5.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.6.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.7.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.8.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.37.9.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.0.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.38.2.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.39.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.4.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.40.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.3.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.4.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.5.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.6.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.7.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.41.8.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.0.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.1.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.42.3.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.0.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.43.1.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.0.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.44.1.md +22 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.0.md +34 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.45.1.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.46.0.md +12 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.47.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.0.md +32 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.48.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.2.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.3.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.5.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.6.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.49.7.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.5.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.0.md +25 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.1.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.3.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.4.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.5.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.6.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.50.7.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.0.md +24 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.1.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.51.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.0.md +30 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.1.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.2.md +12 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.3.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.4.md +27 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.5.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.52.6.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.53.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.54.0.md +26 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.55.1.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.56.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.0.md +32 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.57.1.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.58.0.md +34 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.59.0.md +28 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.0.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.6.1.md +10 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.60.0.md +20 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.0.md +29 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.2.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.61.3.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.0.md +21 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.62.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.1.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.2.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.3.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.4.md +8 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.63.5.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.0.md +37 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.1.md +6 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.64.2.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.0.md +19 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.65.1.md +11 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.0.md +15 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.1.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.66.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.67.0.md +33 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.7.0.md +16 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.0.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.1.md +17 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.2.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.3.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.4.md +9 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.5.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.8.6.md +14 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.9.0.md +5 -0
- package/cli/dist/web-ui/docs/en/cli/remote-control.md +247 -0
- package/cli/dist/web-ui/docs/en/cli/sandboxing.md +316 -0
- package/cli/dist/web-ui/docs/en/cli/scheduled-tasks.md +160 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-custom-tools.md +1131 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-demos.md +347 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-hooks.md +813 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-mcp.md +645 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-permissions.md +461 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-python.md +797 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-sessions.md +340 -0
- package/cli/dist/web-ui/docs/en/cli/sdk-typescript.md +770 -0
- package/cli/dist/web-ui/docs/en/cli/sdk.md +1103 -0
- package/cli/dist/web-ui/docs/en/cli/security.md +388 -0
- package/cli/dist/web-ui/docs/en/cli/settings.md +602 -0
- package/cli/dist/web-ui/docs/en/cli/skills.md +448 -0
- package/cli/dist/web-ui/docs/en/cli/slash-commands.md +397 -0
- package/cli/dist/web-ui/docs/en/cli/statusline.md +525 -0
- package/cli/dist/web-ui/docs/en/cli/sub-agents.md +621 -0
- package/cli/dist/web-ui/docs/en/cli/terminal-config.md +77 -0
- package/cli/dist/web-ui/docs/en/cli/tools-reference.md +99 -0
- package/cli/dist/web-ui/docs/en/cli/troubleshooting.md +190 -0
- package/cli/dist/web-ui/docs/en/cli/web-ui.md +164 -0
- package/cli/dist/web-ui/docs/en/cli/wecom-bot-setup.md +274 -0
- package/cli/dist/web-ui/docs/en/cli/worktree.md +660 -0
- package/cli/dist/web-ui/docs/search-index-en.json +1 -0
- package/cli/dist/web-ui/docs/search-index-zh.json +1 -0
- package/cli/dist/web-ui/docs/sidebar-en.json +1 -0
- package/cli/dist/web-ui/docs/sidebar-zh.json +1 -0
- package/cli/dist/web-ui/index.html +2 -2
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +4 -3
- package/cli/product.internal.json +4 -3
- package/cli/product.ioa.json +4 -3
- package/cli/product.json +13 -6
- package/cli/product.selfhosted.json +4 -3
- package/package.json +1 -1
- package/cli/dist/web-ui/assets/index-4SCgPWnj.css +0 -32
- package/cli/dist/web-ui/assets/index-BijmmKDe.js +0 -391
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
# CodeBuddy Code 安装指南
|
|
2
|
+
|
|
3
|
+
## 安装方式
|
|
4
|
+
|
|
5
|
+
### 📦 使用包管理器安装
|
|
6
|
+
|
|
7
|
+
#### Node.js 包管理器
|
|
8
|
+
|
|
9
|
+
**前置要求:** Node.js 18.20 或更高版本
|
|
10
|
+
|
|
11
|
+
选择你喜欢的包管理器执行以下命令:
|
|
12
|
+
|
|
13
|
+
::: code-group
|
|
14
|
+
|
|
15
|
+
```bash [npm]
|
|
16
|
+
npm install -g @tencent-ai/codebuddy-code
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
```bash [pnpm]
|
|
20
|
+
pnpm add -g @tencent-ai/codebuddy-code
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
```bash [yarn]
|
|
24
|
+
yarn global add @tencent-ai/codebuddy-code
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
```bash [bun]
|
|
28
|
+
bun install -g @tencent-ai/codebuddy-code
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
:::
|
|
32
|
+
|
|
33
|
+
#### Homebrew (macOS/Linux)
|
|
34
|
+
|
|
35
|
+
无需 Node.js,直接安装:
|
|
36
|
+
|
|
37
|
+
::: code-group
|
|
38
|
+
|
|
39
|
+
```bash [两步安装]
|
|
40
|
+
# 添加 tap
|
|
41
|
+
brew tap Tencent-CodeBuddy/tap
|
|
42
|
+
|
|
43
|
+
# 安装工具
|
|
44
|
+
brew install codebuddy-code
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
```bash [单命令安装]
|
|
48
|
+
brew install Tencent-CodeBuddy/tap/codebuddy-code
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
```ruby [Brewfile]
|
|
52
|
+
tap "Tencent-CodeBuddy/tap"
|
|
53
|
+
brew "codebuddy-code"
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
:::
|
|
57
|
+
|
|
58
|
+
#### 验证安装
|
|
59
|
+
|
|
60
|
+
安装完成后,运行以下命令验证是否安装成功:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
codebuddy --version
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### ⚙️ 使用原生二进制安装(Beta)
|
|
68
|
+
|
|
69
|
+
> ⚠️ **Beta 测试阶段**
|
|
70
|
+
>
|
|
71
|
+
> 原生二进制安装目前处于 Beta 测试阶段,功能仍在完善中。
|
|
72
|
+
> 如遇到任何问题,请在 [Issues 页面](https://cnb.cool/codebuddy/codebuddy-code/-/issues) 提交问题报告,或联系技术支持(codebuddy@tencent.com)。
|
|
73
|
+
|
|
74
|
+
#### 特性说明
|
|
75
|
+
|
|
76
|
+
原生二进制安装相比 npm 版本提供以下特性:
|
|
77
|
+
|
|
78
|
+
- 单一可执行文件,无需额外依赖
|
|
79
|
+
- 无需 Node.js 运行时
|
|
80
|
+
- 改进的自动更新机制
|
|
81
|
+
|
|
82
|
+
#### 支持平台
|
|
83
|
+
|
|
84
|
+
- macOS (Apple Silicon M1/M2/M3 或 Intel x86_64)
|
|
85
|
+
- Linux (arm64 或 x86_64)
|
|
86
|
+
- Windows (x86_64)
|
|
87
|
+
|
|
88
|
+
#### 从 npm 版本迁移
|
|
89
|
+
|
|
90
|
+
如果你已经通过 npm 安装了 CodeBuddy Code,可以使用以下命令迁移到原生二进制版本:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
codebuddy install
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
#### 全新安装
|
|
97
|
+
|
|
98
|
+
::: code-group
|
|
99
|
+
|
|
100
|
+
```bash [macOS / Linux]
|
|
101
|
+
curl -fsSL https://copilot.tencent.com/cli/install.sh | bash
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
```powershell [Windows]
|
|
105
|
+
irm https://copilot.tencent.com/cli/install.ps1 | iex
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
:::
|
|
109
|
+
|
|
110
|
+
#### 验证安装
|
|
111
|
+
|
|
112
|
+
安装脚本会自动下载最新版本并配置环境变量。安装完成后,运行以下命令验证:
|
|
113
|
+
|
|
114
|
+
```bash
|
|
115
|
+
codebuddy --version
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
**如果命令不可用**,请手动将安装路径添加到环境变量 `PATH`:
|
|
119
|
+
|
|
120
|
+
::: code-group
|
|
121
|
+
|
|
122
|
+
```bash [macOS / Linux]
|
|
123
|
+
export PATH="$HOME/.local/bin:$PATH"
|
|
124
|
+
|
|
125
|
+
# 为了永久生效,建议添加到 shell 配置文件:
|
|
126
|
+
# Bash: ~/.bashrc 或 ~/.bash_profile
|
|
127
|
+
# Zsh: ~/.zshrc
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
```powershell [Windows]
|
|
131
|
+
# 添加以下路径到用户环境变量:
|
|
132
|
+
# %USERPROFILE%\AppData\Local\codebuddy\bin
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
:::
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 📁 配置目录
|
|
139
|
+
|
|
140
|
+
CodeBuddy Code 默认将配置文件存储在以下目录:
|
|
141
|
+
|
|
142
|
+
| 平台 | 默认配置目录 |
|
|
143
|
+
|------|-------------|
|
|
144
|
+
| macOS / Linux | `~/.codebuddy` |
|
|
145
|
+
| Windows | `%USERPROFILE%\.codebuddy` |
|
|
146
|
+
|
|
147
|
+
### 配置目录内容
|
|
148
|
+
|
|
149
|
+
```
|
|
150
|
+
~/.codebuddy/
|
|
151
|
+
├── settings.json # 用户设置
|
|
152
|
+
├── mcp.json # MCP 服务器配置
|
|
153
|
+
├── .mcp.json # MCP 服务器配置(备选位置)
|
|
154
|
+
└── skills/ # 用户自定义 Skills
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### 自定义配置目录
|
|
158
|
+
|
|
159
|
+
通过设置环境变量 `CODEBUDDY_CONFIG_DIR` 可以自定义配置目录位置:
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
export CODEBUDDY_CONFIG_DIR="$HOME/.my-codebuddy-config"
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
这在以下场景中非常有用:
|
|
166
|
+
|
|
167
|
+
- 多个 CodeBuddy 实例需要独立配置
|
|
168
|
+
- 企业环境中需要统一管理配置位置
|
|
169
|
+
- 与其他使用 CodeBuddy 引擎的应用(如 WorkBuddy)共存时避免配置冲突
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## 🔄 更新
|
|
173
|
+
|
|
174
|
+
### 自动更新
|
|
175
|
+
|
|
176
|
+
CodeBuddy Code 默认会自动保持最新状态,以确保你拥有最新的功能和安全修复。
|
|
177
|
+
|
|
178
|
+
#### 关闭自动更新
|
|
179
|
+
|
|
180
|
+
如需关闭自动更新,可设置环境变量:
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
export DISABLE_AUTOUPDATER=1
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
### 手动更新
|
|
187
|
+
|
|
188
|
+
使用以下命令手动更新到最新版本:
|
|
189
|
+
|
|
190
|
+
```bash
|
|
191
|
+
codebuddy update
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
`update` 命令会自动检测你的安装方式并执行相应的更新操作。
|
|
195
|
+
|
|
196
|
+
#### 使用包管理器更新
|
|
197
|
+
|
|
198
|
+
如果 `codebuddy update` 命令未能成功更新,你也可以使用包管理器重新安装:
|
|
199
|
+
|
|
200
|
+
```bash
|
|
201
|
+
npm install -g @tencent-ai/codebuddy-code
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
或使用其他包管理器(pnpm、yarn、bun)执行相应的安装命令。
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## 🔧 故障排查
|
|
208
|
+
|
|
209
|
+
### 命令不可用
|
|
210
|
+
|
|
211
|
+
**问题:** 安装后提示 `codebuddy: command not found`
|
|
212
|
+
|
|
213
|
+
**解决方案:**
|
|
214
|
+
|
|
215
|
+
1. 检查安装路径是否在 `PATH` 环境变量中:
|
|
216
|
+
```bash
|
|
217
|
+
echo $PATH
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
2. 将 CodeBuddy 安装路径添加到 `PATH`(参考上方[验证安装](#验证安装)部分)
|
|
221
|
+
|
|
222
|
+
3. 重启终端或重新加载配置文件:
|
|
223
|
+
```bash
|
|
224
|
+
source ~/.bashrc # 或 ~/.zshrc
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
### 网络问题
|
|
228
|
+
|
|
229
|
+
**问题:** 安装或更新时网络连接失败
|
|
230
|
+
|
|
231
|
+
**解决方案:**
|
|
232
|
+
|
|
233
|
+
1. 检查网络连接
|
|
234
|
+
2. 配置 npm 镜像源(如果使用 npm 安装):
|
|
235
|
+
```bash
|
|
236
|
+
npm config set registry https://registry.npmmirror.com
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
## 🗑️ 卸载
|
|
240
|
+
|
|
241
|
+
### 包管理器版本卸载
|
|
242
|
+
|
|
243
|
+
::: code-group
|
|
244
|
+
|
|
245
|
+
```bash [Homebrew]
|
|
246
|
+
# 卸载工具
|
|
247
|
+
brew uninstall codebuddy-code
|
|
248
|
+
|
|
249
|
+
# 移除 tap (可选)
|
|
250
|
+
brew untap Tencent-CodeBuddy/tap
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
```bash [npm]
|
|
254
|
+
npm uninstall -g @tencent-ai/codebuddy-code
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
```bash [pnpm]
|
|
258
|
+
pnpm remove -g @tencent-ai/codebuddy-code
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
```bash [yarn]
|
|
262
|
+
yarn global remove @tencent-ai/codebuddy-code
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
```bash [bun]
|
|
266
|
+
bun remove -g @tencent-ai/codebuddy-code
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
:::
|
|
270
|
+
|
|
271
|
+
### 原生二进制版本卸载
|
|
272
|
+
|
|
273
|
+
#### macOS / Linux
|
|
274
|
+
|
|
275
|
+
删除可执行文件:
|
|
276
|
+
|
|
277
|
+
```bash
|
|
278
|
+
rm -f ~/.local/bin/codebuddy
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
### 清理配置文件(可选)
|
|
282
|
+
|
|
283
|
+
如需完全清理,可删除配置目录:
|
|
284
|
+
|
|
285
|
+
**macOS / Linux:**
|
|
286
|
+
```bash
|
|
287
|
+
rm -rf ~/.codebuddy
|
|
288
|
+
rm -rf ~/.local/share/codebuddy
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
> 💡 **提示:** 如果你使用了 `CODEBUDDY_CONFIG_DIR` 环境变量自定义了配置目录,请删除对应的目录。
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
# 交互模式
|
|
2
|
+
|
|
3
|
+
> CodeBuddy Code 交互式会话中的完整键盘快捷键、输入模式和交互功能参考。
|
|
4
|
+
|
|
5
|
+
## 键盘快捷键
|
|
6
|
+
|
|
7
|
+
<Note>
|
|
8
|
+
键盘快捷键可能因平台和终端而异。在交互式会话中输入问号 `?` 可查看您环境中可用的快捷键。
|
|
9
|
+
</Note>
|
|
10
|
+
|
|
11
|
+
### 通用控制
|
|
12
|
+
|
|
13
|
+
| 快捷键 | 描述 | 上下文 | CodeBuddy 支持 |
|
|
14
|
+
| :----------------------------------------- | :--------------------------------------------------------------------------------------- | :--------------------------------------------------------- | :------------- |
|
|
15
|
+
| `Ctrl+C` | 取消当前输入或生成 | 标准中断 | ✅ 支持 |
|
|
16
|
+
| `Ctrl+D` | 退出 CodeBuddy Code 会话(输入框为空且无进行中对话时) | EOF 信号,连按两次退出 | ✅ 支持 |
|
|
17
|
+
| `Ctrl+L` | 清除终端屏幕 | 保留对话历史 | ✅ 支持 |
|
|
18
|
+
| `Ctrl+O` | 切换详细输出 | 显示详细的工具使用和执行信息 | ✅ 支持 |
|
|
19
|
+
| `Ctrl+R` | 反向搜索命令历史 | 交互式搜索之前的命令 | ✅ 支持 |
|
|
20
|
+
| `Ctrl+V` (macOS/Linux) 或 `Alt+V` (Windows) | 从剪贴板粘贴图片 | 粘贴图片或图片文件路径 | ✅ 支持 |
|
|
21
|
+
| `Up/Down 方向键` | 导航命令历史 | 调用之前的输入 | ✅ 支持 |
|
|
22
|
+
| `Esc` + `Esc` | 回退代码/对话 | 将代码和/或对话恢复到之前的状态 (需在输入框为空时连续按两次) | ✅ 支持 |
|
|
23
|
+
| `Tab` | 切换思考模式 | 在思考开启和思考关闭之间切换 | ✅ 支持 |
|
|
24
|
+
| `Shift+Tab` (macOS/Linux) 或 `Alt+M` (Windows) | 切换权限模式 | 在自动接受模式、计划模式和普通模式之间切换 | ✅ 支持 |
|
|
25
|
+
| `Option+P` (macOS) 或 `Alt+P` (Windows/Linux) | 切换模型 | 快速打开模型选择面板 | ✅ 支持 |
|
|
26
|
+
|
|
27
|
+
> **说明:**
|
|
28
|
+
> - `Esc` + `Esc` 回退功能已支持:当输入框内容为空时,连续按两次 ESC 键可激活 `/rewind` 功能,快速回退代码或对话到之前的状态
|
|
29
|
+
> - `Tab` 键在 CodeBuddy Code 中主要用于自动补全,扩展思考模式的切换功能部分支持
|
|
30
|
+
> - `Shift+Tab` (macOS/Linux) 或 `Alt+M` (Windows) 用于切换权限模式,包括普通模式、自动接受编辑模式、跳过权限模式和计划模式。注意:在 Windows 上必须使用 `Alt+M`,`Shift+Tab` 不起作用
|
|
31
|
+
|
|
32
|
+
### 多行输入
|
|
33
|
+
|
|
34
|
+
| 方法 | 快捷键 | 上下文 | CodeBuddy 支持 |
|
|
35
|
+
| :------------- | :------------- | :------------------------------- | :------------- |
|
|
36
|
+
| 快速转义 | `\` + `Enter` | 在所有终端中工作 | ✅ 支持 |
|
|
37
|
+
| macOS 默认 | `Option+Enter` | macOS 上的默认设置 | ✅ 支持 |
|
|
38
|
+
| 终端设置 | `Shift+Enter` | 执行 `/terminal-setup` 后 | ✅ 支持 |
|
|
39
|
+
| 控制序列 | `Ctrl+J` | 多行的换行字符 | ✅ 支持 |
|
|
40
|
+
| 粘贴模式 | 直接粘贴 | 用于代码块、日志 | ✅ 支持 |
|
|
41
|
+
|
|
42
|
+
<Tip>
|
|
43
|
+
在终端设置中配置您首选的换行行为。运行 `/terminal-setup` 为 iTerm2 和 VS Code 终端安装 Shift+Enter 绑定。
|
|
44
|
+
</Tip>
|
|
45
|
+
|
|
46
|
+
### 快速命令
|
|
47
|
+
|
|
48
|
+
| 快捷键 | 描述 | 注释 | CodeBuddy 支持 |
|
|
49
|
+
| :----------- | :-------------------------- | :----------------------------------------------------------- | :------------- |
|
|
50
|
+
| `#` 在开头 | 记忆快捷方式 - 添加到 CODEBUDDY.md | 提示选择文件 | ✅ 支持 |
|
|
51
|
+
| `/` 在开头 | 斜杠命令 | 参见 [斜杠命令](slash-commands.md) | ✅ 支持 |
|
|
52
|
+
| `!` 在开头 | Bash 模式 | 直接运行命令并将执行输出添加到会话 | ✅ 支持 |
|
|
53
|
+
| `@` | 文件路径提及 | 触发文件路径自动补全 | ✅ 支持 |
|
|
54
|
+
|
|
55
|
+
### 编辑快捷键
|
|
56
|
+
|
|
57
|
+
| 快捷键 | 描述 | CodeBuddy 支持 |
|
|
58
|
+
| :------------------------ | :----------------------- | :------------- |
|
|
59
|
+
| `Ctrl+A` | 移动到行首 | ✅ 支持 |
|
|
60
|
+
| `Ctrl+E` | 移动到行尾 | ✅ 支持 |
|
|
61
|
+
| `Ctrl+K` | 删除从光标到行尾 | ✅ 支持 |
|
|
62
|
+
| `Ctrl+U` | 删除从行首到光标 | ✅ 支持 |
|
|
63
|
+
| `Ctrl+W` | 删除前一个单词 | ✅ 支持 |
|
|
64
|
+
| `Ctrl+Y` | 复制最后一条 AI 回复到剪贴板 | ✅ 支持 |
|
|
65
|
+
| `Alt/Option+Backspace` | 删除前一个单词 | ✅ 支持 |
|
|
66
|
+
| `Alt/Option+Delete` | 删除下一个单词 | ✅ 支持 |
|
|
67
|
+
| `Alt/Option+Left` | 移动到上一个单词 | ✅ 支持 |
|
|
68
|
+
| `Alt/Option+Right` | 移动到下一个单词 | ✅ 支持 |
|
|
69
|
+
| `Ctrl+Left` | 移动到行首 | ✅ 支持 |
|
|
70
|
+
| `Ctrl+Right` | 移动到行尾 | ✅ 支持 |
|
|
71
|
+
| `Ctrl+G` | 打开外部编辑器编辑提示词 | ✅ 支持 |
|
|
72
|
+
|
|
73
|
+
## Vim 编辑器模式
|
|
74
|
+
|
|
75
|
+
使用 `/vim` 命令启用 vim 风格编辑,或通过 `/config` 永久配置。
|
|
76
|
+
|
|
77
|
+
### 模式切换
|
|
78
|
+
|
|
79
|
+
| 命令 | 操作 | 从模式 | CodeBuddy 支持 |
|
|
80
|
+
| :---- | :--------------------- | :------- | :------------- |
|
|
81
|
+
| `Esc` | 进入 NORMAL 模式 | INSERT | ✅ 支持 |
|
|
82
|
+
| `i` | 在光标前插入 | NORMAL | ✅ 支持 |
|
|
83
|
+
| `I` | 在行首插入 | NORMAL | ✅ 支持 |
|
|
84
|
+
| `a` | 在光标后插入 | NORMAL | ✅ 支持 |
|
|
85
|
+
| `A` | 在行尾插入 | NORMAL | ✅ 支持 |
|
|
86
|
+
| `o` | 在下方打开新行 | NORMAL | ✅ 支持 |
|
|
87
|
+
| `O` | 在上方打开新行 | NORMAL | ✅ 支持 |
|
|
88
|
+
|
|
89
|
+
### 导航 (NORMAL 模式)
|
|
90
|
+
|
|
91
|
+
| 命令 | 操作 | CodeBuddy 支持 |
|
|
92
|
+
| :-------------- | :--------------------- | :------------- |
|
|
93
|
+
| `h`/`j`/`k`/`l` | 向左/下/上/右移动 | ✅ 支持 |
|
|
94
|
+
| `w` | 下一个单词 | ✅ 支持 |
|
|
95
|
+
| `e` | 单词末尾 | ✅ 支持 |
|
|
96
|
+
| `b` | 上一个单词 | ✅ 支持 |
|
|
97
|
+
| `0` | 行首 | ✅ 支持 |
|
|
98
|
+
| `$` | 行尾 | ✅ 支持 |
|
|
99
|
+
| `^` | 第一个非空白字符 | ✅ 支持 |
|
|
100
|
+
| `gg` | 输入开始 | ✅ 支持 |
|
|
101
|
+
| `G` | 输入结束 | ✅ 支持 |
|
|
102
|
+
|
|
103
|
+
### 编辑 (NORMAL 模式)
|
|
104
|
+
|
|
105
|
+
| 命令 | 操作 | CodeBuddy 支持 |
|
|
106
|
+
| :------------- | :--------------------- | :------------- |
|
|
107
|
+
| `x` | 删除字符 | ✅ 支持 |
|
|
108
|
+
| `dd` | 删除行 | ✅ 支持 |
|
|
109
|
+
| `D` | 删除到行尾 | ✅ 支持 |
|
|
110
|
+
| `dw`/`de`/`db` | 删除单词/到末尾/到开头 | ✅ 支持 |
|
|
111
|
+
| `cc` | 修改行 | ✅ 支持 |
|
|
112
|
+
| `C` | 修改到行尾 | ✅ 支持 |
|
|
113
|
+
| `cw`/`ce`/`cb` | 修改单词/到末尾/到开头 | ✅ 支持 |
|
|
114
|
+
| `.` | 重复上次修改 | ✅ 支持 |
|
|
115
|
+
|
|
116
|
+
## 命令历史
|
|
117
|
+
|
|
118
|
+
CodeBuddy Code 为当前会话维护命令历史:
|
|
119
|
+
|
|
120
|
+
* 历史记录按工作目录存储
|
|
121
|
+
* 使用 `/clear` 开启全新对话(旧对话可通过 `/resume` 恢复)
|
|
122
|
+
* 使用 Up/Down 方向键导航 (参见上面的键盘快捷键)
|
|
123
|
+
* **注意**:历史扩展 (`!`) 默认禁用
|
|
124
|
+
|
|
125
|
+
### 使用 Ctrl+R 反向搜索
|
|
126
|
+
|
|
127
|
+
按 `Ctrl+R` 交互式搜索您的命令历史:
|
|
128
|
+
|
|
129
|
+
1. **开始搜索**:按 `Ctrl+R` 激活反向历史搜索
|
|
130
|
+
2. **输入查询**:输入文本以在之前的命令中搜索 - 搜索词将在匹配结果中高亮显示
|
|
131
|
+
3. **导航匹配**:再次按 `Ctrl+R` 循环浏览更早的匹配项
|
|
132
|
+
4. **接受匹配**:
|
|
133
|
+
* 按 `Tab` 或 `Esc` 接受当前匹配并继续编辑
|
|
134
|
+
* 按 `Enter` 接受并立即执行命令
|
|
135
|
+
5. **取消搜索**:
|
|
136
|
+
* 按 `Ctrl+C` 取消并恢复原始输入
|
|
137
|
+
* 在空搜索时按 `Backspace` 取消
|
|
138
|
+
|
|
139
|
+
搜索显示匹配的命令并高亮搜索词,方便查找和重用之前的输入。
|
|
140
|
+
|
|
141
|
+
## 后台 Bash 命令
|
|
142
|
+
|
|
143
|
+
CodeBuddy Code 支持在后台运行 bash 命令,允许您在长时间运行的进程执行时继续工作。
|
|
144
|
+
|
|
145
|
+
### 后台运行的工作原理
|
|
146
|
+
|
|
147
|
+
当 CodeBuddy Code 在后台运行命令时,它会异步运行命令并立即返回后台任务 ID。CodeBuddy Code 可以在命令继续在后台执行时响应新的提示。
|
|
148
|
+
|
|
149
|
+
要在后台运行命令,您可以:
|
|
150
|
+
|
|
151
|
+
* 提示 CodeBuddy Code 在后台运行命令
|
|
152
|
+
* 按 `Ctrl+B` 将常规 Bash 工具调用移至后台。(Tmux 用户必须按两次 `Ctrl+B`,因为 tmux 的前缀键。)
|
|
153
|
+
|
|
154
|
+
**主要功能:**
|
|
155
|
+
|
|
156
|
+
* 输出被缓冲,CodeBuddy 可以使用 TaskOutput 工具检索它
|
|
157
|
+
* 后台任务具有唯一 ID,用于跟踪和输出检索
|
|
158
|
+
* CodeBuddy Code 退出时,后台任务会自动清理
|
|
159
|
+
|
|
160
|
+
**常见的后台命令:**
|
|
161
|
+
|
|
162
|
+
* 构建工具 (webpack, vite, make)
|
|
163
|
+
* 包管理器 (npm, yarn, pnpm)
|
|
164
|
+
* 测试运行器 (jest, pytest)
|
|
165
|
+
* 开发服务器
|
|
166
|
+
* 长时间运行的进程 (docker, terraform)
|
|
167
|
+
|
|
168
|
+
### 使用 `!` 前缀的 Bash 模式
|
|
169
|
+
|
|
170
|
+
通过在输入前加上 `!` 前缀直接运行 bash 命令,无需通过 CodeBuddy:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
! npm test
|
|
174
|
+
! git status
|
|
175
|
+
! ls -la
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
Bash 模式:
|
|
179
|
+
|
|
180
|
+
* 将命令及其输出添加到对话上下文中
|
|
181
|
+
* 显示实时进度和输出
|
|
182
|
+
* 支持相同的 `Ctrl+B` 后台运行长时间运行的命令
|
|
183
|
+
* 不需要 CodeBuddy 解释或批准命令
|
|
184
|
+
|
|
185
|
+
这对于快速 shell 操作同时保持对话上下文非常有用。
|
|
186
|
+
|
|
187
|
+
## 权限模式
|
|
188
|
+
|
|
189
|
+
CodeBuddy Code 支持多种权限模式来控制工具使用的授权方式:
|
|
190
|
+
|
|
191
|
+
### 可用模式
|
|
192
|
+
|
|
193
|
+
| 模式 | 描述 | 快捷键切换 |
|
|
194
|
+
| :-------------------- | :------------------------------------------------------------------- | :----------------- |
|
|
195
|
+
| **普通模式 (默认)** | 根据权限规则询问工具使用确认 | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
196
|
+
| **自动接受编辑模式** | 自动批准文件编辑操作 (Edit/Write),其他工具仍需确认 | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
197
|
+
| **跳过权限模式** | 绕过所有权限检查。建议仅在无互联网访问的沙箱中使用 | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
198
|
+
| **计划模式** | AI 将制定计划并等待批准后再执行 | `Shift+Tab` (macOS/Linux) / `Alt+M` (Windows) |
|
|
199
|
+
|
|
200
|
+
### 切换权限模式
|
|
201
|
+
|
|
202
|
+
* 使用 `Shift+Tab` (macOS/Linux) 或 `Alt+M` (Windows) 在模式之间切换。**注意:Windows 用户必须使用 `Alt+M`**
|
|
203
|
+
* 使用 `--permission-mode` 命令行参数指定启动模式:
|
|
204
|
+
```bash
|
|
205
|
+
codebuddy --permission-mode acceptEdits
|
|
206
|
+
codebuddy --permission-mode bypassPermissions
|
|
207
|
+
codebuddy --permission-mode plan
|
|
208
|
+
```
|
|
209
|
+
* 在 `settings.json` 中设置默认模式:
|
|
210
|
+
```json
|
|
211
|
+
{
|
|
212
|
+
"permissions": {
|
|
213
|
+
"defaultMode": "acceptEdits"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### 权限规则
|
|
219
|
+
|
|
220
|
+
权限模式与权限规则结合使用,以提供细粒度控制。参见 [IAM 文档](iam.md) 了解配置权限规则的详细信息。
|
|
221
|
+
|
|
222
|
+
## 相关文档
|
|
223
|
+
|
|
224
|
+
* [斜杠命令](slash-commands.md) - 交互式会话命令
|
|
225
|
+
* [CLI 参考](cli-reference.md) - 命令行标志和选项
|
|
226
|
+
* [设置配置](settings.md) - 配置选项
|
|
227
|
+
* [记忆管理](memory.md) - 管理 CODEBUDDY.md 文件
|
|
228
|
+
* [IAM 权限](iam.md) - 工具权限和访问控制
|
|
229
|
+
* [Bash 沙箱](bash-sandboxing.md) - Bash 命令沙箱模式
|
|
230
|
+
|
|
231
|
+
---
|
|
232
|
+
|
|
233
|
+
> **提示**:在交互式会话中随时输入 `?` 可查看可用的快捷键和命令。使用 `/help` 命令获取更多帮助信息。
|