titan-agent 5.6.0 → 5.6.2

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.
@@ -820,7 +820,7 @@ Try a COMPLETELY DIFFERENT strategy. Do NOT repeat the same tools or approach.`
820
820
  }];
821
821
  response.content = "";
822
822
  if (compiled.length > 1) {
823
- const remaining = compiled.slice(1).map((a, i) => `ACTION: ${a.tool} ${a.args.path || a.args.command || ""}`).join("\n");
823
+ const remaining = compiled.slice(1).map((a, _i) => `ACTION: ${a.tool} ${a.args.path || a.args.command || ""}`).join("\n");
824
824
  ctx.messages.push({ role: "user", content: `[Queued actions]
825
825
  ${remaining}
826
826
  Execute the next ACTION.` });