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
Prompt for a repo on startup instead of crashing when none is found
Launching the .app from Finder runs with the working directory set to
`/`, so `GitModel::open()` finds nothing and — on a machine with no
recent-repo history — the app exited with a console-only error the user
never sees. Now fall back to a native folder picker (and an error dialog
for non-repo selections); cancelling exits quietly. Also let a bogus
repo path argument fall through to the picker rather than aborting.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments