@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.38.1",
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": "a8323019a8d0111a0ea2b64ecd055f40d0afc686",
327
- "date": "2026-01-25T11:40:19.582Z"
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": "a8323019a8d0111a0ea2b64ecd055f40d0afc686",
329
- "date": "2026-01-25T11:40:16.935Z"
328
+ "commit": "e28eda3a1e0261ba889b16c2a413e1a2ef836010",
329
+ "date": "2026-01-26T04:09:24.890Z"
330
330
  }
@@ -490,6 +490,6 @@
490
490
  "BillingNotice": false,
491
491
  "CustomModelsJSON": true
492
492
  },
493
- "commit": "a8323019a8d0111a0ea2b64ecd055f40d0afc686",
494
- "date": "2026-01-25T11:40:18.270Z"
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": "a8323019a8d0111a0ea2b64ecd055f40d0afc686",
996
- "date": "2026-01-25T11:40:15.609Z"
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": "a8323019a8d0111a0ea2b64ecd055f40d0afc686",
209
- "date": "2026-01-25T11:40:20.943Z"
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.17",
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"