@tencent-ai/codebuddy-code 2.10.1-next.58e6a23.20251202 → 2.10.1-next.c6726a4.20251202
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/dist/codebuddy.js +6 -6
- package/package.json +11 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +3 -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.10.1-next.
|
|
3
|
+
"version": "2.10.1-next.c6726a4.20251202",
|
|
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",
|
|
@@ -33,5 +33,14 @@
|
|
|
33
33
|
"tag": "next"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {},
|
|
36
|
-
"devDependencies": {}
|
|
36
|
+
"devDependencies": {},
|
|
37
|
+
"optionalDependencies": {
|
|
38
|
+
"@lydell/node-pty": "1.1.0",
|
|
39
|
+
"@lydell/node-pty-darwin-arm64": "1.1.0",
|
|
40
|
+
"@lydell/node-pty-darwin-x64": "1.1.0",
|
|
41
|
+
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
42
|
+
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
43
|
+
"@lydell/node-pty-win32-x64": "1.1.0",
|
|
44
|
+
"node-pty": "^1.0.0"
|
|
45
|
+
}
|
|
37
46
|
}
|
package/product.cloudhosted.json
CHANGED
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
"BillingNotice": false,
|
|
228
228
|
"CustomModelsJSON": true
|
|
229
229
|
},
|
|
230
|
-
"commit": "
|
|
231
|
-
"date": "2025-12-
|
|
230
|
+
"commit": "c6726a4ed47eac6900cb5c440c536671c513b030",
|
|
231
|
+
"date": "2025-12-02T10:06:32.102Z"
|
|
232
232
|
}
|
package/product.internal.json
CHANGED
|
@@ -229,6 +229,6 @@
|
|
|
229
229
|
"BillingNotice": false,
|
|
230
230
|
"CustomModelsJSON": true
|
|
231
231
|
},
|
|
232
|
-
"commit": "
|
|
233
|
-
"date": "2025-12-
|
|
232
|
+
"commit": "c6726a4ed47eac6900cb5c440c536671c513b030",
|
|
233
|
+
"date": "2025-12-02T10:06:29.701Z"
|
|
234
234
|
}
|
package/product.ioa.json
CHANGED
|
@@ -443,6 +443,6 @@
|
|
|
443
443
|
"BillingNotice": false,
|
|
444
444
|
"CustomModelsJSON": true
|
|
445
445
|
},
|
|
446
|
-
"commit": "
|
|
447
|
-
"date": "2025-12-
|
|
446
|
+
"commit": "c6726a4ed47eac6900cb5c440c536671c513b030",
|
|
447
|
+
"date": "2025-12-02T10:06:30.850Z"
|
|
448
448
|
}
|
package/product.json
CHANGED
|
@@ -722,6 +722,7 @@
|
|
|
722
722
|
"SummaryWebFetch": true,
|
|
723
723
|
"WebSearch": true,
|
|
724
724
|
"DynamicAddWebSearch": true,
|
|
725
|
+
"Task": true,
|
|
725
726
|
"BillingNotice": true,
|
|
726
727
|
"CustomModelsJSON": true
|
|
727
728
|
},
|
|
@@ -820,6 +821,6 @@
|
|
|
820
821
|
"description": "tool-ask-user-question-description"
|
|
821
822
|
}
|
|
822
823
|
],
|
|
823
|
-
"commit": "
|
|
824
|
-
"date": "2025-12-
|
|
824
|
+
"commit": "c6726a4ed47eac6900cb5c440c536671c513b030",
|
|
825
|
+
"date": "2025-12-02T10:06:28.526Z"
|
|
825
826
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -182,6 +182,6 @@
|
|
|
182
182
|
"BillingNotice": false,
|
|
183
183
|
"CustomModelsJSON": true
|
|
184
184
|
},
|
|
185
|
-
"commit": "
|
|
186
|
-
"date": "2025-12-
|
|
185
|
+
"commit": "c6726a4ed47eac6900cb5c440c536671c513b030",
|
|
186
|
+
"date": "2025-12-02T10:06:33.344Z"
|
|
187
187
|
}
|