Files
codex/codex-rs
Tamir Duberstein 1e0deb5346 [codex] kill timed-out Git status process groups
Codex limits `git status --porcelain` to five seconds. If `git`
resolves to a wrapper, Tokio's drop cleanup kills only the wrapper.
The wrapped Git process can keep scanning the worktree without an
output reader.

On Unix, run status in its own process group. When the timeout expires,
kill the group and wait for the wrapper before returning.
2026-06-26 09:20:35 -04:00
..