@tencent-ai/codebuddy-code 1.0.11 → 1.0.12
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 +20 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.internal.json +6 -2
- package/product.ioa.json +6 -2
- package/product.json +9 -4
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.12",
|
|
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
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
"maxInputTokens": 200000
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
|
-
"
|
|
200
|
-
|
|
199
|
+
"links": {
|
|
200
|
+
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
201
|
+
"upgradeUrl": ""
|
|
202
|
+
},
|
|
203
|
+
"commit": "51640c93f9038ff04d584a971595b9a64f0d2b45",
|
|
204
|
+
"date": "2025-09-14T14:57:32.981Z"
|
|
201
205
|
}
|
package/product.ioa.json
CHANGED
|
@@ -287,6 +287,10 @@
|
|
|
287
287
|
"disabledMultimodal": true
|
|
288
288
|
}
|
|
289
289
|
],
|
|
290
|
-
"
|
|
291
|
-
|
|
290
|
+
"links": {
|
|
291
|
+
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
292
|
+
"upgradeUrl": ""
|
|
293
|
+
},
|
|
294
|
+
"commit": "51640c93f9038ff04d584a971595b9a64f0d2b45",
|
|
295
|
+
"date": "2025-09-14T14:57:34.305Z"
|
|
292
296
|
}
|
package/product.json
CHANGED
|
@@ -48,8 +48,9 @@
|
|
|
48
48
|
"craftFeedback": "https://cloud.tencent.com/document/product/1749/104249",
|
|
49
49
|
"helpDocument": "https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs",
|
|
50
50
|
"issueFeedback": "https://cnb.cool/codebuddy/codebuddy-code/-/issues",
|
|
51
|
-
"officialWebsite": "https://www.codebuddy.ai",
|
|
52
|
-
"mcpHelpDocument": "https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs/mcp.md"
|
|
51
|
+
"officialWebsite": "https://www.codebuddy.ai/cli",
|
|
52
|
+
"mcpHelpDocument": "https://cnb.cool/codebuddy/codebuddy-code/-/blob/main/docs/mcp.md",
|
|
53
|
+
"upgradeUrl": "https://www.codebuddy.ai/profile/plan"
|
|
53
54
|
},
|
|
54
55
|
"completion": {
|
|
55
56
|
"sensitivity": "medium",
|
|
@@ -423,6 +424,10 @@
|
|
|
423
424
|
"tags": [
|
|
424
425
|
"compact-agent"
|
|
425
426
|
]
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "upgrade",
|
|
430
|
+
"description": "Open upgrade page in browser"
|
|
426
431
|
}
|
|
427
432
|
],
|
|
428
433
|
"productFeatures": {
|
|
@@ -549,6 +554,6 @@
|
|
|
549
554
|
"description": "tool-task-description"
|
|
550
555
|
}
|
|
551
556
|
],
|
|
552
|
-
"commit": "
|
|
553
|
-
"date": "2025-09-
|
|
557
|
+
"commit": "51640c93f9038ff04d584a971595b9a64f0d2b45",
|
|
558
|
+
"date": "2025-09-14T14:57:31.646Z"
|
|
554
559
|
}
|