deeper-cli 1.2.3 → 1.2.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.
package/dist/cli/index.js CHANGED
@@ -12206,7 +12206,7 @@ async function runLoop(opts, history, tools, toolDefs, confirm) {
12206
12206
  ttc++;
12207
12207
  GS.tc++;
12208
12208
  } else {
12209
- history.push({ role: "tool", content: `Error: ${String(r2.reason)}`, tool_call_id: "parallel" });
12209
+ history.push({ role: "tool", content: `Error: ${String(r2.reason)}`, tool_call_id: "parallel", name: "parallel" });
12210
12210
  }
12211
12211
  }
12212
12212
  } else if (safe.length === 1) {