mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-23 10:13:12 -07:00
4e2856c4dd
- Add submitKey parameter to type_text tool for pressing Enter/Tab/etc after typing, eliminating a separate model round-trip per value entry - Update system prompt and tool hints to guide model toward type_text with submitKey instead of per-character press_key calls - Refactor connection error handling into createConnectionError() with session-mode-aware remediation messages for profile locks, timeouts, and generic failures - Update terminal failure prompts to pass through error remediation verbatim instead of hardcoding instructions - Add tests for profile-lock, timeout, and generic connection errors