core-agent-ide/codex-rs/exec/src
Ahmed Ibrahim 2b96f9f569
Dividing UserMsgs into categories to send it back to the tui (#3127)
This PR does the following:

- divides user msgs into 3 categories: plain, user instructions, and
environment context
- Centralizes adding user instructions and environment context to a
degree
- Improve the integration testing

Building on top of #3123

Specifically this
[comment](https://github.com/openai/codex/pull/3123#discussion_r2319885089).
We need to send the user message while ignoring the User Instructions
and Environment Context we attach.
2025-09-04 05:34:50 +00:00
..
cli.rs [exec] Fix exec sandbox arg (#2034) 2025-08-08 18:19:40 -07:00
event_processor.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
event_processor_with_human_output.rs Dividing UserMsgs into categories to send it back to the tui (#3127) 2025-09-04 05:34:50 +00:00
event_processor_with_json_output.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
lib.rs Add a common way to create HTTP client (#3110) 2025-09-03 10:11:02 -07:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00