@tencent-ai/agent-sdk 0.3.17 → 0.3.18
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/cli/CHANGELOG.md +11 -0
- package/cli/dist/codebuddy.js +2 -2
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +2 -2
- package/cli/product.selfhosted.json +2 -2
- package/package.json +2 -1
package/cli/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.38.
|
|
3
|
+
"version": "2.38.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",
|
|
@@ -323,6 +323,6 @@
|
|
|
323
323
|
"BillingNotice": false,
|
|
324
324
|
"CustomModelsJSON": true
|
|
325
325
|
},
|
|
326
|
-
"commit": "
|
|
327
|
-
"date": "2026-01-
|
|
326
|
+
"commit": "e28eda3a1e0261ba889b16c2a413e1a2ef836010",
|
|
327
|
+
"date": "2026-01-26T04:09:27.428Z"
|
|
328
328
|
}
|
|
@@ -325,6 +325,6 @@
|
|
|
325
325
|
"BillingNotice": false,
|
|
326
326
|
"CustomModelsJSON": true
|
|
327
327
|
},
|
|
328
|
-
"commit": "
|
|
329
|
-
"date": "2026-01-
|
|
328
|
+
"commit": "e28eda3a1e0261ba889b16c2a413e1a2ef836010",
|
|
329
|
+
"date": "2026-01-26T04:09:24.890Z"
|
|
330
330
|
}
|
package/cli/product.ioa.json
CHANGED
|
@@ -490,6 +490,6 @@
|
|
|
490
490
|
"BillingNotice": false,
|
|
491
491
|
"CustomModelsJSON": true
|
|
492
492
|
},
|
|
493
|
-
"commit": "
|
|
494
|
-
"date": "2026-01-
|
|
493
|
+
"commit": "e28eda3a1e0261ba889b16c2a413e1a2ef836010",
|
|
494
|
+
"date": "2026-01-26T04:09:26.154Z"
|
|
495
495
|
}
|
package/cli/product.json
CHANGED
|
@@ -992,6 +992,6 @@
|
|
|
992
992
|
"description": "tool-structuredoutput-description"
|
|
993
993
|
}
|
|
994
994
|
],
|
|
995
|
-
"commit": "
|
|
996
|
-
"date": "2026-01-
|
|
995
|
+
"commit": "e28eda3a1e0261ba889b16c2a413e1a2ef836010",
|
|
996
|
+
"date": "2026-01-26T04:09:23.611Z"
|
|
997
997
|
}
|
|
@@ -205,6 +205,6 @@
|
|
|
205
205
|
"BillingNotice": false,
|
|
206
206
|
"CustomModelsJSON": true
|
|
207
207
|
},
|
|
208
|
-
"commit": "
|
|
209
|
-
"date": "2026-01-
|
|
208
|
+
"commit": "e28eda3a1e0261ba889b16c2a413e1a2ef836010",
|
|
209
|
+
"date": "2026-01-26T04:09:28.700Z"
|
|
210
210
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/agent-sdk",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"description": "CodeBuddy Code SDK for JavaScript/TypeScript",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
+
"@genie/monorepo": "./src/index.ts",
|
|
9
10
|
"types": "./lib/index.d.ts",
|
|
10
11
|
"import": "./lib/index.js",
|
|
11
12
|
"require": "./lib/index.js"
|