@tencent-ai/codebuddy-code 2.106.1 → 2.106.3
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 +18 -0
- package/dist/codebuddy-headless.js +37 -41
- package/dist/codebuddy.js +47 -51
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.106.
|
|
3
|
+
"version": "2.106.3",
|
|
4
4
|
"description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
|
|
5
5
|
"main": "lib/node/index.js",
|
|
6
6
|
"typings": "lib/node/index.d.ts",
|
package/product.cloudhosted.json
CHANGED
|
@@ -814,6 +814,6 @@
|
|
|
814
814
|
"SelectImage": true,
|
|
815
815
|
"SkipToolCallSupportCheck": true
|
|
816
816
|
},
|
|
817
|
-
"commit": "
|
|
818
|
-
"date": "2026-06-
|
|
817
|
+
"commit": "28329b694cf3732e3d10b66cce03dfda0c8717e2",
|
|
818
|
+
"date": "2026-06-13T10:49:15.799Z"
|
|
819
819
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -329,6 +329,6 @@
|
|
|
329
329
|
"ScheduledTasks": true,
|
|
330
330
|
"SkipToolCallSupportCheck": true
|
|
331
331
|
},
|
|
332
|
-
"commit": "
|
|
333
|
-
"date": "2026-06-
|
|
332
|
+
"commit": "28329b694cf3732e3d10b66cce03dfda0c8717e2",
|
|
333
|
+
"date": "2026-06-13T10:49:15.845Z"
|
|
334
334
|
}
|