mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 23:51:16 -07:00
Unset CI and GITHUB_ACTIONS environment variables in config.test.ts to ensure tests that rely on interactive/TTY mode pass correctly in CI environments. The isHeadlessMode detection logic defaults to non-interactive mode if these variables are present, which previously caused assertion failures in tests expecting interactive startup messages and specific tool exclusion behaviors.