Release v0.7.25

This commit is contained in:
Mario Zechner 2025-11-20 13:41:38 +01:00
parent 9555b75674
commit 4ccc7d47e0

View file

@ -2,6 +2,8 @@
## [Unreleased]
## [0.7.25] - 2025-11-20
### 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). ([#37](https://github.com/badlogic/pi-mono/pull/37) by [@fightbulc](https://github.com/fightbulc))