core-agent-ide/codex-rs/utils
pakrym-oai 6c36318bd8
Use codex-linux-sandbox in unified exec (#6480)
Unified exec isn't working on Linux because we don't provide the correct
arg0.

The library we use for pty management doesn't allow setting arg0
separately from executable. Use the same aliasing strategy we use for
`apply_patch` for `codex-linux-sandbox`.

Use `#[ctor]` hack to dispatch codex-linux-sandbox calls.


Addresses https://github.com/openai/codex/issues/6450
2025-11-10 17:17:09 -08:00
..
cache feat: image resizing (#5446) 2025-10-27 16:58:10 +00:00
git [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
image feat: image resizing (#5446) 2025-10-27 16:58:10 +00:00
json-to-toml fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
pty Use codex-linux-sandbox in unified exec (#6480) 2025-11-10 17:17:09 -08:00
readiness feat: async ghost commit (#5618) 2025-10-27 10:09:10 +00:00
string chore: refactor tool handling (#4510) 2025-10-03 13:21:06 +01:00
tokenizer feat: use actual tokenizer for unified_exec truncation (#5514) 2025-10-23 17:08:06 +01:00