mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-17 16:51:15 -07:00
feat(cli): unify /chat and /resume command UX (#20256)
This commit is contained in:
@@ -122,11 +122,11 @@ export const INFORMATIVE_TIPS = [
|
||||
'Show version info with /about…',
|
||||
'Change your authentication method with /auth…',
|
||||
'File a bug report directly with /bug…',
|
||||
'List your saved chat checkpoints with /chat list…',
|
||||
'Save your current conversation with /chat save <tag>…',
|
||||
'Resume a saved conversation with /chat resume <tag>…',
|
||||
'Delete a conversation checkpoint with /chat delete <tag>…',
|
||||
'Share your conversation to a file with /chat share <file>…',
|
||||
'List your saved chat checkpoints with /resume list…',
|
||||
'Save your current conversation with /resume save <tag>…',
|
||||
'Resume a saved conversation with /resume resume <tag>…',
|
||||
'Delete a conversation checkpoint with /resume delete <tag>…',
|
||||
'Share your conversation to a file with /resume share <file>…',
|
||||
'Clear the screen and history with /clear…',
|
||||
'Save tokens by summarizing the context with /compress…',
|
||||
'Copy the last response to your clipboard with /copy…',
|
||||
|
||||
Reference in New Issue
Block a user