@tencent-ai/agent-sdk 0.3.116 → 0.3.117
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 +32 -0
- package/cli/dist/codebuddy-headless.js +161 -258
- package/cli/dist/web-ui/assets/{index-KUgjjYF4.js → index-CcRN0PLN.js} +17 -17
- package/cli/dist/web-ui/docs/cn/cli/cli-reference.md +1 -1
- package/cli/dist/web-ui/docs/en/cli/best-practices.md +1 -1
- package/cli/dist/web-ui/docs/en/cli/cli-reference.md +1 -1
- package/cli/dist/web-ui/docs/search-index-en.json +1 -1
- package/cli/dist/web-ui/docs/search-index-zh.json +1 -1
- package/cli/dist/web-ui/index.html +1 -1
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +19 -2
- package/cli/product.internal.json +37 -2
- package/cli/product.ioa.json +42 -2
- package/cli/product.json +32 -3
- package/cli/product.selfhosted.json +19 -2
- package/package.json +1 -1
- package/cli/dist/web-ui/docs/cn/cli/sandboxing.md +0 -316
- package/cli/dist/web-ui/docs/en/cli/sandboxing.md +0 -316
|
@@ -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 [
|
|
143
|
+
> **Detailed Documentation**: See the [Bash Sandbox](./bash-sandboxing.md) for sandbox isolation features.
|
|
144
144
|
|
|
145
145
|
### Sandbox Parameters
|
|
146
146
|
|