core-agent-ide/codex-rs/exec-server/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
..
bin chore: refactor exec-server to prepare it for standalone MCP use (#6944) 2025-11-19 16:38:14 -08:00
posix feat: include NetworkConfig through ExecParams (#11105) 2026-02-09 03:32:17 +00:00
lib.rs fix: add integration tests for codex-exec-mcp-server with execpolicy (#7617) 2025-12-07 06:39:38 +00:00
posix.rs Wire up cloud reqs in exec, app-server (#10241) 2026-01-30 23:53:41 +00:00