@polka-codes/cli-shared 0.9.66 → 0.9.67

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -61875,6 +61875,7 @@ Tool error:`, event.tool));
61875
61875
  if (verbose > 0) {
61876
61876
  logToolCallStats(stream, taskToolCallStats, "Task Tool Call Stats");
61877
61877
  }
61878
+ taskToolCallStats.clear();
61878
61879
  break;
61879
61880
  }
61880
61881
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli-shared",
3
- "version": "0.9.66",
3
+ "version": "0.9.67",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",