core-agent-ide/codex-rs/network-proxy/src
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
..
admin.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
config.rs refactor(network-proxy): flatten network config under [network] (#10965) 2026-02-07 05:22:44 +00:00
http_proxy.rs feat: enable premessage-deflate for websockets (#10966) 2026-02-07 17:59:34 -08:00
lib.rs chore: reverse the codex-network-proxy -> codex-core dependency (#11121) 2026-02-08 17:03:24 -08:00
network_policy.rs refactor(network-proxy): flatten network config under [network] (#10965) 2026-02-07 05:22:44 +00:00
policy.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
proxy.rs feat: include NetworkConfig through ExecParams (#11105) 2026-02-09 03:32:17 +00:00
reasons.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00
responses.rs feat(network-proxy): add structured policy decision to blocked errors (#10420) 2026-02-06 10:46:50 -08:00
runtime.rs chore: reverse the codex-network-proxy -> codex-core dependency (#11121) 2026-02-08 17:03:24 -08:00
socks5.rs feat(network-proxy): add structured policy decision to blocked errors (#10420) 2026-02-06 10:46:50 -08:00
state.rs chore: reverse the codex-network-proxy -> codex-core dependency (#11121) 2026-02-08 17:03:24 -08:00
upstream.rs feat: enable premessage-deflate for websockets (#10966) 2026-02-07 17:59:34 -08:00