zeitzeuge 0.7.3 → 0.7.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -237,7 +237,7 @@ class TodoProgressRenderer {
237
237
  for (const tc of toolCalls) {
238
238
  if (!isSubagent && tc.name === "task") {
239
239
  const subagentType = tc.args.subagent_type;
240
- if (typeof subagentType === "string") {
240
+ if (typeof subagentType === "string" && !this.dispatchedSubagents.includes(subagentType)) {
241
241
  this.dispatchedSubagents.push(subagentType);
242
242
  }
243
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeitzeuge",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "A deepagent to witnessing slowdowns in your test runs.",
5
5
  "keywords": [
6
6
  "analysis",