@tencent-ai/codebuddy-code 2.93.6 → 2.93.7-next.2babce8.20260428
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/CHANGELOG.md +24 -0
- package/dist/codebuddy-headless.js +188 -179
- package/dist/codebuddy.js +140 -131
- package/dist/web-ui/docs/cn/cli/env-vars.md +28 -0
- package/dist/web-ui/docs/cn/cli/iam.md +10 -0
- package/dist/web-ui/docs/cn/cli/models.md +105 -6
- package/dist/web-ui/docs/cn/cli/release-notes/README.md +4 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.93.4.md +11 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.93.5.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.93.6.md +11 -0
- package/dist/web-ui/docs/cn/cli/settings.md +2 -0
- package/dist/web-ui/docs/en/cli/env-vars.md +28 -0
- package/dist/web-ui/docs/en/cli/iam.md +10 -0
- package/dist/web-ui/docs/en/cli/models.md +105 -6
- package/dist/web-ui/docs/en/cli/release-notes/README.md +4 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.93.4.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.93.5.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.93.6.md +11 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.93.7.md +22 -0
- package/dist/web-ui/docs/en/cli/settings.md +2 -0
- package/dist/web-ui/docs/search-index-en.json +1 -1
- package/dist/web-ui/docs/search-index-zh.json +1 -1
- package/dist/web-ui/docs/sidebar-en.json +1 -1
- package/dist/web-ui/docs/sidebar-zh.json +1 -1
- package/package.json +3 -2
- package/product.cloudhosted.json +7 -32
- package/product.internal.json +7 -32
- package/product.ioa.json +27 -32
- package/product.json +89 -54
- package/product.selfhosted.json +7 -32
- package/vendor/sandbox/sandbox-cli +0 -0
- package/vendor/sandbox/sandbox-cli.exe +0 -0
- package/vendor/sandbox/sandbox_ffi.dll +0 -0
- package/vendor/sandbox/tsbx.dll +0 -0
- package/vendor/sandbox/tsbx_sdk.dll +0 -0
package/product.selfhosted.json
CHANGED
|
@@ -21,11 +21,8 @@
|
|
|
21
21
|
"Read",
|
|
22
22
|
"Write",
|
|
23
23
|
"Edit",
|
|
24
|
-
"MultiEdit",
|
|
25
24
|
"Bash",
|
|
26
25
|
"PowerShell",
|
|
27
|
-
"Glob",
|
|
28
|
-
"Grep",
|
|
29
26
|
"EnterPlanMode",
|
|
30
27
|
"ExitPlanMode",
|
|
31
28
|
"TaskCreate",
|
|
@@ -53,7 +50,8 @@
|
|
|
53
50
|
"CronList",
|
|
54
51
|
"DelegateTool",
|
|
55
52
|
"WeChatReply",
|
|
56
|
-
"WeComReply"
|
|
53
|
+
"WeComReply",
|
|
54
|
+
"ComputerUse"
|
|
57
55
|
],
|
|
58
56
|
"tags": [
|
|
59
57
|
"cli",
|
|
@@ -69,11 +67,8 @@
|
|
|
69
67
|
"Read",
|
|
70
68
|
"Write",
|
|
71
69
|
"Edit",
|
|
72
|
-
"MultiEdit",
|
|
73
70
|
"Bash",
|
|
74
71
|
"PowerShell",
|
|
75
|
-
"Glob",
|
|
76
|
-
"Grep",
|
|
77
72
|
"TaskCreate",
|
|
78
73
|
"TaskGet",
|
|
79
74
|
"TaskUpdate",
|
|
@@ -88,7 +83,8 @@
|
|
|
88
83
|
"DeferExecuteTool",
|
|
89
84
|
"SendMessage",
|
|
90
85
|
"NotebookEdit",
|
|
91
|
-
"LSP"
|
|
86
|
+
"LSP",
|
|
87
|
+
"ComputerUse"
|
|
92
88
|
],
|
|
93
89
|
"tags": [
|
|
94
90
|
"cli",
|
|
@@ -211,8 +207,6 @@
|
|
|
211
207
|
"Read",
|
|
212
208
|
"Bash",
|
|
213
209
|
"PowerShell",
|
|
214
|
-
"Glob",
|
|
215
|
-
"Grep",
|
|
216
210
|
"TaskCreate",
|
|
217
211
|
"TaskGet",
|
|
218
212
|
"TaskUpdate",
|
|
@@ -230,23 +224,6 @@
|
|
|
230
224
|
"sub-agent"
|
|
231
225
|
]
|
|
232
226
|
},
|
|
233
|
-
{
|
|
234
|
-
"name": "Bash",
|
|
235
|
-
"instructions": "agent-bash-instructions",
|
|
236
|
-
"description": "Command execution specialist for running bash commands. Use this for git operations, running build tools, executing tests, installing dependencies, and other terminal tasks.",
|
|
237
|
-
"color": "#5b9bd5",
|
|
238
|
-
"models": [
|
|
239
|
-
"lite"
|
|
240
|
-
],
|
|
241
|
-
"tools": [
|
|
242
|
-
"Bash"
|
|
243
|
-
],
|
|
244
|
-
"asTool": true,
|
|
245
|
-
"tags": [
|
|
246
|
-
"cli",
|
|
247
|
-
"sub-agent"
|
|
248
|
-
]
|
|
249
|
-
},
|
|
250
227
|
{
|
|
251
228
|
"name": "Plan",
|
|
252
229
|
"instructions": "agent-plan-instructions",
|
|
@@ -255,11 +232,8 @@
|
|
|
255
232
|
"Read",
|
|
256
233
|
"Write",
|
|
257
234
|
"Edit",
|
|
258
|
-
"MultiEdit",
|
|
259
235
|
"Bash",
|
|
260
236
|
"PowerShell",
|
|
261
|
-
"Glob",
|
|
262
|
-
"Grep",
|
|
263
237
|
"TaskCreate",
|
|
264
238
|
"TaskGet",
|
|
265
239
|
"TaskUpdate",
|
|
@@ -307,9 +281,10 @@
|
|
|
307
281
|
"productFeatures": {
|
|
308
282
|
"BillingNotice": false,
|
|
309
283
|
"CustomModelsJSON": true,
|
|
284
|
+
"CustomModelIdPrefix": true,
|
|
310
285
|
"DeferToolLoading": true,
|
|
311
286
|
"ScheduledTasks": true
|
|
312
287
|
},
|
|
313
|
-
"commit": "
|
|
314
|
-
"date": "2026-04-
|
|
288
|
+
"commit": "2babce892cec88d5c9fbd6c25da708a1a858b02d",
|
|
289
|
+
"date": "2026-04-27T16:18:12.883Z"
|
|
315
290
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/sandbox/tsbx.dll
CHANGED
|
Binary file
|
|
Binary file
|