wip: add /resume slash command

This commit is contained in:
Hew Li Yang 2025-12-05 18:47:57 +08:00
parent ed2c182501
commit d5e0cb4630
2 changed files with 74 additions and 0 deletions

View file

@ -502,6 +502,16 @@ This allows you to explore alternative conversation paths without losing your cu
/branch
```
### /resume
Switch to a different session. Opens an interactive selector showing all available sessions. Select a session to load it and continue where you left off.
This is equivalent to the `--resume` CLI flag but can be used mid-session.
```
/resume
```
### /login
Login with OAuth to use subscription-based models (Claude Pro/Max):