Files
gemini-cli/packages
Taylor Mullen 8d27a29053 fix(core): enforce non-interactive flags for scaffolding commands
- Updated `newApplicationSteps` system prompt instructions to strongly require non-interactive flags (e.g. `--yes`, `-y`, or `--template`) when executing application scaffolding CLI tools.
- Warned the model that omitting these flags for interactive tools will cause the environment to hang.
- Added `ALWAYS_PASSES` evaluation case to `evals/interactive-hang.eval.ts` to assert that non-interactive flags are successfully provided for `npm create` and similar commands.
2026-02-15 11:49:41 -08:00
..