@tencent-ai/codebuddy-code 1.0.7 → 1.0.8
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 +17 -0
- package/dist/422.codebuddy.js +1 -1
- package/dist/632.codebuddy.js +1 -1
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.internal.json +2 -2
- package/product.ioa.json +6 -3
- package/product.json +5 -8
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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.internal.json
CHANGED
package/product.ioa.json
CHANGED
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
"models": [
|
|
9
9
|
"claude-4.0",
|
|
10
10
|
"gemini-2.5-flash",
|
|
11
|
-
"gemini-2.5-pro"
|
|
11
|
+
"gemini-2.5-pro",
|
|
12
|
+
"gpt-5",
|
|
13
|
+
"gpt-5-mini",
|
|
14
|
+
"gpt-5-nano"
|
|
12
15
|
],
|
|
13
16
|
"commands": [
|
|
14
17
|
"init",
|
|
@@ -271,6 +274,6 @@
|
|
|
271
274
|
"disabledMultimodal": true
|
|
272
275
|
}
|
|
273
276
|
],
|
|
274
|
-
"commit": "
|
|
275
|
-
"date": "2025-09-
|
|
277
|
+
"commit": "97cdf3a93d8c7ba3de72ec940080118340225d06",
|
|
278
|
+
"date": "2025-09-10T00:23:19.905Z"
|
|
276
279
|
}
|
package/product.json
CHANGED
|
@@ -311,6 +311,9 @@
|
|
|
311
311
|
"claude-4.0",
|
|
312
312
|
"gemini-2.5-flash",
|
|
313
313
|
"gemini-2.5-pro",
|
|
314
|
+
"gpt-5",
|
|
315
|
+
"gpt-5-mini",
|
|
316
|
+
"gpt-5-nano",
|
|
314
317
|
"auto-chat"
|
|
315
318
|
],
|
|
316
319
|
"commands": [
|
|
@@ -344,12 +347,6 @@
|
|
|
344
347
|
"name": "task",
|
|
345
348
|
"instructions": "cli-agent-prompt",
|
|
346
349
|
"description": "task agent",
|
|
347
|
-
"models": [
|
|
348
|
-
"claude-4.0",
|
|
349
|
-
"claude-3.7",
|
|
350
|
-
"gemini-2.5-flash",
|
|
351
|
-
"gemini-2.5-pro"
|
|
352
|
-
],
|
|
353
350
|
"tools": [
|
|
354
351
|
"Read",
|
|
355
352
|
"LS",
|
|
@@ -551,6 +548,6 @@
|
|
|
551
548
|
"description": "tool-task-description"
|
|
552
549
|
}
|
|
553
550
|
],
|
|
554
|
-
"commit": "
|
|
555
|
-
"date": "2025-09-
|
|
551
|
+
"commit": "97cdf3a93d8c7ba3de72ec940080118340225d06",
|
|
552
|
+
"date": "2025-09-10T00:23:17.209Z"
|
|
556
553
|
}
|