core-agent-ide/codex-rs/core
Michael Bolin 399e819c9b
fix: increase timeout for test_dev_null_write (#933)
After updating this test in https://github.com/openai/codex/pull/923, I
have been getting some timeouts with this test in CI, so increasing the
timeout to match that of `test_writable_root`:


327cf41f0f/codex-rs/core/src/landlock.rs (L211-L213)
2025-05-14 10:06:14 -07:00
..
src fix: increase timeout for test_dev_null_write (#933) 2025-05-14 10:06:14 -07:00
tests fix: change EventMsg enum so every variant takes a single struct (#925) 2025-05-13 20:44:42 -07:00
Cargo.toml fix: tighten up some logic around session timestamps and ids (#922) 2025-05-13 19:22:16 -07:00
prompt.md feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
README.md feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00

codex-core

This crate implements the business logic for Codex. It is designed to be used by the various Codex UIs written in Rust.

Though for non-Rust UIs, we are also working to define a protocol for talking to Codex. See:

You can use the proto subcommand using the executable in the cli crate to speak the protocol using newline-delimited-JSON over stdin/stdout.