@tencent-ai/codebuddy-code 1.1.0 → 1.1.1
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 +11 -0
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.internal.json +5 -2
- package/product.ioa.json +5 -2
- package/product.json +4 -3
package/lib/node/index.js
CHANGED
|
@@ -25,6 +25,7 @@ export * from './client';
|
|
|
25
25
|
export * from './shortcut';
|
|
26
26
|
export * from './navigation';
|
|
27
27
|
export * from './telemetry';
|
|
28
|
+
export * from './billing';
|
|
28
29
|
export * from './token-usage-thresholds';
|
|
29
30
|
export * from './references';
|
|
30
31
|
export * from './permission';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
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
|
@@ -200,6 +200,9 @@
|
|
|
200
200
|
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
201
201
|
"upgradeUrl": ""
|
|
202
202
|
},
|
|
203
|
-
"
|
|
204
|
-
|
|
203
|
+
"productFeatures": {
|
|
204
|
+
"BillingNotice": false
|
|
205
|
+
},
|
|
206
|
+
"commit": "ff30fc5e24e95269f85df892909359d24bdd0253",
|
|
207
|
+
"date": "2025-09-18T10:47:18.407Z"
|
|
205
208
|
}
|
package/product.ioa.json
CHANGED
|
@@ -291,6 +291,9 @@
|
|
|
291
291
|
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
292
292
|
"upgradeUrl": ""
|
|
293
293
|
},
|
|
294
|
-
"
|
|
295
|
-
|
|
294
|
+
"productFeatures": {
|
|
295
|
+
"BillingNotice": false
|
|
296
|
+
},
|
|
297
|
+
"commit": "ff30fc5e24e95269f85df892909359d24bdd0253",
|
|
298
|
+
"date": "2025-09-18T10:47:19.880Z"
|
|
296
299
|
}
|
package/product.json
CHANGED
|
@@ -472,7 +472,8 @@
|
|
|
472
472
|
"McpInstallationGuide": true,
|
|
473
473
|
"SelectImage": false,
|
|
474
474
|
"Aegis": true,
|
|
475
|
-
"NesCompletionsJumpToHere": false
|
|
475
|
+
"NesCompletionsJumpToHere": false,
|
|
476
|
+
"BillingNotice": true
|
|
476
477
|
},
|
|
477
478
|
"featureToggles": {
|
|
478
479
|
"SupportHttpsAgentProxy": true
|
|
@@ -568,6 +569,6 @@
|
|
|
568
569
|
"description": "tool-task-description"
|
|
569
570
|
}
|
|
570
571
|
],
|
|
571
|
-
"commit": "
|
|
572
|
-
"date": "2025-09-
|
|
572
|
+
"commit": "ff30fc5e24e95269f85df892909359d24bdd0253",
|
|
573
|
+
"date": "2025-09-18T10:47:17.066Z"
|
|
573
574
|
}
|