@tencent-ai/codebuddy-code 2.51.1 → 2.51.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 +7 -0
- package/dist/codebuddy.js +2 -2
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +4 -2
- package/product.json +4 -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.51.
|
|
3
|
+
"version": "2.51.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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -384,6 +384,6 @@
|
|
|
384
384
|
"DeferToolLoading": true,
|
|
385
385
|
"ImageGen": true
|
|
386
386
|
},
|
|
387
|
-
"commit": "
|
|
388
|
-
"date": "2026-02-
|
|
387
|
+
"commit": "e64fed64dcd2e714282002c706fb90618f65f0e0",
|
|
388
|
+
"date": "2026-02-25T16:47:17.722Z"
|
|
389
389
|
}
|
package/product.internal.json
CHANGED
|
@@ -432,6 +432,6 @@
|
|
|
432
432
|
"DeferToolLoading": true,
|
|
433
433
|
"ImageGen": true
|
|
434
434
|
},
|
|
435
|
-
"commit": "
|
|
436
|
-
"date": "2026-02-
|
|
435
|
+
"commit": "e64fed64dcd2e714282002c706fb90618f65f0e0",
|
|
436
|
+
"date": "2026-02-25T16:47:17.679Z"
|
|
437
437
|
}
|
package/product.ioa.json
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"claude-opus-4.6",
|
|
17
17
|
"claude-opus-4.5",
|
|
18
18
|
"claude-haiku-4.5",
|
|
19
|
+
"gemini-3.0-pro",
|
|
20
|
+
"gemini-3.0-flash",
|
|
19
21
|
"gemini-2.5-pro",
|
|
20
22
|
"gpt-5.2",
|
|
21
23
|
"gpt-5.3-codex",
|
|
@@ -685,6 +687,6 @@
|
|
|
685
687
|
"ImageGen": true,
|
|
686
688
|
"ImageEdit": true
|
|
687
689
|
},
|
|
688
|
-
"commit": "
|
|
689
|
-
"date": "2026-02-
|
|
690
|
+
"commit": "e64fed64dcd2e714282002c706fb90618f65f0e0",
|
|
691
|
+
"date": "2026-02-25T16:47:17.696Z"
|
|
690
692
|
}
|
package/product.json
CHANGED
|
@@ -689,6 +689,8 @@
|
|
|
689
689
|
"description": "cli agent",
|
|
690
690
|
"models": [
|
|
691
691
|
"default-model",
|
|
692
|
+
"gemini-3.0-pro",
|
|
693
|
+
"gemini-3.0-flash",
|
|
692
694
|
"gemini-2.5-pro",
|
|
693
695
|
"gemini-2.5-flash",
|
|
694
696
|
"gpt-5.2",
|
|
@@ -1252,6 +1254,6 @@
|
|
|
1252
1254
|
"description": "tool-sendmessage-description"
|
|
1253
1255
|
}
|
|
1254
1256
|
],
|
|
1255
|
-
"commit": "
|
|
1256
|
-
"date": "2026-02-
|
|
1257
|
+
"commit": "e64fed64dcd2e714282002c706fb90618f65f0e0",
|
|
1258
|
+
"date": "2026-02-25T16:47:17.762Z"
|
|
1257
1259
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -274,6 +274,6 @@
|
|
|
274
274
|
"CustomModelsJSON": true,
|
|
275
275
|
"DeferToolLoading": true
|
|
276
276
|
},
|
|
277
|
-
"commit": "
|
|
278
|
-
"date": "2026-02-
|
|
277
|
+
"commit": "e64fed64dcd2e714282002c706fb90618f65f0e0",
|
|
278
|
+
"date": "2026-02-25T16:47:17.500Z"
|
|
279
279
|
}
|