v1.11.5
Fix: Custom preset skill picker + model picker ordering
What changed
Skill Picker Screen — When selecting "custom" preset and checking the Skills component, a new screen now appears where you can choose which skills to install (SDD skills + Foundation skills). All are pre-selected by default. Previously, selecting Skills in custom mode silently installed nothing.
Claude Model Picker — The model picker screen now correctly appears when SDD is selected in custom mode. Previously it was skipped because the check ran before components were populated.
Back navigation — Fixed goBack() to not incorrectly route back to model pickers from the dependency tree in custom mode (in custom mode they appear after the tree, not before).
Files changed
- NEW:
internal/tui/screens/skill_picker.go internal/tui/model.go— new screen routing, skill toggle, flow fixesinternal/tui/router.go— new route entry