[PR #1536] [MERGED] Choose model according to the docs #9965

Closed
opened 2026-02-16 18:14:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1536
Author: @neominik
Created: 8/2/2025
Status: Merged
Merged: 8/2/2025
Merged by: @adamdotdevin

Base: devHead: model-priority


📝 Commits (5)

  • 415f450 fix: respect model selection priority order in TUI
  • f31fd0a refactor: extract model selection logic into helper functions
  • e703b8b test: add comprehensive tests for model selection helper functions
  • 8e1291e docs: update model selection priority order documentation
  • e737c4d refactor: simplify provider/model split

📊 Changes

3 files changed (+343 additions, -56 deletions)

View changed files

📝 packages/tui/internal/app/app.go (+109 -52)
packages/tui/internal/app/app_test.go (+228 -0)
📝 packages/web/src/content/docs/docs/models.mdx (+6 -4)

📄 Description

Fixes #1371


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1536 **Author:** [@neominik](https://github.com/neominik) **Created:** 8/2/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `model-priority` --- ### 📝 Commits (5) - [`415f450`](https://github.com/anomalyco/opencode/commit/415f4501b52d6c135fed139e19ef5cee8b8f6a97) fix: respect model selection priority order in TUI - [`f31fd0a`](https://github.com/anomalyco/opencode/commit/f31fd0ae2417336f53e43c3c5e749b0fbb3a59db) refactor: extract model selection logic into helper functions - [`e703b8b`](https://github.com/anomalyco/opencode/commit/e703b8b593cee3aa7363c2544296839a2aeb517f) test: add comprehensive tests for model selection helper functions - [`8e1291e`](https://github.com/anomalyco/opencode/commit/8e1291e9cfe2a10498bf7e65b5f69ddf11524a82) docs: update model selection priority order documentation - [`e737c4d`](https://github.com/anomalyco/opencode/commit/e737c4dac4c923602193a2743c6e11b751304a43) refactor: simplify provider/model split ### 📊 Changes **3 files changed** (+343 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/app/app.go` (+109 -52) ➕ `packages/tui/internal/app/app_test.go` (+228 -0) 📝 `packages/web/src/content/docs/docs/models.mdx` (+6 -4) </details> ### 📄 Description Fixes #1371 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:28 -05:00
yindo closed this issue 2026-02-16 18:14:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9965