Feature request: an effort/thinking-budget parameter on kickoff run, kickoff plan, and swarm dispatch — sibling to the existing --model.
Motivation: kickoff currently exposes --model and --timeout but no reasoning-effort dial, so on the kickoff path effort is neither settable nor recorded. Downstream harnesses that right-size dispatches (model tier + effort as the launched agent's provisioning, chosen per task) need both dials explicit at dispatch; today effort silently inherits whatever the launched CLI defaults to, and post-hoc run analysis can't recover what it was.
Ask: --effort <low|medium|high> (or --thinking-budget <n>) passed through to the launched agent CLI, recorded alongside model in the run records/pipeline rows. Complements #43's template work (which covers prompt content but not launch dials).
Feature request: an effort/thinking-budget parameter on
kickoff run,kickoff plan, and swarm dispatch — sibling to the existing--model.Motivation: kickoff currently exposes
--modeland--timeoutbut no reasoning-effort dial, so on the kickoff path effort is neither settable nor recorded. Downstream harnesses that right-size dispatches (model tier + effort as the launched agent's provisioning, chosen per task) need both dials explicit at dispatch; today effort silently inherits whatever the launched CLI defaults to, and post-hoc run analysis can't recover what it was.Ask:
--effort <low|medium|high>(or--thinking-budget <n>) passed through to the launched agent CLI, recorded alongsidemodelin the run records/pipeline rows. Complements #43's template work (which covers prompt content but not launch dials).