From 1c6e8cf71285e9abf38acc633960cbeb7918a54d Mon Sep 17 00:00:00 2001 From: jnjpng Date: Tue, 27 Jan 2026 15:59:51 -0800 Subject: [PATCH] fix: use const for globalPinned (#710) Co-authored-by: Letta --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9093ce8..fbea033 100755 --- a/src/index.ts +++ b/src/index.ts @@ -1078,7 +1078,7 @@ async function main(): Promise { // Load settings await settingsManager.loadLocalProjectSettings(); const localSettings = settingsManager.getLocalProjectSettings(); - let globalPinned = settingsManager.getGlobalPinnedAgents(); + const globalPinned = settingsManager.getGlobalPinnedAgents(); const client = await getClient(); // For self-hosted servers, pre-fetch available models