From e3fa1c740d0791f18bb42745492801dbebb55fbc Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Thu, 20 Feb 2025 14:26:59 -0800 Subject: [PATCH] Reconfigure Code/Fast if not present after a full reconfig. --- src/common/logic/reconfigureBackendModels.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/logic/reconfigureBackendModels.ts b/src/common/logic/reconfigureBackendModels.ts index 97c243dbc..4a1a15c36 100644 --- a/src/common/logic/reconfigureBackendModels.ts +++ b/src/common/logic/reconfigureBackendModels.ts @@ -95,6 +95,8 @@ export async function reconfigureBackendModels(lastLlmReconfigHash: string, setL } else { // in case the chat model becomes unavailable/hidden, we'll auto-reassign it llmsStoreActions().autoReassignDomainModel('primaryChat', true, true); + llmsStoreActions().autoReassignDomainModel('codeApply', true, false); + llmsStoreActions().autoReassignDomainModel('fastUtil', true, false); } // end configuration