@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,32 @@
|
|
|
1
|
+
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0}.bottom-full{bottom:100%}.left-0{left:0}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.top-6{top:1.5rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100dvh\]{height:100dvh}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-40{max-height:10rem}.max-h-52{max-height:13rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-80{max-height:20rem}.max-h-\[280px\]{max-height:280px}.max-h-\[320px\]{max-height:320px}.max-h-\[90vh\]{max-height:90vh}.min-h-\[60vh\]{min-height:60vh}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[72px\]{width:72px}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.min-w-\[360px\]{min-width:360px}.min-w-full{min-width:100%}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.max-w-\[120px\]{max-width:120px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[70\%\]{max-width:70%}.max-w-\[85\%\]{max-width:85%}.max-w-\[90vw\]{max-width:90vw}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes borderGlow{0%,to{border-color:color-mix(in srgb,var(--color-accent-brand) 40%,transparent);box-shadow:0 0 0 0 transparent}50%{border-color:color-mix(in srgb,var(--color-accent-brand) 70%,transparent);box-shadow:0 0 8px color-mix(in srgb,var(--color-accent-brand) 15%,transparent)}}.animate-\[borderGlow_2s_ease-in-out_infinite\]{animation:borderGlow 2s ease-in-out infinite}.animate-\[dotPulse_1\.4s_ease-in-out_0\.2s_infinite\]{animation:dotPulse 1.4s ease-in-out .2s infinite}.animate-\[dotPulse_1\.4s_ease-in-out_0\.4s_infinite\]{animation:dotPulse 1.4s ease-in-out .4s infinite}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.animate-\[dotPulse_1\.4s_ease-in-out_0s_infinite\]{animation:dotPulse 1.4s ease-in-out 0s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-zoom-out{cursor:zoom-out}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.scroll-mt-20{scroll-margin-top:5rem}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-1{row-gap:.25rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-none{overscroll-behavior:none}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-tr-sm{border-top-right-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-accent-brand{border-color:var(--color-accent-brand)}.border-border-default{border-color:var(--color-border-default)}.border-border-muted{border-color:var(--color-border-muted)}.border-green-500\/50{border-color:#22c55e80}.border-text-primary{border-color:var(--color-text-primary)}.border-transparent{border-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-accent-brand{background-color:var(--color-accent-brand)}.bg-accent-green{background-color:var(--color-accent-green)}.bg-accent-purple{background-color:var(--color-accent-purple)}.bg-accent-red{background-color:var(--color-accent-red)}.bg-accent-yellow{background-color:var(--color-accent-yellow)}.bg-bg-card{background-color:var(--color-bg-card)}.bg-bg-code{background-color:var(--color-bg-code)}.bg-bg-diff-add{background-color:var(--color-bg-diff-add)}.bg-bg-diff-del{background-color:var(--color-bg-diff-del)}.bg-bg-primary{background-color:var(--color-bg-primary)}.bg-bg-secondary{background-color:var(--color-bg-secondary)}.bg-bg-tertiary{background-color:var(--color-bg-tertiary)}.bg-bg-user{background-color:var(--color-bg-user)}.bg-black\/30{background-color:#0000004d}.bg-black\/70{background-color:#000000b3}.bg-border-muted{background-color:var(--color-border-muted)}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-text-primary{background-color:var(--color-text-primary)}.bg-text-tertiary{background-color:var(--color-text-tertiary)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-px{padding-top:1px;padding-bottom:1px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[22px\]{padding-left:22px}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.font-sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[48px\]{font-size:48px}.text-chat{font-size:14px;line-height:24px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:12px;line-height:16px}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-7{line-height:1.75rem}.leading-\[18px\]{line-height:18px}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#b8860b\]{--tw-text-opacity: 1;color:rgb(184 134 11 / var(--tw-text-opacity, 1))}.text-accent-blue{color:var(--color-accent-blue)}.text-accent-brand{color:var(--color-accent-brand)}.text-accent-green{color:var(--color-accent-green)}.text-accent-purple{color:var(--color-accent-purple)}.text-accent-red{color:var(--color-accent-red)}.text-bg-primary{color:var(--color-bg-primary)}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-text-primary{color:var(--color-text-primary)}.text-text-secondary{color:var(--color-text-secondary)}.text-text-tertiary{color:var(--color-text-tertiary)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.line-through{text-decoration-line:line-through}.placeholder-text-tertiary::-moz-placeholder{color:var(--color-text-tertiary)}.placeholder-text-tertiary::placeholder{color:var(--color-text-tertiary)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}[data-theme=light]{--color-bg-primary: #fefefe;--color-bg-secondary: #f5f5f7;--color-bg-tertiary: #f3f3f3;--color-bg-input: #ffffff;--color-bg-card: #ffffff;--color-bg-user: #eef2ff;--color-bg-hover: #f5f5f5;--color-bg-code: #f8f9fa;--color-border-default: #eef0f2;--color-border-muted: #f4f5f7;--color-border-input: #e5e7eb;--color-text-primary: #1a1a1a;--color-text-secondary: #5c5c5c;--color-text-tertiary: #8e8e93;--color-text-user: #1e3a8a;--color-text-link: #1677ff;--color-accent-green: #22c55e;--color-accent-red: #ff4d4f;--color-accent-yellow: #faad14;--color-accent-brand: #1a1a1a;--color-accent-blue: #1677ff;--color-accent-purple: #6c4dff;--color-inline-code: #d63384;--color-scrollbar: rgba(0, 0, 0, .12);--color-scrollbar-hover: rgba(0, 0, 0, .2);--color-bg-diff-add: rgba(52, 211, 153, .08);--color-bg-diff-del: rgba(248, 113, 113, .08);--color-bg-channel: #f0f7ff;--color-border-channel: #c8ddf5;--color-channel-accent: #3b82f6}[data-theme=dark]{--color-bg-primary: #000000;--color-bg-secondary: #1c1c1e;--color-bg-tertiary: #242424;--color-bg-input: #1a1a1a;--color-bg-card: #1a1a1a;--color-bg-user: #1e293b;--color-bg-hover: #2a2a2a;--color-bg-code: #161616;--color-border-default: #1a1a1a;--color-border-muted: #151515;--color-border-input: #252525;--color-text-primary: #e5e5e5;--color-text-secondary: #a3a3a3;--color-text-tertiary: #7c7c82;--color-text-user: #bfdbfe;--color-text-link: #4dabf7;--color-accent-green: #4ade80;--color-accent-red: #f87171;--color-accent-yellow: #fbbf24;--color-accent-brand: #e5e5e5;--color-accent-blue: #60a5fa;--color-accent-purple: #8b7dff;--color-inline-code: #e879a5;--color-scrollbar: rgba(255, 255, 255, .12);--color-scrollbar-hover: rgba(255, 255, 255, .2);--color-bg-diff-add: rgba(74, 222, 128, .1);--color-bg-diff-del: rgba(248, 113, 113, .1);--color-bg-channel: rgba(30, 58, 110, .35);--color-border-channel: rgba(59, 130, 246, .3);--color-channel-accent: #60a5fa}body,html{margin:0;padding:0;height:100%;width:100%;overflow:hidden}body{background:var(--color-bg-primary);color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.6;transition:background-color .2s,color .2s;overflow-x:hidden}@media(max-width:767px){#root{overflow-x:hidden}}*{scrollbar-width:thin;scrollbar-color:var(--color-scrollbar) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-scrollbar);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-hover)}pre{background:var(--color-bg-code)!important;border:none;border-radius:12px;padding:12px;overflow-x:auto;font-size:13.5px;line-height:1.6;margin:16px 0}code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:.9em}:not(pre)>code{background:var(--color-bg-tertiary);padding:3px 6px;border-radius:6px;font-size:13.5px;color:var(--color-inline-code);margin:0 2px}.markdown-body a{color:var(--color-text-link);text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body ul,.markdown-body ol{padding-left:1.5rem;margin:12px 0}.markdown-body li{margin:6px 0}.markdown-body ol{list-style-type:decimal}.markdown-body ul{list-style-type:disc}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin:24px 0 12px;font-weight:600;color:var(--color-text-primary);line-height:1.4}.markdown-body h1{font-size:1.6rem}.markdown-body h2{font-size:1.4rem}.markdown-body h3{font-size:1.2rem}.markdown-body h4{font-size:1.1rem}.markdown-body p{margin:12px 0}.markdown-body p:last-child{margin-bottom:0}.markdown-body p:first-child{margin-top:0}.markdown-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;border-radius:8px;border:1px solid var(--color-border-default)}.markdown-body table{border-collapse:collapse;width:100%;min-width:320px;margin:0;font-size:14px;table-layout:auto}.markdown-body th,.markdown-body td{border:1px solid var(--color-border-default);padding:10px 16px;text-align:left;word-break:break-word;overflow-wrap:break-word}.markdown-body th{background:var(--color-bg-secondary);font-weight:600}.markdown-body td code,.markdown-body th code{word-break:break-all;white-space:normal}.markdown-body blockquote{border-left:4px solid var(--color-border-default);padding-left:16px;margin:16px 0;color:var(--color-text-secondary);background:var(--color-bg-secondary);padding-top:8px;padding-bottom:8px;border-radius:0 8px 8px 0}.markdown-body strong{font-weight:600;color:var(--color-text-primary)}.markdown-body hr{border:none;border-top:1px solid var(--color-border-default);margin:24px 0}.markdown-body img,.markdown-image{max-width:100%;height:auto;display:block;margin:12px 0;border-radius:8px;max-height:500px}.thinking-block{margin-bottom:12px;overflow:hidden}.thinking-block-header{display:flex;align-items:center;gap:4px;padding:4px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;color:var(--color-text-tertiary);transition:color .15s}.thinking-block-header:hover{color:var(--color-text-secondary)}.thinking-block-header-text{font-size:14px}.thinking-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--color-accent-purple);animation:thinking-pulse 1.2s ease-in-out infinite;margin-left:2px}@keyframes thinking-pulse{0%,to{opacity:.3}50%{opacity:1}}.thinking-block-content{padding:8px 0 4px 16px;font-size:14px;line-height:1.7;color:var(--color-text-tertiary);white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto;position:relative;border-left:2px solid var(--color-border-muted)}.thinking-block-streaming .thinking-block-content:after{content:"";position:sticky;bottom:0;left:0;right:0;display:block;height:40px;margin-top:-40px;background:linear-gradient(transparent,var(--color-bg-primary));pointer-events:none}.thinking-block-toggle{transition:transform .2s ease;flex-shrink:0;transform:rotate(-90deg)}.thinking-block-toggle.expanded{transform:rotate(0)}@keyframes thinking-dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.thinking-text:after{content:"...";animation:thinking-dots 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,var(--color-border-muted) 0%,var(--color-bg-hover) 40%,var(--color-border-muted) 80%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .3s ease-out}.xterm{height:100%;width:100%;overflow:hidden}.xterm-helper-textarea{caret-color:transparent!important;ime-mode:disabled!important;-webkit-ime-mode:disabled!important}textarea:not(:focus){ime-mode:inactive}.split-sash{flex-shrink:0;background:var(--color-border-muted);transition:background-color .15s;z-index:5}.split-sash:hover,.split-sash.dragging{background:var(--color-accent-blue)}.tasks-template-card{transition:all .15s ease-out}.tasks-template-card:hover{transform:translateY(-2px)}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.5}}.tasks-loading{animation:pulse-opacity 2s ease-in-out infinite}@keyframes instance-breathing{0%,to{box-shadow:0 0 color-mix(in srgb,var(--color-accent-brand) 0%,transparent);border-color:color-mix(in srgb,var(--color-accent-brand) 25%,transparent)}50%{box-shadow:0 0 12px 2px color-mix(in srgb,var(--color-accent-brand) 18%,transparent);border-color:color-mix(in srgb,var(--color-accent-brand) 55%,transparent)}}.instance-breathing{animation:instance-breathing 3s ease-in-out infinite}.split-sash-horizontal{width:4px;cursor:col-resize}.split-sash-vertical{height:4px;cursor:row-resize}.terminal-pane{position:relative;overflow:hidden;border:1px solid transparent;transition:border-color .15s}.terminal-pane.active{border-color:color-mix(in srgb,var(--color-accent-brand) 25%,transparent)}.terminal-pane-toolbar{position:absolute;top:4px;right:4px;z-index:10;display:flex;gap:2px;opacity:0;transition:opacity .15s}.terminal-pane:hover .terminal-pane-toolbar{opacity:1}.channel-item{padding-left:12px;border-left:3px solid}.channel-label{font-size:12px;font-weight:500;line-height:1;margin-bottom:4px}.channel-bot-id{margin-left:4px;font-weight:400;opacity:.5}.channel-sender{font-weight:400;color:var(--color-text-secondary)}.channel-content{font-size:14px;line-height:1.5;color:var(--color-text-primary);word-break:break-word;white-space:pre-wrap}.channel-response-indicator{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-tertiary);margin-bottom:4px;padding-left:4px}.channel-response-indicator svg{color:var(--color-channel-accent)}.empty-result-container:empty:after{content:"(empty)";display:block;font-size:12px;color:var(--color-text-tertiary);padding:6px 10px;background:color-mix(in srgb,var(--color-bg-secondary) 40%,transparent);border-radius:6px}.sidebar{width:260px;height:100%;background:var(--color-bg-tertiary);border-right:1px solid var(--color-border-default);display:flex;flex-direction:column;flex-shrink:0;transition:width .3s ease,opacity .2s ease,transform .3s ease}@media(min-width:768px){.sidebar{position:relative;z-index:auto}.sidebar.sidebar-closed{width:0;min-width:0;overflow:hidden;border-right:none;padding:0;opacity:0;pointer-events:none}.sidebar-overlay{display:none!important}}@media(max-width:767px){.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;box-shadow:4px 0 24px #00000026}.sidebar.sidebar-closed{transform:translate(-100%);pointer-events:none}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:40;transition:opacity .3s ease}.sidebar-overlay.sidebar-overlay-hidden{opacity:0;pointer-events:none}}.sidebar-header{display:flex;align-items:center;gap:10px;padding:16px 20px;flex-shrink:0}.sidebar-logo{width:28px;height:28px;border-radius:6px;flex-shrink:0}.sidebar-brand{font-family:Poppins,sans-serif;font-weight:600;font-size:16px;color:var(--color-text-primary)}.sidebar-search{display:none}.sidebar-search input{width:100%;padding:8px 12px 8px 34px;background:var(--color-bg-secondary);border:1px solid var(--color-border-default);border-radius:8px;color:var(--color-text-primary);font-size:13px;outline:none;transition:border-color .15s;box-sizing:border-box}.sidebar-search input::-moz-placeholder{color:var(--color-text-tertiary)}.sidebar-search input::placeholder{color:var(--color-text-tertiary)}.sidebar-search input:focus{border-color:var(--color-accent-brand)}.sidebar-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--color-text-tertiary);pointer-events:none}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:0 12px 12px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:14px;color:var(--color-text-secondary);cursor:pointer;transition:all .15s;border:none;background:transparent;width:100%;text-align:left}.sidebar-nav-item:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.sidebar-nav-item.active{background:var(--color-bg-primary);color:var(--color-text-primary);font-weight:500}.sidebar-section-title{font-size:11px;font-weight:600;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.06em;padding:16px 20px 8px}.sidebar-content{flex:1;overflow-y:auto;padding-bottom:8px}.sidebar-footer{flex-shrink:0;padding:12px 16px;border-top:1px solid var(--color-border-default)}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;cursor:pointer;transition:background .15s}.sidebar-user:hover{background:var(--color-bg-hover)}.sidebar-user-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:13px;font-weight:500;color:var(--color-text-primary);line-height:1.3}.sidebar-user-status{font-size:11px;color:var(--color-text-tertiary);line-height:1.3}.empty-state-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:var(--color-bg-primary);transition:opacity .6s ease-out}.empty-state-wrapper.empty-state-fadeout{opacity:0;pointer-events:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;height:100%;padding:2rem 1.5rem 5rem;animation:fadeIn .6s ease-out}.empty-state-logo{width:150px;height:146px;flex-shrink:0;margin-bottom:2rem}.empty-state-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.empty-state-slogan{font-family:Poppins,sans-serif;font-weight:600;font-size:28px;line-height:38px;text-align:center;color:var(--color-text-primary);margin:0 0 2.5rem;letter-spacing:-.01em}.empty-state-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:480px}.empty-state-tag{display:inline-flex;align-items:center;padding:8px 18px;border-radius:9999px;background-color:var(--color-bg-secondary);color:var(--color-text-secondary);border:1px solid var(--color-border-default);font-size:14px;line-height:20px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.empty-state-tag:hover{background-color:var(--color-bg-hover);color:var(--color-text-primary);border-color:var(--color-border-input)}.empty-state-tag:active{transform:scale(.97)}.history-view{display:flex;flex-direction:column;height:100%;animation:fadeIn .3s ease-out}.history-header{display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid var(--color-border-default);flex-shrink:0}.history-back-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:all .15s}.history-back-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.history-title{font-size:18px;font-weight:600;color:var(--color-text-primary);margin:0}.history-content{flex:1;overflow-y:auto;padding:16px}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 0;color:var(--color-text-tertiary)}.history-empty-title{font-size:16px;font-weight:500;color:var(--color-text-secondary);margin:8px 0 0}.history-empty-hint{font-size:14px;color:var(--color-text-tertiary);margin:0}.history-loading,.history-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 0;color:var(--color-text-tertiary)}.history-error-text{font-size:14px;color:var(--color-accent-red)}.history-retry-btn{padding:6px 16px;border-radius:8px;border:1px solid var(--color-border-default);background:var(--color-bg-secondary);color:var(--color-text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.history-retry-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.history-list{display:flex;flex-direction:column;gap:4px;max-width:640px;margin:0 auto}.history-session-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;cursor:default;transition:background .15s;position:relative}.history-session-item.clickable{cursor:pointer}.history-session-item.clickable:hover{background:var(--color-bg-hover)}.history-session-item.current{background:color-mix(in srgb,var(--color-accent-brand) 8%,transparent)}.history-session-info{flex:1;min-width:0}.history-session-name{font-size:14px;font-weight:500;color:var(--color-text-primary);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-session-meta{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:12px;color:var(--color-text-tertiary)}.history-session-badge{display:inline-flex;align-items:center;padding:1px 6px;border-radius:4px;background:color-mix(in srgb,var(--color-accent-brand) 15%,transparent);color:var(--color-accent-brand);font-size:11px;font-weight:500}.history-session-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s;flex-shrink:0}.history-session-item:hover .history-session-actions{opacity:1}.history-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:var(--color-text-tertiary);cursor:pointer;transition:all .15s}.history-action-btn:hover{background:var(--color-bg-secondary);color:var(--color-text-primary)}.history-action-btn.danger:hover{background:color-mix(in srgb,var(--color-accent-red) 10%,transparent);color:var(--color-accent-red)}.history-session-switching{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.history-session-spinner{width:16px;height:16px;border:2px solid var(--color-text-tertiary);border-top:2px solid var(--color-text-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.history-rename-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease-out}.history-rename-dialog{background:var(--color-bg-card);border:1px solid var(--color-border-default);border-radius:12px;padding:20px;width:360px;max-width:calc(100% - 32px);box-shadow:0 8px 32px #0000001f}.history-rename-dialog h3{font-size:16px;font-weight:600;color:var(--color-text-primary);margin:0 0 16px}.history-rename-input{width:100%;padding:8px 12px;background:var(--color-bg-input);border:1px solid var(--color-border-input);border-radius:8px;color:var(--color-text-primary);font-size:14px;outline:none;transition:border-color .15s;box-sizing:border-box}.history-rename-input:focus{border-color:var(--color-accent-brand)}.history-rename-input::-moz-placeholder{color:var(--color-text-tertiary)}.history-rename-input::placeholder{color:var(--color-text-tertiary)}.history-rename-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.history-rename-actions button{padding:6px 16px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .15s}.history-rename-cancel{border:1px solid var(--color-border-default);background:transparent;color:var(--color-text-secondary)}.history-rename-cancel:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.history-rename-ok{border:none;background:var(--color-accent-brand);color:#fff}.history-rename-ok:hover{opacity:.9}.history-rename-ok:disabled{opacity:.5;cursor:not-allowed}.history-delete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease-out}.history-delete-dialog{background:var(--color-bg-card);border:1px solid var(--color-border-default);border-radius:12px;padding:20px;width:340px;max-width:calc(100% - 32px);box-shadow:0 8px 32px #0000001f}.history-delete-dialog p{font-size:14px;color:var(--color-text-secondary);margin:0 0 16px}.history-delete-actions{display:flex;justify-content:flex-end;gap:8px}.history-delete-actions button{padding:6px 16px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .15s}.history-delete-cancel{border:1px solid var(--color-border-default);background:transparent;color:var(--color-text-secondary)}.history-delete-cancel:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.history-delete-ok{border:none;background:var(--color-accent-red);color:#fff}.history-delete-ok:hover{opacity:.9}.history-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease}.history-drawer-overlay.open{opacity:1;pointer-events:auto}.history-drawer{position:absolute;top:0;right:0;bottom:0;width:360px;max-width:85%;background:var(--color-bg-primary);border-left:1px solid var(--color-border-default);z-index:41;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #00000014}.history-drawer.open{transform:translate(0)}.history-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border-default);flex-shrink:0}.history-drawer-title{font-size:15px;font-weight:600;color:var(--color-text-primary);margin:0}.history-drawer-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:var(--color-text-tertiary);cursor:pointer;transition:all .15s}.history-drawer-close:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.history-drawer-subtitle{font-size:12px;color:var(--color-text-tertiary);margin:2px 0 0;font-weight:400}.date-separator{display:flex;align-items:center;justify-content:center;padding:12px 0 4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.date-separator-label{font-size:12px;color:var(--color-text-tertiary);letter-spacing:.02em}.settings-view{display:flex;flex-direction:column;height:100%;animation:fadeIn .3s ease-out}.settings-header{display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid var(--color-border-default);flex-shrink:0}.settings-back-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;transition:all .15s}.settings-back-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.settings-title{font-size:18px;font-weight:600;color:var(--color-text-primary);margin:0}.settings-content{flex:1;overflow-y:auto;padding:24px}.settings-sections{display:flex;flex-direction:column;gap:28px;max-width:560px;margin:0 auto}.settings-group{display:flex;flex-direction:column;gap:8px}.settings-group-title{font-size:13px;font-weight:600;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0}.settings-card{background:var(--color-bg-card);border:1px solid var(--color-border-default);border-radius:12px;padding:4px 0;overflow:hidden}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;min-height:44px}.settings-row+.settings-row{border-top:1px solid var(--color-border-muted)}.settings-label{font-size:14px;color:var(--color-text-primary);font-weight:500;flex-shrink:0}.settings-value{font-size:14px;color:var(--color-text-secondary);text-align:right}.settings-toggle-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--color-border-default);background:var(--color-bg-secondary);color:var(--color-text-secondary);font-size:13px;cursor:pointer;transition:all .15s}.settings-toggle-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary);border-color:var(--color-border-input)}.settings-select{width:100%;padding:10px 16px;background:transparent;border:none;color:var(--color-text-primary);font-size:14px;outline:none;cursor:pointer}.settings-select option{background:var(--color-bg-card);color:var(--color-text-primary)}.settings-copy-btn{display:flex;align-items:center;gap:6px;max-width:280px;padding:4px 8px;border-radius:6px;border:none;background:transparent;color:var(--color-text-secondary);font-size:13px;cursor:pointer;transition:background .15s}.settings-copy-btn:hover{background:var(--color-bg-hover)}.settings-copy-btn .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Menlo,Monaco,Consolas,monospace;font-size:12px}[data-theme=light]{--color-login-bg: #EFEFF1;--color-login-btn-bg: #000000;--color-login-btn-text: #ffffff;--color-login-text-primary: #000000;--color-login-text-secondary: rgba(0, 0, 0, .6);--color-login-orb-1: linear-gradient(184.83deg, rgba(239, 244, 255, .5) 5.34%, rgba(232, 226, 254, 0) 33.69%, rgba(236, 236, 255, .5) 58.07%, rgba(234, 230, 254, 0) 86.92%);--color-login-orb-2: linear-gradient(185.55deg, #E4EFFF 5.89%, rgba(197, 216, 244, 0) 34.91%, #CEDDFB 55.33%, rgba(177, 200, 246, 0) 82.37%);--color-login-ellipse-border: #E5DEFF;--color-login-ellipse-border2: #CDD2F7}[data-theme=dark]{--color-login-bg: #1a1a1e;--color-login-btn-bg: #ffffff;--color-login-btn-text: #000000;--color-login-text-primary: #e5e5e5;--color-login-text-secondary: rgba(255, 255, 255, .6);--color-login-orb-1: linear-gradient(184.83deg, rgba(30, 35, 60, .5) 5.34%, rgba(25, 20, 50, 0) 33.69%, rgba(30, 30, 55, .5) 58.07%, rgba(25, 22, 50, 0) 86.92%);--color-login-orb-2: linear-gradient(185.55deg, rgba(20, 30, 60, .8) 5.89%, rgba(15, 25, 50, 0) 34.91%, rgba(18, 28, 55, .8) 55.33%, rgba(12, 20, 50, 0) 82.37%);--color-login-ellipse-border: rgba(100, 80, 180, .3);--color-login-ellipse-border2: rgba(80, 85, 160, .3)}.login-page{position:relative;width:100%;height:100vh;height:100dvh;background:var(--color-login-bg);overflow:hidden;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.login-orb{position:absolute;pointer-events:none}.login-orb-right{width:500px;height:614px;right:-100px;bottom:-150px;transform:rotate(39.84deg)}.login-orb-left{width:658px;height:653px;left:-200px;top:-250px;transform:rotate(-10deg)}.login-orb-layer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}.login-orb-layer-1{background:var(--color-login-orb-1);mix-blend-mode:hard-light;filter:blur(15px)}.login-orb-layer-2{background:var(--color-login-orb-2);mix-blend-mode:hue;opacity:.7}.login-ellipse{position:absolute;border-radius:50%;pointer-events:none}.login-ellipse-outer{width:400px;height:516px;right:-50px;bottom:-80px;border:1px solid var(--color-login-ellipse-border);mix-blend-mode:overlay;filter:blur(1.5px);transform:rotate(-30deg);opacity:.5}.login-ellipse-outer2{width:400px;height:516px;right:-30px;bottom:-60px;border:5px solid var(--color-login-ellipse-border);mix-blend-mode:soft-light;filter:blur(2.6px);transform:rotate(-25deg);opacity:.4}.login-ellipse-inner{width:400px;height:497px;right:0;bottom:-40px;border:1.5px solid var(--color-login-ellipse-border2);mix-blend-mode:soft-light;filter:blur(1.5px);transform:rotate(-35deg);opacity:.4}.login-ellipse-left{width:544px;height:528px;left:-100px;top:-120px;border:1px solid var(--color-login-ellipse-border);mix-blend-mode:overlay;filter:blur(1.5px);transform:rotate(15deg);opacity:.5}.login-ellipse-left2{width:544px;height:528px;left:-80px;top:-100px;border:5px solid var(--color-login-ellipse-border);mix-blend-mode:soft-light;filter:blur(2.6px);transform:rotate(12deg);opacity:.4}.login-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:40px;width:351px;max-width:calc(100% - 32px)}.login-logo{width:150px;height:162px;flex-shrink:0}.login-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.login-title{font-family:Poppins,sans-serif;font-weight:600;font-size:24px;line-height:32px;text-align:center;color:var(--color-login-text-primary);margin:0}.login-tagline{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:14px;line-height:22px;text-align:center;color:var(--color-login-text-secondary);margin:0}.login-btn{display:flex;justify-content:center;align-items:center;width:220px;height:36px;padding:0;gap:10px;background:var(--color-login-btn-bg);color:var(--color-login-btn-text);border:none;border-radius:99px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:22px;cursor:pointer;transition:opacity .2s,transform .1s}.login-btn:hover{opacity:.88}.login-btn:active{transform:scale(.98)}.login-btn:disabled{opacity:.5;cursor:not-allowed}.login-footer{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;z-index:1}.login-footer a{font-family:PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:12px;line-height:20px;color:var(--color-login-text-secondary);text-decoration:none;transition:color .15s}.login-footer a:hover{color:var(--color-login-text-primary)}.login-error{width:100%;padding:8px 16px;background:color-mix(in srgb,var(--color-accent-red) 10%,transparent);border:1px solid color-mix(in srgb,var(--color-accent-red) 20%,transparent);border-radius:8px;color:var(--color-accent-red);font-size:13px;text-align:center}.login-input{width:220px;padding:8px 16px;background:var(--color-bg-input);border:1px solid var(--color-border-input);border-radius:8px;color:var(--color-text-primary);font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.login-input::-moz-placeholder{color:var(--color-text-tertiary)}.login-input::placeholder{color:var(--color-text-tertiary)}.login-input:focus{border-color:var(--color-accent-brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent-brand) 20%,transparent)}.login-input:disabled{opacity:.5}.login-hints{margin-top:16px;text-align:center;font-size:12px;line-height:20px;color:var(--color-login-text-secondary)}.login-hints p{margin:4px 0}.bottom-sheet-inline{border-bottom:1px solid var(--color-border-default);background:var(--color-bg-secondary);overflow:hidden;animation:bottomSheetSlideUp .3s cubic-bezier(.4,0,.2,1) both}@media(min-width:768px){.bottom-sheet-inline{border:1px solid var(--color-border-default);border-radius:16px;margin-bottom:8px}}@keyframes bottomSheetSlideUp{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.bottom-sheet-scroll{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bottom-sheet-scroll::-webkit-scrollbar{display:none}.bottom-sheet-page{flex:0 0 100%;scroll-snap-align:start;padding:16px 12px 4px}.bottom-sheet-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:10px;height:calc((100vw - 54px)/2 + 10px)}@media(min-width:768px){.bottom-sheet-grid{height:180px}}.bottom-sheet-grid button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:12px;border:none;background:var(--color-bg-primary);color:var(--color-text-secondary);font-size:12px;cursor:pointer;transition:background .15s,color .15s}.bottom-sheet-grid button svg{width:28px;height:28px;flex-shrink:0}.bottom-sheet-grid button:active{background:var(--color-bg-hover)}.bottom-sheet-grid button.active{background:var(--color-accent-brand);color:#fff}.bottom-sheet-pagination{display:flex;justify-content:center;align-items:center;gap:6px;padding:8px 0 12px}.pagination-dot{width:7px;height:7px;border-radius:50%;border:none;background:var(--color-text-tertiary);opacity:.3;cursor:pointer;transition:opacity .2s ease;padding:0}.pagination-dot.active{opacity:.8}.floating-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:69;opacity:1;pointer-events:auto;transition:opacity .3s ease}.floating-panel-container{position:fixed;bottom:0;left:0;right:0;z-index:70;background:var(--color-bg-primary);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 24px #0000001f;transform:translateY(0);transition:transform .3s cubic-bezier(.4,0,.2,1);height:80vh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:env(safe-area-inset-bottom,0);animation:slideUpFloatingPanel .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUpFloatingPanel{0%{transform:translateY(100%)}to{transform:translateY(0)}}.floating-panel-header{display:flex;justify-content:flex-end;align-items:center;padding:12px 16px;border-bottom:1px solid var(--color-border-default);position:sticky;top:0;background:var(--color-bg-primary)}.floating-panel-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:var(--color-bg-secondary);color:var(--color-text-primary);cursor:pointer;transition:all .15s}.floating-panel-close-btn:hover{background:var(--color-bg-hover)}.floating-panel-close-btn:active{transform:scale(.95)}.floating-panel-content{flex:1;overflow-y:auto;min-height:0}.placeholder\:text-text-tertiary::-moz-placeholder{color:var(--color-text-tertiary)}.placeholder\:text-text-tertiary::placeholder{color:var(--color-text-tertiary)}.first\:mt-0:first-child{margin-top:0}.focus-within\:shadow-md:focus-within{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-accent-red:hover{border-color:var(--color-accent-red)}.hover\:border-border-muted:hover{border-color:var(--color-border-muted)}.hover\:bg-accent-red:hover{background-color:var(--color-accent-red)}.hover\:bg-bg-hover:hover{background-color:var(--color-bg-hover)}.hover\:bg-bg-primary:hover{background-color:var(--color-bg-primary)}.hover\:bg-bg-secondary:hover{background-color:var(--color-bg-secondary)}.hover\:bg-bg-tertiary:hover{background-color:var(--color-bg-tertiary)}.hover\:text-accent-red:hover{color:var(--color-accent-red)}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-orange-500:hover{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-text-primary:hover{color:var(--color-text-primary)}.hover\:text-text-secondary:hover{color:var(--color-text-secondary)}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:brightness-110:hover{--tw-brightness: brightness(1.1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-accent-brand:focus{border-color:var(--color-accent-brand)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-accent-brand{color:var(--color-accent-brand)}.group:hover .group-hover\:opacity-100{opacity:1}@media(min-width:640px){.sm\:flex{display:flex}.sm\:w-64{width:16rem}.sm\:max-w-\[160px\]{max-width:160px}.sm\:max-w-\[75\%\]{max-width:75%}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.md\:relative{position:relative}.md\:block{display:block}.md\:hidden{display:none}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:rounded-2xl{border-radius:1rem}.md\:border{border-width:1px}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pt-2{padding-top:.5rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.xl\:block{display:block}}@keyframes cat-loading-base{0%{opacity:.15}30%{opacity:1}75%{opacity:1}85%{opacity:.6}to{opacity:.15}}@keyframes cat-loading-color{0%{opacity:0}35%{opacity:0}65%{opacity:.9}75%{opacity:1}85%{opacity:.5}to{opacity:0}}@keyframes image-load-fade-in{0%{opacity:0}to{opacity:1}}.cat-loading-layer{will-change:opacity;pointer-events:none;animation:image-load-fade-in .3s ease-in-out forwards;background-color:transparent}.cat-loading-layer-base{animation:image-load-fade-in .3s ease-in-out forwards,cat-loading-base 4s cubic-bezier(.42,0,.58,1) infinite .3s}.cat-loading-layer-color{animation:image-load-fade-in .3s ease-in-out forwards,cat-loading-color 4s cubic-bezier(.42,0,.58,1) infinite .3s}/**
|
|
2
|
+
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
3
|
+
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
4
|
+
* https://github.com/chjj/term.js
|
|
5
|
+
* @license MIT
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in
|
|
15
|
+
* all copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
* THE SOFTWARE.
|
|
24
|
+
*
|
|
25
|
+
* Originally forked from (with the author's permission):
|
|
26
|
+
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
27
|
+
* http://bellard.org/jslinux/
|
|
28
|
+
* Copyright (c) 2011 Fabrice Bellard
|
|
29
|
+
* The original design remains. The terminal itself
|
|
30
|
+
* has been extended to include xterm CSI codes, among
|
|
31
|
+
* other features.
|
|
32
|
+
*/.xterm{cursor:text;position:relative;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::-moz-selection{color:transparent}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# ACP 协议集成
|
|
2
|
+
|
|
3
|
+
> ACP (Agent Client Protocol) 是 Zed 编辑器推出的一种通用智能体协议,使智能体的核心功能(服务端)和用户界面(客户端)解耦,允许用户自由选择不同的智能体服务端和客户端进行搭配使用。
|
|
4
|
+
|
|
5
|
+
CodeBuddy Code 原生支持 ACP 协议,可以作为智能体服务端与支持 ACP 的编辑器无缝集成。
|
|
6
|
+
|
|
7
|
+
## 快速开始
|
|
8
|
+
|
|
9
|
+
### 启动 ACP 模式
|
|
10
|
+
|
|
11
|
+
使用 `--acp` 参数启动 CodeBuddy Code 的 ACP 服务器:
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
codebuddy --acp
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Zed 编辑器集成
|
|
18
|
+
|
|
19
|
+
### 配置步骤
|
|
20
|
+
|
|
21
|
+
打开 Zed 配置文件(`~/.config/zed/settings.json`),添加以下配置:
|
|
22
|
+
|
|
23
|
+
```json
|
|
24
|
+
{
|
|
25
|
+
"agent_servers": {
|
|
26
|
+
"CodeBuddy Code": {
|
|
27
|
+
"command": "codebuddy",
|
|
28
|
+
"args": ["--acp"],
|
|
29
|
+
"env": {}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
随后即可在 Zed 侧边栏创建 CodeBuddy Code Thread,开始使用。
|
|
36
|
+
|
|
37
|
+
### 配置说明
|
|
38
|
+
|
|
39
|
+
- **command**:指定 CodeBuddy Code 的命令路径(确保 `codebuddy` 在 PATH 中可用)
|
|
40
|
+
- **args**:使用 `["--acp"]` 启用 ACP 协议模式
|
|
41
|
+
- **env**:可选的环境变量配置,例如:
|
|
42
|
+
|
|
43
|
+
```json
|
|
44
|
+
{
|
|
45
|
+
"env": {
|
|
46
|
+
"CODEBUDDY_API_KEY": "your-api-key",
|
|
47
|
+
"CODEBUDDY_INTERNET_ENVIRONMENT": "internal"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
> **注意**:使用 `CODEBUDDY_API_KEY` 时,必须根据版本正确配置 `CODEBUDDY_INTERNET_ENVIRONMENT`:
|
|
53
|
+
> - 海外版:不设置(默认)
|
|
54
|
+
> - 中国版:`internal`
|
|
55
|
+
> - iOA 版:`ioa`
|
|
56
|
+
>
|
|
57
|
+
> 详见 [身份和访问管理文档](iam.md#个人用户获取-api-key)。
|
|
58
|
+
|
|
59
|
+
## ACP 协议特性
|
|
60
|
+
|
|
61
|
+
### 认证信息扩展
|
|
62
|
+
|
|
63
|
+
CodeBuddy Code 在 `authenticate` 响应的 `_meta` 字段中返回用户信息:
|
|
64
|
+
|
|
65
|
+
```json
|
|
66
|
+
{
|
|
67
|
+
"_meta": {
|
|
68
|
+
"codebuddy.ai/userinfo": {
|
|
69
|
+
"userId": "用户 ID",
|
|
70
|
+
"userName": "用户名",
|
|
71
|
+
"userNickname": "用户昵称"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
客户端可以利用这些信息提供更好的用户体验,例如显示当前登录用户、个性化界面等。
|
|
78
|
+
|
|
79
|
+
### 工具代理机制
|
|
80
|
+
|
|
81
|
+
ACP 协议支持客户端代理部分工具操作,提升性能和安全性:
|
|
82
|
+
|
|
83
|
+
- **文件操作代理**:基于客户端的 `fs.readTextFile` 和 `fs.writeTextFile` 能力
|
|
84
|
+
- **终端操作代理**:基于客户端的 `terminal` 能力
|
|
85
|
+
|
|
86
|
+
当客户端声明支持这些能力时,CodeBuddy Code 会自动将相关工具调用代理给客户端执行。
|
|
87
|
+
|
|
88
|
+
### 命令列表推送
|
|
89
|
+
|
|
90
|
+
CodeBuddy Code 会在创建新会话时自动向客户端推送可用的 Slash 命令列表(`available_commands_update`),让客户端能够:
|
|
91
|
+
|
|
92
|
+
- 提供命令自动补全功能
|
|
93
|
+
- 显示命令提示和帮助信息
|
|
94
|
+
- 动态更新可用命令
|
|
95
|
+
|
|
96
|
+
命令列表会自动过滤掉本地命令(如 `/clear`、`/exit`)和客户端专属命令(如 `/theme`、`/config`),只推送适用于 ACP 模式的命令。
|
|
97
|
+
|
|
98
|
+
## 其他编辑器支持
|
|
99
|
+
|
|
100
|
+
ACP 是开放协议,理论上任何支持 ACP 的编辑器都可以集成 CodeBuddy Code。配置方式与 Zed 类似:
|
|
101
|
+
|
|
102
|
+
```json
|
|
103
|
+
{
|
|
104
|
+
"agent_servers": {
|
|
105
|
+
"CodeBuddy": {
|
|
106
|
+
"command": "codebuddy",
|
|
107
|
+
"args": ["--acp"]
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
## 故障排除
|
|
114
|
+
|
|
115
|
+
### 连接失败
|
|
116
|
+
|
|
117
|
+
**问题**: Zed 无法连接到 CodeBuddy
|
|
118
|
+
|
|
119
|
+
**解决方法**:
|
|
120
|
+
|
|
121
|
+
1. 确认 `codebuddy` 命令可用:
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
which codebuddy
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
2. 测试 ACP 模式启动:
|
|
128
|
+
|
|
129
|
+
```bash
|
|
130
|
+
codebuddy --acp
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
3. 检查配置文件 JSON 格式是否正确
|
|
134
|
+
|
|
135
|
+
### 工具调用失败
|
|
136
|
+
|
|
137
|
+
**问题**:文件操作或命令执行报错
|
|
138
|
+
|
|
139
|
+
**解决方法**:
|
|
140
|
+
|
|
141
|
+
1. 检查工作目录权限
|
|
142
|
+
2. 查看 CodeBuddy 日志
|
|
143
|
+
|
|
144
|
+
## 相关链接
|
|
145
|
+
|
|
146
|
+
- [CLI 参考手册](./cli-reference.md) - 查看所有命令行参数
|
|
147
|
+
- [IDE 集成说明](./ide-integrations.md) - 更多编辑器集成方式
|
|
148
|
+
- [ACP 协议规范](https://github.com/agentclientprotocol/agent-client-protocol) - 协议详细文档
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
*通过 ACP 协议,让 CodeBuddy Code 融入您喜爱的编辑器 🚀*
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
# Agent Teams:多智能体协作
|
|
2
|
+
|
|
3
|
+
> Agent Teams 让你协调多个 CodeBuddy Code 实例组成团队协作,通过共享任务列表、成员间消息通信和集中式管理完成复杂任务。该功能目前存在[已知限制](#已知限制)。
|
|
4
|
+
|
|
5
|
+
Agent Teams 让你协调多个 CodeBuddy Code 实例共同工作。一个会话作为团队领导(team-lead),负责协调工作、分配任务和汇总成果;其余成员(teammates)各自独立工作,拥有自己的上下文窗口,并通过消息系统直接相互沟通。
|
|
6
|
+
|
|
7
|
+
与[子代理(Sub-agents)](sub-agents.md)不同的是,子代理在单一会话内运行、只能将结果报告给主代理;而 Agent Teams 的成员之间可以直接通信,你也可以绕过领导直接与任意成员对话。
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 何时使用 Agent Teams
|
|
11
|
+
|
|
12
|
+
Agent Teams 在**并行探索能创造真正价值**的任务中最为有效。典型场景包括:
|
|
13
|
+
|
|
14
|
+
- **研究与评审**:多个成员同时调研问题的不同方面,然后共享和质疑彼此的发现
|
|
15
|
+
- **新模块开发**:每个成员负责独立的模块,互不干扰
|
|
16
|
+
- **竞争性假设调试**:成员并行测试不同假设,更快收敛到正确答案
|
|
17
|
+
- **跨层协调**:前端、后端、测试各由不同成员负责,同步推进
|
|
18
|
+
|
|
19
|
+
Agent Teams 会带来额外的协调开销,Token 消耗也显著高于单会话。当成员能独立工作时效果最好。对于顺序执行的任务、同文件编辑或依赖关系复杂的工作,单会话或子代理更合适。
|
|
20
|
+
|
|
21
|
+
### 与子代理的对比
|
|
22
|
+
|
|
23
|
+
| | 子代理 | Agent Teams |
|
|
24
|
+
| :--- | :--- | :--- |
|
|
25
|
+
| **上下文** | 独立上下文窗口,结果返回给调用者 | 独立上下文窗口,完全独立 |
|
|
26
|
+
| **通信** | 只能向主代理报告结果 | 成员之间可直接发送消息 |
|
|
27
|
+
| **协调** | 主代理管理所有工作 | 共享任务列表,成员自主认领 |
|
|
28
|
+
| **适用场景** | 聚焦型任务,只关心最终结果 | 需要讨论和协作的复杂工作 |
|
|
29
|
+
| **Token 消耗** | 较低:结果汇总回主上下文 | 较高:每个成员是独立实例 |
|
|
30
|
+
|
|
31
|
+
简单来说:需要快速执行的独立子任务用子代理,需要成员之间相互沟通和协调的复杂任务用 Agent Teams。
|
|
32
|
+
|
|
33
|
+
## 创建你的第一个团队
|
|
34
|
+
|
|
35
|
+
用自然语言告诉 CodeBuddy 你想要什么样的团队。CodeBuddy 会根据你的描述自动创建团队、生成成员、分配任务。
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
我正在设计一个帮助开发者追踪代码中 TODO 注释的 CLI 工具。
|
|
39
|
+
创建一个团队从不同角度探索这个问题:一个负责用户体验设计,
|
|
40
|
+
一个负责技术架构,一个扮演"挑刺者"的角色提出质疑。
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
CodeBuddy 会:
|
|
44
|
+
|
|
45
|
+
1. 创建团队和共享任务列表
|
|
46
|
+
2. 为每个角色生成独立的成员
|
|
47
|
+
3. 协调各成员的工作
|
|
48
|
+
4. 汇总最终成果
|
|
49
|
+
|
|
50
|
+
团队创建完成后,终端会显示所有成员及其当前状态。你可以通过 `@成员名` 的方式直接与任意成员对话。
|
|
51
|
+
|
|
52
|
+
### 团队创建后的界面
|
|
53
|
+
|
|
54
|
+
创建成功后,你会看到类似如下信息:
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
Team design-review created
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
随后领导通过 Agent 工具生成成员,每个成员以 `@成员名 · 描述` 的形式展示,并以不同颜色标识。
|
|
61
|
+
|
|
62
|
+
## 控制你的团队
|
|
63
|
+
|
|
64
|
+
用自然语言告诉领导你的意图,它会处理团队协调、任务分配和工作委派。
|
|
65
|
+
|
|
66
|
+
### 与成员交互
|
|
67
|
+
|
|
68
|
+
你可以直接与任何成员对话,无需通过领导中转。
|
|
69
|
+
|
|
70
|
+
**@提及补全**:在输入框中输入 `@` 触发成员名称的 Tab 自动补全。支持模糊搜索,输入部分名称即可匹配。下拉菜单中会以成员各自的颜色显示名称,并标注状态(如 `✓ completed`)。选择成员后输入消息即可直接发送。
|
|
71
|
+
|
|
72
|
+
**@all 广播**:输入 `@all` 可向所有成员同时发送消息,相当于广播。当成员数量大于 1 时,`@all` 选项会出现在补全列表的最前面。
|
|
73
|
+
|
|
74
|
+
> **提示**:已完成任务的成员也会显示在 `@` 补全列表中。选择一个已完成的成员并发送消息,可以重新唤醒它继续工作。
|
|
75
|
+
|
|
76
|
+
### 实时状态栏
|
|
77
|
+
|
|
78
|
+
输入框下方会显示团队状态栏,展示各成员的工作状态:
|
|
79
|
+
|
|
80
|
+
```
|
|
81
|
+
Team (2 active) · @ux-designer ● @tech-architect ● @devils-advocate ✓
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
- `●` 表示正在工作
|
|
85
|
+
- `✓` 表示已完成
|
|
86
|
+
- `✗` 表示失败
|
|
87
|
+
- `—` 表示已取消或被终止
|
|
88
|
+
|
|
89
|
+
每个成员名称以其分配的颜色渲染,并实时显示 Token 消耗和工具调用次数。当打开补全下拉菜单时,状态栏会自动隐藏以避免遮挡。
|
|
90
|
+
|
|
91
|
+
### 成员焦点导航
|
|
92
|
+
|
|
93
|
+
在输入框为空时,按 `↓` 进入成员切换模式,使用方向键选择成员,回车确认切换:
|
|
94
|
+
|
|
95
|
+
| 快捷键 | 功能 |
|
|
96
|
+
| :--- | :--- |
|
|
97
|
+
| **↓** | 进入成员切换模式 |
|
|
98
|
+
| **←/→** | 在成员之间切换选择 |
|
|
99
|
+
| **Enter** | 确认并切换到选中成员的视图 |
|
|
100
|
+
| **Esc** | 取消选择,退出切换模式 |
|
|
101
|
+
| **Ctrl+O** | 返回主视图(团队领导) |
|
|
102
|
+
|
|
103
|
+
聚焦成员后:
|
|
104
|
+
|
|
105
|
+
- 终端会显示该成员的完整对话历史、实时进度和 Token 消耗
|
|
106
|
+
- 输入框自动切换为向该成员发送消息的模式,直接输入即可发送
|
|
107
|
+
- 使用 `@main` 可将消息路由回主代理(团队领导)
|
|
108
|
+
|
|
109
|
+
> **提示**:焦点导航是查看成员工作详情的最便捷方式。相比 `@成员名` 只能发送消息,焦点导航还能浏览成员的历史对话和当前工作状态。
|
|
110
|
+
|
|
111
|
+
### 指定成员和模型
|
|
112
|
+
|
|
113
|
+
CodeBuddy 会根据任务自动决定生成多少成员,也可以明确指定:
|
|
114
|
+
|
|
115
|
+
```
|
|
116
|
+
创建一个 4 人团队并行重构这些模块,每个成员使用 lite 模型。
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
### 要求成员在实施前提交计划
|
|
120
|
+
|
|
121
|
+
对于复杂或高风险的任务,可以要求成员在实施前先提交计划:
|
|
122
|
+
|
|
123
|
+
```
|
|
124
|
+
生成一个架构师成员来重构认证模块,要求在修改代码前先提交计划等待审批。
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
成员完成计划后,会向领导发送计划审批请求。领导审核后批准或拒绝(附带反馈)。被拒绝的成员会保持计划模式,修改后重新提交。
|
|
128
|
+
|
|
129
|
+
### 委派模式
|
|
130
|
+
|
|
131
|
+
默认情况下,领导可能会自己动手实现任务,而不是等成员完成。按 `Shift+Tab` 可以切换到委派模式(Delegate Mode),限制领导只能使用协调工具(生成成员、发送消息、管理任务),不直接修改代码。
|
|
132
|
+
|
|
133
|
+
适合你希望领导专注于任务拆分、分配和汇总的场景。
|
|
134
|
+
|
|
135
|
+
### 任务分配与认领
|
|
136
|
+
|
|
137
|
+
共享任务列表是团队协调的核心。任务有三种状态:待处理、进行中、已完成。任务还支持依赖关系:被依赖的任务完成后,下游任务自动解除阻塞。
|
|
138
|
+
|
|
139
|
+
- **领导分配**:告诉领导把哪个任务分给哪个成员
|
|
140
|
+
- **成员自主认领**:成员完成当前任务后,自动从列表中认领下一个未分配且未阻塞的任务
|
|
141
|
+
|
|
142
|
+
按 `Ctrl+T` 可在终端中切换显示任务列表。
|
|
143
|
+
|
|
144
|
+
### 关闭成员
|
|
145
|
+
|
|
146
|
+
要优雅地结束某个成员的会话:
|
|
147
|
+
|
|
148
|
+
```
|
|
149
|
+
让研究员成员关闭
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
领导会发送关闭请求,成员可以接受(优雅退出)或拒绝(附带解释)。
|
|
153
|
+
|
|
154
|
+
### 清理团队
|
|
155
|
+
|
|
156
|
+
工作完成后,让领导清理团队资源:
|
|
157
|
+
|
|
158
|
+
```
|
|
159
|
+
清理团队
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
这会移除共享的团队资源目录。清理前需要先关闭所有活跃成员,否则会失败。
|
|
163
|
+
|
|
164
|
+
> **重要**:始终通过领导来清理团队。成员不应执行清理操作,因为其团队上下文可能无法正确解析。
|
|
165
|
+
|
|
166
|
+
## 工作原理
|
|
167
|
+
|
|
168
|
+
### 团队架构
|
|
169
|
+
|
|
170
|
+
一个 Agent Team 由以下组件构成:
|
|
171
|
+
|
|
172
|
+
| 组件 | 作用 |
|
|
173
|
+
| :--- | :--- |
|
|
174
|
+
| **团队领导(Team Lead)** | 创建团队、生成成员、协调工作的主会话 |
|
|
175
|
+
| **成员(Teammates)** | 独立的 CodeBuddy Code 实例,各自执行分配的任务 |
|
|
176
|
+
| **任务列表(Task List)** | 所有成员共享的工作列表,支持认领和状态追踪 |
|
|
177
|
+
| **消息系统(Mailbox)** | 成员间的通信机制,支持直接消息和广播 |
|
|
178
|
+
|
|
179
|
+
### 执行模式
|
|
180
|
+
|
|
181
|
+
成员以进程内(in-process)方式运行在主终端中。所有成员共享同一个终端窗口,通过 `@成员名` 的方式与指定成员交互。
|
|
182
|
+
|
|
183
|
+
### 上下文与通信
|
|
184
|
+
|
|
185
|
+
每个成员拥有独立的上下文窗口。生成时,成员会加载与普通会话相同的项目上下文(CODEBUDDY.md、MCP 服务器、技能等),并接收领导的初始 Prompt。领导的对话历史不会传递给成员。
|
|
186
|
+
|
|
187
|
+
**消息类型**:
|
|
188
|
+
|
|
189
|
+
| 类型 | 用途 |
|
|
190
|
+
| :--- | :--- |
|
|
191
|
+
| `message` | 向指定成员发送消息 |
|
|
192
|
+
| `broadcast` | 向所有成员广播(谨慎使用,Token 消耗随成员数线性增长) |
|
|
193
|
+
| `shutdown_request` | 请求成员关闭 |
|
|
194
|
+
| `shutdown_response` | 成员响应关闭请求 |
|
|
195
|
+
| `plan_approval_response` | 计划审批响应 |
|
|
196
|
+
|
|
197
|
+
**自动重启机制**:已完成任务的成员在收到新消息时会自动重新启动,无需手动干预。这意味着你可以随时向任何成员发送消息,即使它已经完成工作。
|
|
198
|
+
|
|
199
|
+
### 数据存储
|
|
200
|
+
|
|
201
|
+
团队和任务数据存储在本地:
|
|
202
|
+
|
|
203
|
+
- **团队配置**:`~/.codebuddy/teams/{team-name}/config.json`
|
|
204
|
+
- **成员信箱**:`~/.codebuddy/teams/{team-name}/inboxes/{member}.json`
|
|
205
|
+
- **任务列表**:`~/.codebuddy/tasks/{team-name}/`
|
|
206
|
+
|
|
207
|
+
### 权限
|
|
208
|
+
|
|
209
|
+
成员继承领导的权限设置。如果领导使用 `--dangerously-skip-permissions` 启动,所有成员也会如此。
|
|
210
|
+
|
|
211
|
+
## 使用场景示例
|
|
212
|
+
|
|
213
|
+
### 并行代码审查
|
|
214
|
+
|
|
215
|
+
将审查标准拆分为独立的维度,每个成员专注一个方向:
|
|
216
|
+
|
|
217
|
+
```
|
|
218
|
+
创建一个团队审查 PR #142,生成三个审查员:
|
|
219
|
+
- 一个关注安全影响
|
|
220
|
+
- 一个检查性能瓶颈
|
|
221
|
+
- 一个验证测试覆盖率
|
|
222
|
+
让他们各自审查后汇报发现。
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
每个审查员从不同视角审查同一个 PR。领导在所有人完成后汇总发现。
|
|
226
|
+
|
|
227
|
+
### 竞争性假设调试
|
|
228
|
+
|
|
229
|
+
当根因不明确时,让多个成员并行验证不同假设:
|
|
230
|
+
|
|
231
|
+
```
|
|
232
|
+
用户反馈应用在发送一条消息后就断开了连接。
|
|
233
|
+
生成 5 个成员分别调查不同的假设。让他们互相讨论,
|
|
234
|
+
试图推翻对方的理论,像科学辩论一样。
|
|
235
|
+
把最终共识更新到排查文档中。
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
这种"辩论"结构的关键在于克服锚定偏差:顺序调查容易被第一个找到的解释所主导,而多个独立调查者互相质疑时,最终存活的理论更可能是真正的根因。
|
|
239
|
+
|
|
240
|
+
### 跨层功能开发
|
|
241
|
+
|
|
242
|
+
前端、后端、测试各由不同成员负责:
|
|
243
|
+
|
|
244
|
+
```
|
|
245
|
+
我需要给用户管理模块添加批量导入功能。创建一个团队:
|
|
246
|
+
- 一个负责后端 API 和数据库迁移
|
|
247
|
+
- 一个负责前端界面和交互
|
|
248
|
+
- 一个负责编写集成测试
|
|
249
|
+
先让架构师成员设计接口规范,其他人基于规范并行开发。
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
## 最佳实践
|
|
253
|
+
|
|
254
|
+
### 给成员提供充分的上下文
|
|
255
|
+
|
|
256
|
+
成员会自动加载项目上下文,但不会继承领导的对话历史。在初始 Prompt 中包含任务需要的具体信息:
|
|
257
|
+
|
|
258
|
+
```
|
|
259
|
+
生成一个安全审查员,Prompt 如下:
|
|
260
|
+
"审查 src/auth/ 目录的认证模块,重点关注 Token 处理、
|
|
261
|
+
会话管理和输入验证。应用使用 JWT Token 存储在 httpOnly Cookie 中。
|
|
262
|
+
对发现的问题按严重等级排序报告。"
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
### 合理划分任务粒度
|
|
266
|
+
|
|
267
|
+
- **太小**:协调开销超过并行收益
|
|
268
|
+
- **太大**:成员长时间不汇报,增加返工风险
|
|
269
|
+
- **恰当**:自包含的工作单元,产出明确的交付物(一个函数、一个测试文件、一份审查报告)
|
|
270
|
+
|
|
271
|
+
> **提示**:领导会自动将工作拆分为任务并分配。如果觉得任务拆得不够细,可以要求领导进一步拆分。每个成员保持 5-6 个任务可以让所有人保持高效,也方便领导在某人卡住时重新分配工作。
|
|
272
|
+
|
|
273
|
+
### 等待成员完成
|
|
274
|
+
|
|
275
|
+
有时领导会自己动手实现,而不是等成员完成。如果发现这种情况:
|
|
276
|
+
|
|
277
|
+
```
|
|
278
|
+
等你的成员完成各自的任务后再继续
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
或者直接切换到[委派模式](#委派模式)。
|
|
282
|
+
|
|
283
|
+
### 避免文件冲突
|
|
284
|
+
|
|
285
|
+
两个成员同时编辑同一个文件会导致互相覆盖。拆分工作时确保每个成员负责不同的文件集合。
|
|
286
|
+
|
|
287
|
+
### 定期检查进度
|
|
288
|
+
|
|
289
|
+
关注成员的工作进展,及时纠正方向偏差,随时汇总阶段性成果。长时间无人监管的团队更容易产生浪费。
|
|
290
|
+
|
|
291
|
+
## 故障排除
|
|
292
|
+
|
|
293
|
+
### 成员没有出现
|
|
294
|
+
|
|
295
|
+
- 查看团队状态栏确认成员是否已生成并在运行中
|
|
296
|
+
- 确认任务复杂度足以需要团队。CodeBuddy 会根据任务判断是否需要生成成员
|
|
297
|
+
|
|
298
|
+
### 权限请求过多
|
|
299
|
+
|
|
300
|
+
成员的权限请求会汇集到领导,这可能造成干扰。在生成成员前,先在[权限设置]中预先批准常见操作。
|
|
301
|
+
|
|
302
|
+
### 成员遇到错误后停止
|
|
303
|
+
|
|
304
|
+
成员可能在遇到错误后停止工作。通过 `@成员名` 直接给它发送额外指令,或让领导生成一个替代成员继续工作。
|
|
305
|
+
|
|
306
|
+
### 领导过早结束
|
|
307
|
+
|
|
308
|
+
领导可能在所有任务完成前就认为工作结束了。如果发生这种情况,告诉它继续等待,或使用委派模式限制其行为。
|
|
309
|
+
|
|
310
|
+
## 已知限制
|
|
311
|
+
|
|
312
|
+
Agent Teams 仍处于实验阶段,目前存在以下限制:
|
|
313
|
+
|
|
314
|
+
- **无会话恢复**:`/resume` 和 `/rewind` 不会恢复成员。恢复会话后领导可能尝试向已不存在的成员发消息,这时让领导重新生成成员即可
|
|
315
|
+
- **任务状态可能滞后**:成员有时未能及时标记任务为已完成,导致依赖任务被阻塞。如果发现任务卡住,手动检查工作是否已完成并更新状态
|
|
316
|
+
- **关闭可能较慢**:成员会先完成当前的请求或工具调用再关闭
|
|
317
|
+
- **每个会话只能管理一个团队**:清理当前团队后才能创建新团队
|
|
318
|
+
- **不支持嵌套团队**:成员无法创建自己的子团队,只有领导可以管理团队
|
|
319
|
+
- **领导角色固定**:创建团队的会话在整个生命周期中都是领导,不能转让
|
|
320
|
+
- **权限在生成时确定**:所有成员继承领导的权限模式
|
|
321
|
+
|
|
322
|
+
> **提示**:CODEBUDDY.md 正常工作 — 成员会从其工作目录读取 CODEBUDDY.md 文件。利用这一点可以为所有成员提供项目级的指导。
|
|
323
|
+
|
|
324
|
+
## 相关功能
|
|
325
|
+
|
|
326
|
+
- **轻量级委派**:[子代理](sub-agents.md)在会话内生成辅助代理,适合不需要成员间协调的聚焦型任务
|
|
327
|
+
- **手动并行**:[Git worktrees](common-workflows.md) 允许手动运行多个 CodeBuddy Code 会话,无需自动化的团队协调
|