@tencent-ai/codebuddy-code 2.105.1 → 2.105.2
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 +10 -0
- package/dist/codebuddy-headless.js +11 -11
- package/dist/codebuddy.js +10 -10
- package/package.json +2 -3
- 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.105.
|
|
3
|
+
"version": "2.105.2",
|
|
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",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"@lydell/node-pty-darwin-x64": "1.2.0-beta.12",
|
|
41
41
|
"@lydell/node-pty-linux-x64": "1.2.0-beta.12",
|
|
42
42
|
"@lydell/node-pty-win32-arm64": "1.2.0-beta.12",
|
|
43
|
-
"@lydell/node-pty-win32-x64": "1.2.0-beta.12"
|
|
44
|
-
"@tencent/galileo-node-sdk": "0.3.15"
|
|
43
|
+
"@lydell/node-pty-win32-x64": "1.2.0-beta.12"
|
|
45
44
|
}
|
|
46
45
|
}
|
package/product.cloudhosted.json
CHANGED
|
@@ -804,6 +804,6 @@
|
|
|
804
804
|
"SelectImage": true,
|
|
805
805
|
"SkipToolCallSupportCheck": true
|
|
806
806
|
},
|
|
807
|
-
"commit": "
|
|
808
|
-
"date": "2026-06-
|
|
807
|
+
"commit": "ea0a62ee1299b1ae5f0f499fa0b82137f416780b",
|
|
808
|
+
"date": "2026-06-10T08:35:00.406Z"
|
|
809
809
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -319,6 +319,6 @@
|
|
|
319
319
|
"ScheduledTasks": true,
|
|
320
320
|
"SkipToolCallSupportCheck": true
|
|
321
321
|
},
|
|
322
|
-
"commit": "
|
|
323
|
-
"date": "2026-06-
|
|
322
|
+
"commit": "ea0a62ee1299b1ae5f0f499fa0b82137f416780b",
|
|
323
|
+
"date": "2026-06-10T08:35:00.294Z"
|
|
324
324
|
}
|