From 29dc7474783b39596ed17d3d7e6dd7b3ad92b1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Troed=20S=C3=A5ngberg?= Date: Fri, 21 Aug 2026 12:33:07 +0200 Subject: [PATCH] feat: pass resolved provider list to server discovery --- tui.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui.tsx b/tui.tsx index 1a6179a..5765fb8 100644 --- a/tui.tsx +++ b/tui.tsx @@ -305,7 +305,7 @@ const tui: TuiPlugin = async (api, options) => { }) try { - llamaServerUrls = resolveServerUrls(options, api.state.config) + llamaServerUrls = resolveServerUrls(options, api.state.provider, api.state.config) } catch (e) { console.error("[oc-ls-stats] resolveServerUrls error:", e) llamaServerUrls = ["http://localhost:8080"]