You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add model selection, CLI availability checks, and advanced options flipper
Adds per-backend model selection when creating sessions. Each provider
discovers available models from local sources: Claude reads
~/.claude/settings.json, Codex reads ~/.codex/models_cache.json, Copilot
reads ~/.copilot/config.json, and Cursor runs cursor-agent --list-models.
The --model flag is passed to each backend CLI when a non-default model
is selected.
Backend availability is now checked via PATH lookup, with unavailable
backends greyed out in the dropdown. Branch, main branch, and model
fields are grouped under a collapsible "Advanced" section. The session
list shows an abbreviated model name alongside the backend.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments