Files
oai-swift/oAI
rune 87eab6fd75 Run git subprocess off the main thread with a timeout
runGit() previously called Process.waitUntilExit() synchronously on
the MainActor with no timeout. If a git network operation (push/pull/
fetch) was in flight when the Mac went to sleep, the dead connection
could hang indefinitely on wake with no OS-level timeout of its own,
freezing the entire app UI with nothing logged since the command never
actually finished. Now runs on a background queue with a 30s timeout
(120s for clone), matching the pattern already used by bash_execute.
2026-08-04 12:59:09 +02:00
..
2026-06-29 14:04:27 +02:00
2026-08-02 14:58:14 +02:00