@wu529778790/open-im 1.11.1-beta.3 → 1.11.1-beta.4

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.
@@ -226,6 +226,7 @@ export function runAITask(deps, ctx, prompt, toolAdapter, platformAdapter) {
226
226
  success: result.success,
227
227
  numTurns: result.numTurns,
228
228
  model: result.model,
229
+ toolStats: result.toolStats,
229
230
  });
230
231
  settled = true;
231
232
  if (pendingUpdate) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wu529778790/open-im",
3
- "version": "1.11.1-beta.3",
3
+ "version": "1.11.1-beta.4",
4
4
  "description": "Multi-platform IM bridge for AI CLI tools (Claude, Codex, CodeBuddy)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",