mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-17 07:13:07 -07:00
93de70009c
- Change synthetic "list" suggestion to use insertValue: 'list' instead of submitValue, so Tab inserts text into the input bar rather than immediately executing the command - Add partial === '' guard so the synthetic entry only appears at the subcommand selection stage (e.g. /chat , not /chat li) - Rename the manual checkpoint subcommand from "list" to "checkpoints" to avoid name collision with the synthetic auto-saved "list" entry - Add trailing space after Tab-completing commands with subcommands (e.g. /chat → /chat ) so the subcommand menu appears