core-agent-ide/codex-rs/exec-server
Michael Bolin 54e6e4ac32
fix: when displaying execv, show file instead of arg0 (#6966)
After merging https://github.com/openai/codex/pull/6958, I realized that
the `command` I was displaying was not quite right. Since we know it, we
should show the _exact_ program being executed (the first arg to
`execve(3)`) rather than `arg0` to be more precise.

Below is the same command I used to test
https://github.com/openai/codex/pull/6958, but now you can see it shows
`/Users/mbolin/.openai/bin/git` instead of just `git`.

<img width="1526" height="1444" alt="image"
src="https://github.com/user-attachments/assets/428128d1-c658-456e-a64e-fc6a0009cb34"
/>
2025-11-19 22:42:58 -08:00
..
src fix: when displaying execv, show file instead of arg0 (#6966) 2025-11-19 22:42:58 -08:00
Cargo.toml chore: refactor exec-server to prepare it for standalone MCP use (#6944) 2025-11-19 16:38:14 -08:00