Files
gemini-cli/packages
Dmitry Lyalin 93de70009c fix(cli): fix Tab completion for /chat and /resume subcommand menu
- 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
2026-04-03 10:10:51 -04:00
..
2026-04-03 08:21:09 +00:00