feat(cli): unify /chat and /resume command UX (#20256)

This commit is contained in:
Dmitry Lyalin
2026-03-08 18:50:51 -04:00
committed by GitHub
parent d012929a28
commit d41735d6a9
18 changed files with 619 additions and 90 deletions

View File

@@ -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…',