We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1d0f6 commit 2125dc1Copy full SHA for 2125dc1
packages/opencode/src/cli/cmd/tui/component/dialog-model.tsx
@@ -158,7 +158,7 @@ export function DialogModel(props: { providerID?: string }) {
158
(item) => item.providerID === value.providerID && item.modelID === value.modelID,
159
)
160
if (inFavorites) return false
161
- const inRecents = recentList.some(
+ const inRecents = recents.some(
162
163
164
if (inRecents) return false
0 commit comments