core-agent-ide/codex-rs/exec-server/src/posix
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
..
escalate_client.rs exec-server: additional context for errors (#7935) 2025-12-15 11:40:40 -08:00
escalate_protocol.rs fix: prepare ExecPolicy in exec-server for execpolicy2 cutover (#6888) 2025-11-19 13:55:29 -08:00
escalate_server.rs feat: include NetworkConfig through ExecParams (#11105) 2026-02-09 03:32:17 +00:00
escalation_policy.rs fix: prepare ExecPolicy in exec-server for execpolicy2 cutover (#6888) 2025-11-19 13:55:29 -08:00
mcp.rs Upgrade rmcp to 0.14 (#10718) 2026-02-08 15:07:53 -08:00
mcp_escalation_policy.rs Upgrade rmcp to 0.14 (#10718) 2026-02-08 15:07:53 -08:00
socket.rs fix: exec-server stream was erroring for large requests (#7654) 2025-12-06 10:16:47 -08:00
stopwatch.rs feat: waiting for an elicitation should not count against a shell tool timeout (#6973) 2025-11-20 16:45:38 -08:00