From 7781719179af9badf2c4810209511fe93cf76fa9 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 2 Jun 2026 12:29:42 -0400 Subject: [PATCH] feat(models): wire refreshClaudeModels into ModelSelectorBar --- src/components/chat/view/ChatInterface.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/chat/view/ChatInterface.tsx b/src/components/chat/view/ChatInterface.tsx index 0bffb5e..7af800a 100644 --- a/src/components/chat/view/ChatInterface.tsx +++ b/src/components/chat/view/ChatInterface.tsx @@ -81,6 +81,7 @@ function ChatInterface({ pendingPermissionRequests, setPendingPermissionRequests, cyclePermissionMode, + refreshClaudeModels, } = useChatProviderState({ selectedSession, }); @@ -319,6 +320,7 @@ function ChatInterface({ codexModelOptions={codexModelOptions} geminiModelOptions={geminiModelOptions} cursorModelOptions={cursorModelOptions} + onRefreshModels={refreshClaudeModels} />