Uh oh!
There was an error while loading. Please reload this page.
feat(app): add global favourite / toggle models functionality - #16500
feat(app): add global favourite / toggle models functionality#16500anduimagui wants to merge 4 commits into
Conversation
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
rekram1-node
commented
May 15, 2026
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
Issue for this PR
Closes #
Type of change
What does this PR do?
This adds two related model-switching improvements in the app.
First, users can mark models as favorites directly in both model picker dialogs. Those favorites are persisted and can be cycled from the session commands.
Second, Settings > Models now includes a Quick Switch section where users choose two enabled models explicitly. The quick switch commands then toggle between that configured pair, and there is also a command to open the Quick Switch settings directly.
These changes work because model preferences are now persisted in the app model state, the quick-switch pair is validated against enabled models, and the session commands resolve the current selection against that stored configuration.
How did you verify your code works?
Screenshots / recordings
Not included.
Checklist