mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 18:03:50 +00:00
wip: add /resume slash command
This commit is contained in:
parent
ed2c182501
commit
d5e0cb4630
2 changed files with 74 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue