docs: update README and CLI documentation for new commands

Enhanced the README and CLI documentation to include the newly added `/compress` and `/usage` commands for managing conversation context and monitoring token usage. Updated log descriptions to clarify the contents of log files and ensured that sensitive information is automatically redacted. This improves user understanding of available features and log management.
This commit is contained in:
teknium1 2026-03-01 00:28:07 -08:00
parent 93f5fd80b8
commit 4d6f380bd1
3 changed files with 23 additions and 2 deletions

View file

@ -73,6 +73,9 @@ The CLI is implemented in `cli.py` and uses:
| `/history` | Show conversation history |
| `/save` | Save current conversation to file |
| `/config` | Show current configuration |
| `/verbose` | Cycle tool progress display: off → new → all → verbose |
| `/compress` | Manually compress conversation context (flush memories + summarize) |
| `/usage` | Show token usage for the current session |
| `/quit` | Exit the CLI (also: `/exit`, `/q`) |
## Configuration