Skip to content

v4.1.18

Choose a tag to compare

@mickume mickume released this 09 Jul 19:48

What's Changed

Bug Fixes

  • fix: handle ProcessLookupError when killing timed-out git subprocess — When a git command times out, proc.kill() can race with the process already having exited, raising ProcessLookupError and crashing session setup. The error is now caught and suppressed as benign.

Full Changelog: v4.1.17...v4.1.18