1 Commits

Author SHA1 Message Date
Tom Boucher
32ab8ac77e fix: skip statusLine in repo settings.json on local install (#2248) (#2277)
Local installs write to .claude/settings.json inside the project, which
takes precedence over the user's global ~/.claude/settings.json. Writing
statusLine here silently clobbers any profile-level statusLine the user
configured. Guard the write with !isGlobal && !forceStatusline; pass
--force-statusline to override.

Closes #2248

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 14:58:41 -04:00