@tencent-ai/agent-sdk 0.3.188-dev.368febf.202606232001 → 0.3.189

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.109.2-dev.368febf.202606232001",
3
+ "version": "2.109.3",
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",
@@ -42,8 +42,7 @@
42
42
  "url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
43
43
  },
44
44
  "publishConfig": {
45
- "access": "public",
46
- "tag": "dev"
45
+ "access": "public"
47
46
  },
48
47
  "scripts": {},
49
48
  "devDependencies": {}
@@ -824,6 +824,6 @@
824
824
  "SelectImage": true,
825
825
  "SkipToolCallSupportCheck": true
826
826
  },
827
- "commit": "368febf4656d2e766c98a193440453fb331e76f9",
828
- "date": "2026-06-23T12:00:07.090Z"
827
+ "commit": "68b3db4d874ad5eedb2a970970318018ad0b63af",
828
+ "date": "2026-06-24T02:39:10.040Z"
829
829
  }
@@ -703,6 +703,6 @@
703
703
  }
704
704
  }
705
705
  },
706
- "commit": "368febf4656d2e766c98a193440453fb331e76f9",
707
- "date": "2026-06-23T12:00:07.080Z"
706
+ "commit": "68b3db4d874ad5eedb2a970970318018ad0b63af",
707
+ "date": "2026-06-24T02:39:10.040Z"
708
708
  }
@@ -1106,6 +1106,6 @@
1106
1106
  }
1107
1107
  }
1108
1108
  },
1109
- "commit": "368febf4656d2e766c98a193440453fb331e76f9",
1110
- "date": "2026-06-23T12:00:07.090Z"
1109
+ "commit": "68b3db4d874ad5eedb2a970970318018ad0b63af",
1110
+ "date": "2026-06-24T02:39:10.029Z"
1111
1111
  }
package/cli/product.json CHANGED
@@ -1757,6 +1757,6 @@
1757
1757
  "deferLoading": true
1758
1758
  }
1759
1759
  ],
1760
- "commit": "368febf4656d2e766c98a193440453fb331e76f9",
1761
- "date": "2026-06-23T12:00:07.089Z"
1760
+ "commit": "68b3db4d874ad5eedb2a970970318018ad0b63af",
1761
+ "date": "2026-06-24T02:39:10.037Z"
1762
1762
  }
@@ -339,6 +339,6 @@
339
339
  "ScheduledTasks": true,
340
340
  "SkipToolCallSupportCheck": true
341
341
  },
342
- "commit": "368febf4656d2e766c98a193440453fb331e76f9",
343
- "date": "2026-06-23T12:00:07.079Z"
342
+ "commit": "68b3db4d874ad5eedb2a970970318018ad0b63af",
343
+ "date": "2026-06-24T02:39:10.030Z"
344
344
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-sdk",
3
- "version": "0.3.188-dev.368febf.202606232001",
3
+ "version": "0.3.189",
4
4
  "description": "CodeBuddy Code SDK for JavaScript/TypeScript",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -31,7 +31,6 @@
31
31
  "zod": "^4.0.0"
32
32
  },
33
33
  "publishConfig": {
34
- "access": "public",
35
- "tag": "dev"
34
+ "access": "public"
36
35
  }
37
36
  }