@tencent-ai/codebuddy-code 1.0.0 → 1.0.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 +13 -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 +2 -2
- package/product.json +13 -4
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.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.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -46,8 +46,10 @@
|
|
|
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": "
|
|
50
|
-
"issueFeedback": "https://
|
|
49
|
+
"helpDocument": "",
|
|
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
53
|
},
|
|
52
54
|
"completion": {
|
|
53
55
|
"sensitivity": "medium",
|
|
@@ -473,6 +475,13 @@
|
|
|
473
475
|
}
|
|
474
476
|
},
|
|
475
477
|
"deploymentType": "SaaS",
|
|
478
|
+
"modelWatermark": {
|
|
479
|
+
"inputTokens": {
|
|
480
|
+
"warning": 0.5,
|
|
481
|
+
"critical": 0.6,
|
|
482
|
+
"emergency": 0.7
|
|
483
|
+
}
|
|
484
|
+
},
|
|
476
485
|
"tools": [
|
|
477
486
|
{
|
|
478
487
|
"name": "Task",
|
|
@@ -543,6 +552,6 @@
|
|
|
543
552
|
"description": "tool-task-description"
|
|
544
553
|
}
|
|
545
554
|
],
|
|
546
|
-
"commit": "
|
|
547
|
-
"date": "2025-09-
|
|
555
|
+
"commit": "0cf2684f001fb9df70d3ab0b93329c2f292f788d",
|
|
556
|
+
"date": "2025-09-06T12:41:41.376Z"
|
|
548
557
|
}
|