mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
docs: add /session command to README
This commit is contained in:
parent
5ba2109da8
commit
9bd297e253
1 changed files with 14 additions and 0 deletions
|
|
@ -85,6 +85,20 @@ Export the current session to a self-contained HTML file:
|
||||||
|
|
||||||
The HTML file includes the full conversation with syntax highlighting and is viewable in any browser.
|
The HTML file includes the full conversation with syntax highlighting and is viewable in any browser.
|
||||||
|
|
||||||
|
### /session
|
||||||
|
|
||||||
|
Show session information and statistics:
|
||||||
|
|
||||||
|
```
|
||||||
|
/session
|
||||||
|
```
|
||||||
|
|
||||||
|
Displays:
|
||||||
|
- Session file path and ID
|
||||||
|
- Message counts (user, assistant, total)
|
||||||
|
- Token usage (input, output, cache read/write, total)
|
||||||
|
- Total cost (if available)
|
||||||
|
|
||||||
## Editor Features
|
## Editor Features
|
||||||
|
|
||||||
The interactive input editor includes several productivity features:
|
The interactive input editor includes several productivity features:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue