fix: refresh does refresh on all byok (#931)

This commit is contained in:
Ari Webb
2026-02-12 12:21:27 -08:00
committed by GitHub
parent 1a302cfcc0
commit e1274a6dc3
3 changed files with 61 additions and 2 deletions

View File

@@ -1265,7 +1265,7 @@ export default function App({
}, [llmConfig]);
const [currentModelId, setCurrentModelId] = useState<string | null>(null);
// Full model handle for API calls (e.g., "anthropic/claude-sonnet-4-5-20251101")
const [currentModelHandle, setCurrentModelHandle] = useState<string | null>(
const [_currentModelHandle, setCurrentModelHandle] = useState<string | null>(
null,
);
// Derive agentName from agentState (single source of truth)