Improve Feynman research defaults and theme

This commit is contained in:
Advait Paliwal
2026-03-20 12:13:31 -07:00
parent 806ea80c2c
commit 6332c3c67c
4 changed files with 32 additions and 21 deletions

View File

@@ -159,6 +159,8 @@ function normalizeFeynmanSettings(
settings.defaultThinkingLevel = defaultThinkingLevel;
}
settings.theme = "feynman";
settings.quietStartup = true;
settings.collapseChangelog = true;
const authStorage = AuthStorage.create(authPath);
const modelRegistry = new ModelRegistry(authStorage);