anomalyco / anomalyco/opencode

web UI hiding models visible in TUI

Open
#45,934 2 comments 0 reactions 1 assignee View on GitHub

@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:

  1. Launch opencode TUI
  2. Open the model picker (/model) — models like big-pickle appear
  3. Open the web UI in a browser
  4. 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.ts
  • packages/app/src/context/models.tsx

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.