core-agent-ide/codex-rs/core/tests
Michael Bolin 383b45279e
feat: include NetworkConfig through ExecParams (#11105)
This PR adds the following field to `Config`:

```rust
pub network: Option<NetworkProxy>,
```

Though for the moment, it will always be initialized as `None` (this
will be addressed in a subsequent PR).

This PR does the work to thread `network` through to `execute_exec_env()`, `process_exec_tool_call()`, and `UnifiedExecRuntime.run()` to ensure it is available whenever we span a process.
2026-02-09 03:32:17 +00:00
..
common feat: enable premessage-deflate for websockets (#10966) 2026-02-07 17:59:34 -08:00
fixtures Update tests to stop using sse_completed fixture (#10638) 2026-02-04 08:38:06 -08:00
suite feat: include NetworkConfig through ExecParams (#11105) 2026-02-09 03:32:17 +00:00
all.rs test: faster test execution in codex-core (#2633) 2025-08-24 11:10:53 -07:00
cli_responses_fixture.sse Add CLI streaming integration tests (#1542) 2025-07-12 18:05:58 -07:00
responses_headers.rs add originator to otel (#10826) 2026-02-06 15:13:56 -08:00