@tencent-ai/codebuddy-code 1.0.7 → 1.0.9
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 +37 -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 +7 -3
- package/product.json +7 -9
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.9",
|
|
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,11 @@
|
|
|
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",
|
|
15
|
+
"o4-mini"
|
|
12
16
|
],
|
|
13
17
|
"commands": [
|
|
14
18
|
"init",
|
|
@@ -271,6 +275,6 @@
|
|
|
271
275
|
"disabledMultimodal": true
|
|
272
276
|
}
|
|
273
277
|
],
|
|
274
|
-
"commit": "
|
|
275
|
-
"date": "2025-09-
|
|
278
|
+
"commit": "7d1bd42ed78bb5ad478019eb5c290fc1afae0255",
|
|
279
|
+
"date": "2025-09-10T15:21:02.345Z"
|
|
276
280
|
}
|
package/product.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"links": {
|
|
47
47
|
"craftShellHelpDocument": "https://cloud.tencent.com/document/product/1749/117896",
|
|
48
48
|
"craftFeedback": "https://cloud.tencent.com/document/product/1749/104249",
|
|
49
|
-
"helpDocument": "",
|
|
49
|
+
"helpDocument": "https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs",
|
|
50
50
|
"issueFeedback": "https://cnb.cool/codebuddy/codebuddy-code/-/issues",
|
|
51
51
|
"officialWebsite": "https://www.codebuddy.ai",
|
|
52
52
|
"mcpHelpDocument": "https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs/mcp.md"
|
|
@@ -311,6 +311,10 @@
|
|
|
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",
|
|
317
|
+
"o4-mini",
|
|
314
318
|
"auto-chat"
|
|
315
319
|
],
|
|
316
320
|
"commands": [
|
|
@@ -344,12 +348,6 @@
|
|
|
344
348
|
"name": "task",
|
|
345
349
|
"instructions": "cli-agent-prompt",
|
|
346
350
|
"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
351
|
"tools": [
|
|
354
352
|
"Read",
|
|
355
353
|
"LS",
|
|
@@ -551,6 +549,6 @@
|
|
|
551
549
|
"description": "tool-task-description"
|
|
552
550
|
}
|
|
553
551
|
],
|
|
554
|
-
"commit": "
|
|
555
|
-
"date": "2025-09-
|
|
552
|
+
"commit": "7d1bd42ed78bb5ad478019eb5c290fc1afae0255",
|
|
553
|
+
"date": "2025-09-10T15:20:59.701Z"
|
|
556
554
|
}
|