docs: prepare release v2.9.1
v2.9.1
Fix for commands that asked "would you like to proceed?" instead of executing immediately.
What's Changed
Fixed
- Command execution reliability: Commands using
model: haiku(doctor, init, checkpoint, resume, clean, principles) would prompt for confirmation instead of executing. Root cause: haiku is too conservative with multi-step instructions. All commands now usemodel: sonnet. - AFC routing table wording: Clarified user-only skill descriptions to prevent models from describing commands instead of running them.
Full Changelog: v2.9.0...v2.9.1