You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--max-iterations` : Maximum iterations before stopping (default `100`)
217
217
-`--dry-run` : Print prompt without calling harness
218
218
-`--verbose` : Print prompts sent to harnesses and responses received
219
219
-`--quorum` : Quorum strategy (`any`, `majority`, `unanimous`, or number)
220
-
-`--harnesses` : Comma-separated harness list for quorum (supports `name@persona`, default cached or `codex,claude,gemini`)
220
+
-`--harnesses` : Comma-separated harness list for quorum (supports `name@persona`, default cached or `codex,claude,gemini`; supports `codex,claude,gemini,opencode,pi,cursor`)
221
221
-`--cost-optimized` : Run harnesses sequentially to minimize cost
222
222
-`--escalate` : Pause for human review on conflict
223
223
-`--prefer` : Preferred harness on conflict
@@ -265,6 +265,7 @@ $ dun loop --verbose
265
265
**Output**:
266
266
- Format: Human-readable status report
267
267
- Side effects: writes harness cache to `~/.dun/harnesses.json`
268
+
- Behavior: performs harness liveness pings to confirm the CLIs respond
268
269
269
270
**Exit Codes**:
270
271
-`0`: Success
@@ -279,7 +280,7 @@ $ dun loop --verbose
279
280
**Options**:
280
281
-`--task` : Task prompt (string)
281
282
-`--quorum` : Quorum strategy (`any`, `majority`, `unanimous`, or number)
282
-
-`--harnesses` : Comma-separated harness list (supports `name@persona`, default cached or `codex,claude,gemini`)
283
+
-`--harnesses` : Comma-separated harness list (supports `name@persona`, default cached or `codex,claude,gemini`; supports `codex,claude,gemini,opencode,pi,cursor`)
283
284
-`--cost-optimized` : Run harnesses sequentially to minimize cost
284
285
-`--escalate` : Pause for human review on conflict
0 commit comments