mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 17:01:02 +00:00
feat: add /clear command to reset context and start fresh session
This commit is contained in:
parent
59af0fd53a
commit
1b6a70ccb1
6 changed files with 131 additions and 54 deletions
|
|
@ -445,6 +445,16 @@ Logout from OAuth providers:
|
|||
|
||||
Shows a list of logged-in providers to logout from.
|
||||
|
||||
### /clear
|
||||
|
||||
Clear the conversation context and start a fresh session:
|
||||
|
||||
```
|
||||
/clear
|
||||
```
|
||||
|
||||
Aborts any in-flight agent work, clears all messages, and creates a new session file.
|
||||
|
||||
## Editor Features
|
||||
|
||||
The interactive input editor includes several productivity features:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue