docs: add /session command to README
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user