From 874c5a36de2653f007ea224727828dda2216a714 Mon Sep 17 00:00:00 2001 From: webdevcody Date: Thu, 15 Jan 2026 23:54:08 -0500 Subject: [PATCH] feat: enable auto loading of ClaudeMd by default - Updated the default setting for autoLoadClaudeMd from false to true in the global settings. This change aims to enhance user experience by automatically loading ClaudeMd, streamlining the workflow for users. --- libs/types/src/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/types/src/settings.ts b/libs/types/src/settings.ts index 04b2fd69..8920bc2c 100644 --- a/libs/types/src/settings.ts +++ b/libs/types/src/settings.ts @@ -745,7 +745,7 @@ export const DEFAULT_GLOBAL_SETTINGS: GlobalSettings = { recentFolders: [], worktreePanelCollapsed: false, lastSelectedSessionByProject: {}, - autoLoadClaudeMd: false, + autoLoadClaudeMd: true, skipSandboxWarning: false, codexAutoLoadAgents: DEFAULT_CODEX_AUTO_LOAD_AGENTS, codexSandboxMode: DEFAULT_CODEX_SANDBOX_MODE,