zelari-code 2.16.4 → 2.16.5
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/main.bundled.js
CHANGED
|
@@ -65285,6 +65285,7 @@ async function dispatchHeadlessTurn(opts, provider, model, providerStream) {
|
|
|
65285
65285
|
opts = { ...opts, cwd };
|
|
65286
65286
|
}
|
|
65287
65287
|
applyKrakenTurnEnv(opts);
|
|
65288
|
+
resetTaskSpawnCount();
|
|
65288
65289
|
if (opts.todos && opts.todos.length > 0) {
|
|
65289
65290
|
writeSessionTodos(opts.todos, { merge: false });
|
|
65290
65291
|
}
|