Skip to content

Commit 1db05bd

Browse files
lzwjavaclaude
andcommitted
docs: update README with current CLI commands
- Change .exit to /exit for consistency - Add new commands: /search, /proxy, /ca_bundle, /log, /clear, /compact, /export, /status - Update command descriptions to match implementation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c90dfc commit 1db05bd

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,19 @@ pip install -e .
4747

4848
### CLI Commands
4949
- `/provider_model`: Select and authenticate with the model provider.
50-
- `/model`: View and switch between available models.
51-
- `/provider_search`: View and switch web search providers (default: DuckDuckGo).
52-
- `/copy`: Copy the last response to your clipboard.
50+
- `/model`: Select specific model from your provider.
51+
- `/search`: Web search (usage: `/search <query>`).
52+
- `/provider_search`: Select the web search provider.
53+
- `/proxy`: Set HTTP/HTTPS proxy (usage: `/proxy [url|off]`).
54+
- `/ca_bundle`: Set CA bundle for HTTPS (usage: `/ca_bundle [path|off]`).
55+
- `/log`: Set log verbosity (usage: `/log [verbose|info]`).
56+
- `/copy`: Copy last response to clipboard.
57+
- `/clear`: Clear conversation history.
58+
- `/compact`: Compact conversation history using LLM.
59+
- `/export`: Export full conversation history to JSON file.
60+
- `/status`: Show current settings.
5361
- `/help`: Show available commands.
54-
- `.exit`: Quit the REPL.
62+
- `/exit`: Quit the REPL.
5563

5664
## Native Tool Calling
5765

0 commit comments

Comments
 (0)