Add documentation for model cycling feature

This commit is contained in:
Mario Zechner 2025-11-20 12:58:31 +01:00
parent fecf9734b0
commit 95247a3e5e
2 changed files with 17 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- **Model Cycling**: Press `Ctrl+P` to quickly cycle through models. Use `--models` CLI argument to scope to specific models (e.g., `--models claude-sonnet,gpt-4o`). Supports pattern matching and smart version selection (prefers aliases over dated versions).
## [0.7.24] - 2025-11-20
### Added