What to build
Remove the confirmation prompt that follows the interactive model picker in balade generate. Selecting a model in the picker is already an explicit choice; asking "Generate with provider/model?" immediately after costs a keystroke on every run and adds no information — the billing caveat is already shown in the picker option description and in the announcement line.
Today the confirm exists only on the picker path (src/generate/command.ts, selectAuthorModel): an exact --provider/--model pair and a reused saved preference both skip it already, so removing it also makes the three selection paths consistent.
Acceptance criteria
Blocked by
None — can start immediately.
What to build
Remove the confirmation prompt that follows the interactive model picker in
balade generate. Selecting a model in the picker is already an explicit choice; asking "Generate with provider/model?" immediately after costs a keystroke on every run and adds no information — the billing caveat is already shown in the picker option description and in the announcement line.Today the confirm exists only on the picker path (
src/generate/command.ts,selectAuthorModel): an exact--provider/--modelpair and a reused saved preference both skip it already, so removing it also makes the three selection paths consistent.Acceptance criteria
Blocked by
None — can start immediately.