Feature Description
Add a --max-turns N flag for headless / -p mode so the default turn cap can be raised, and surface a clear warning when the cap is hit instead of ending silently.
cmd -p "…" --max-turns 50
Optionally raise the default cap above 10 for headless runs.
Use Case
Hit the 10-turn cap on a moderately-sized migration task in headless mode. The conversation was silently truncated at ~30% completion — no warning, no signal until the output stopped. For agent-driven loops and longer automated tasks, the current cap is too low and the silent truncation makes it hard to detect.
Additional Context
How important is this to you?
Important for my workflow
Feature Description
Add a
--max-turns Nflag for headless /-pmode so the default turn cap can be raised, and surface a clear warning when the cap is hit instead of ending silently.cmd -p "…" --max-turns 50Optionally raise the default cap above 10 for headless runs.
Use Case
Hit the 10-turn cap on a moderately-sized migration task in headless mode. The conversation was silently truncated at ~30% completion — no warning, no signal until the output stopped. For agent-driven loops and longer automated tasks, the current cap is too low and the silent truncation makes it hard to detect.
Additional Context
cmd -p … --skip-onboarding --yolo--model/-mflag for headless (-p) mode #383 (headless--modelflag) — same automation contextHow important is this to you?
Important for my workflow