[PR #12578] Chore/remove model selector #14275

Open
opened 2026-02-16 18:19:05 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12578

State: open
Merged: No


unifies model selection to a single existing ui path by routing model.choose (cmd+', slash /model, and command trigger flow) to the prompt footer model selector popover instead of opening a separate model dialog. it adds controlled open support to the selector, wires session-level state so commands can open it safely, removes redundant/unused model dialog code and dead imports, and updates e2e tests to target a stable shared selector hook plus a shortcut regression case. this reduces duplicate ui surface area, keeps behavior consistent across entry points, and lowers maintenance risk without changing model/provider business logic.

command + ' will open this.
image

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12578 **State:** open **Merged:** No --- unifies model selection to a single existing ui path by routing model.choose (cmd+', slash /model, and command trigger flow) to the prompt footer model selector popover instead of opening a separate model dialog. it adds controlled open support to the selector, wires session-level state so commands can open it safely, removes redundant/unused model dialog code and dead imports, and updates e2e tests to target a stable shared selector hook plus a shortcut regression case. this reduces duplicate ui surface area, keeps behavior consistent across entry points, and lowers maintenance risk without changing model/provider business logic. command + ' will open this. <img width="1293" height="467" alt="image" src="https://github.com/user-attachments/assets/d38b18e3-c40f-4ad5-97af-2e8da422fb0a" />
yindo added the pull-request label 2026-02-16 18:19:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14275