core-agent-ide/codex-rs/exec
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
..
src Dividing UserMsgs into categories to send it back to the tui (#3127) 2025-09-04 05:34:50 +00:00
tests chore: require uninlined_format_args from clippy (#2845) 2025-08-28 11:25:23 -07:00
Cargo.toml Add AuthManager and enhance GetAuthStatus command (#2577) 2025-08-22 13:10:11 -07:00