ea4e234f66
- Add exact match support with '/' prefix (/gpt-5.1-codex or /provider/model) - Prefer exact ID matches over partial matches in fuzzy search - Parse thinking levels from --models flag (pattern:level format) - Use first scoped model as initial model with its thinking level - Auto-apply thinking when cycling with Ctrl+P - Track manual thinking changes to disable auto-switching - Clear model scope when using /model command - Support mixed configs: --models sonnet:high,haiku,opus:low - Silently ignore thinking for models that don't support it - Only allow Ctrl+P cycling when --models is explicitly provided - Update help text with examples - Improve code organization by resolving scope early