@tencent-ai/agent-sdk 0.3.116 → 0.3.118

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.
Files changed (32) hide show
  1. package/cli/CHANGELOG.md +59 -0
  2. package/cli/dist/codebuddy-headless.js +177 -263
  3. package/cli/dist/web-ui/assets/index-BH_HlE2i.css +32 -0
  4. package/cli/dist/web-ui/assets/{index-KUgjjYF4.js → index-Dofz0a20.js} +188 -164
  5. package/cli/dist/web-ui/docs/cn/cli/cli-reference.md +1 -1
  6. package/cli/dist/web-ui/docs/en/cli/best-practices.md +1 -1
  7. package/cli/dist/web-ui/docs/en/cli/cli-reference.md +1 -1
  8. package/cli/dist/web-ui/docs/search-index-en.json +1 -1
  9. package/cli/dist/web-ui/docs/search-index-zh.json +1 -1
  10. package/cli/dist/web-ui/index.html +6 -2
  11. package/cli/dist/web-ui/manifest.webmanifest +17 -0
  12. package/cli/package.json +1 -1
  13. package/cli/product.cloudhosted.json +19 -2
  14. package/cli/product.internal.json +37 -2
  15. package/cli/product.ioa.json +42 -2
  16. package/cli/product.json +33 -4
  17. package/cli/product.selfhosted.json +19 -2
  18. package/lib/query.d.ts.map +1 -1
  19. package/lib/query.js +6 -3
  20. package/lib/query.js.map +1 -1
  21. package/lib/transport/index.d.ts +1 -1
  22. package/lib/transport/index.d.ts.map +1 -1
  23. package/lib/transport/process-transport.d.ts +1 -1
  24. package/lib/transport/process-transport.d.ts.map +1 -1
  25. package/lib/transport/process-transport.js +5 -1
  26. package/lib/transport/process-transport.js.map +1 -1
  27. package/lib/types.d.ts +3 -0
  28. package/lib/types.d.ts.map +1 -1
  29. package/package.json +1 -1
  30. package/cli/dist/web-ui/assets/index-C7MTLJe8.css +0 -32
  31. package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +0 -316
  32. package/cli/dist/web-ui/docs/en/cli/sandboxing.md +0 -316
@@ -140,7 +140,7 @@ CodeBuddy Code 提供三个自定义系统提示词的参数,每个参数用
140
140
 
141
141
  > **Beta 功能**: Sandbox 功能目前处于 Beta 阶段。
142
142
  >
143
- > **详细文档**:查看 [沙箱使用指南](./sandboxing.md) 获取完整的沙箱使用说明、最佳实践和故障排查。
143
+ > **详细文档**:查看 [Bash 沙箱](./bash-sandboxing.md) 获取沙箱隔离功能说明。
144
144
 
145
145
  ### 沙箱参数
146
146
 
@@ -194,7 +194,7 @@ Alternatively, use `--dangerously-skip-permissions` to bypass all permission che
194
194
 
195
195
  > **Warning**: Letting CodeBuddy run arbitrary commands can lead to data loss, system damage, or data exfiltration through prompt injection. Only use `--dangerously-skip-permissions` in sandboxes without network access.
196
196
 
197
- Learn more about [configuring permissions](settings.md) and [enabling sandboxing](sandboxing.md).
197
+ Learn more about [configuring permissions](settings.md) and [enabling sandboxing](bash-sandboxing.md).
198
198
 
199
199
  ### Use CLI Tools
200
200
 
@@ -140,7 +140,7 @@ CodeBuddy Code provides three parameters for customizing the system prompt, each
140
140
 
141
141
  > **Beta Feature**: The Sandbox functionality is currently in Beta.
142
142
  >
143
- > **Detailed Documentation**: See the [Sandboxing Guide](./sandboxing.md) for complete sandbox usage instructions, best practices, and troubleshooting.
143
+ > **Detailed Documentation**: See the [Bash Sandbox](./bash-sandboxing.md) for sandbox isolation features.
144
144
 
145
145
  ### Sandbox Parameters
146
146