v4.1.18
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, raisingProcessLookupErrorand crashing session setup. The error is now caught and suppressed as benign.
Full Changelog: v4.1.17...v4.1.18