mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 03:03:44 +00:00
Merge branch 'feat/resume-slash-command'
This commit is contained in:
commit
94d6c6704b
3 changed files with 117 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