mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 22:03:45 +00:00
Add /copy command docs and changelog entry, closes #105
This commit is contained in:
parent
6a4a2fdfe9
commit
9e5aaf1932
2 changed files with 14 additions and 0 deletions
|
|
@ -502,6 +502,16 @@ Clear the conversation context and start a fresh session:
|
|||
|
||||
Aborts any in-flight agent work, clears all messages, and creates a new session file.
|
||||
|
||||
### /copy
|
||||
|
||||
Copy the last agent message to clipboard:
|
||||
|
||||
```
|
||||
/copy
|
||||
```
|
||||
|
||||
Extracts text content from the most recent assistant message and copies it to the system clipboard. Works cross-platform (macOS, Windows, Linux). On Linux, requires `xclip` or `xsel` to be installed.
|
||||
|
||||
### /compact
|
||||
|
||||
Manually compact the conversation context to reduce token usage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue