You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: statusline breaks on .alive → .walnut migration and iCloud paths
Two bugs fixed in session-new hook:
1. User-level ~/.claude/settings.json was never updated during migration,
leaving statusLine pointing to .alive/statusline.sh (file no longer exists
after rename to .walnut/). Now detects and fixes stale .alive/ references
in both project-level and user-level settings.
2. Statusline path was injected without quoting, breaking on paths with
spaces (iCloud: "Mobile Documents/com~apple~CloudDocs"). Now wraps
command in bash "..." for safe execution.
Self-healing: existing users who already updated to v1.0.0 will get their
statusline auto-fixed on next session start — no manual action needed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments