v0.27.1
umputun/ralphexv0.27.1Apr 16, 2026by umputun
AI Summary
Renames configuration flags for symmetry with review models and fixes flag stripping logic.
Key Highlights
- Rename `claude_model` to `task_model`
- Pass task model to plan mode
- Fix `stripFlag` to handle `--flag=value` and bare `--flag` forms
Full Release Notes
### Improved - Rename `claude_model`/`--claude-model` to `task_model`/`--task-model` for symmetry with `review_model`/`--review-model` #284 @umputun - Pass task model to plan mode (was missing in #272) - Clarify docs that model flags are passed to custom wrappers (may be ignored or implemented) ### Fixed - `stripFlag` now handles `--flag=value` and bare `--flag` forms, prevents duplicate `--model` in `claude_args` #284 @umputun