anomalyco / anomalyco/opencode
web UI hiding models visible in TUI
Open
@Brendonovich is already working on this.
Since Aug 28, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- Avg merge
- 7h 2m
- Merged PRs (30d)
- 384
Description
Bug Report
Describe the bug: The web UI filters models differently than the TUI. Models visible in the TUI picker (like big-pickle) are missing from the web UI model list.
Steps to reproduce:
- Launch opencode TUI
- Open the model picker (
/model) — models likebig-pickleappear - Open the web UI in a browser
- The same models (
big-pickle) are hidden from the web UI model picker
Expected behavior: TUI and web UI should show the same set of models using the same visibility rules.
Actual behavior: Web UI only shows models released within the last 6 months. Older models that are family heads in the TUI are hidden in the web UI.
Environment:
- OS: Linux 7.0.0 x64 (Ubuntu)
- OpenCode version: 0.0.0-local-build-202608281117
- Installed from: GitHub fork (local build)
Relevant files:
packages/opencode/src/server/shared/ui.tspackages/app/src/context/models.tsx
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.