@polka-codes/cli-shared 0.9.65 → 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.
- package/dist/index.js +1 -0
- 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
|
};
|