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.
History
..
2026-01-20 13:07:28 -08:00
2026-02-06 14:40:50 -08:00
2026-01-22 12:04:23 -08:00
2026-01-28 08:43:17 +00:00
2026-01-30 11:18:39 -08:00
2026-02-05 16:39:11 +00:00
2026-02-07 15:52:03 -08:00
2026-02-06 15:13:56 -08:00
2026-01-09 17:31:17 +00:00
2026-02-05 05:50:38 +00:00
2026-02-06 13:51:46 -08:00
2026-01-26 18:52:10 -08:00
2026-02-05 23:54:57 -08:00
2026-02-02 21:17:01 -08:00
2026-01-22 12:04:23 -08:00
2026-02-09 03:32:17 +00:00
2026-02-04 08:38:06 -08:00
2025-11-21 22:10:52 +00:00
2026-02-04 08:38:06 -08:00
2026-02-03 02:52:26 +00:00
2026-01-30 16:37:56 -08:00
2026-01-22 12:04:23 -08:00
2025-11-13 17:12:10 -08:00
2026-02-02 18:56:39 -08:00
2025-12-23 19:29:32 -08:00
2026-02-06 15:59:00 -08:00
2026-02-07 23:05:03 -08:00
2026-02-05 16:16:31 +00:00
2026-01-07 13:06:20 -08:00
2026-01-27 11:04:23 -08:00
2026-02-05 05:50:38 +00:00
2026-02-07 05:55:15 +00:00
2026-02-02 18:56:39 -08:00
2026-01-22 12:04:23 -08:00
2026-01-14 16:41:50 -08:00
2026-02-03 09:23:53 -08:00
2026-02-04 11:47:10 -08:00
2026-02-04 08:38:06 -08:00
2026-02-04 19:03:14 -08:00
2026-02-05 05:50:38 +00:00
2026-02-07 05:55:15 +00:00
2026-01-14 16:41:50 -08:00
2025-11-13 17:12:10 -08:00
2026-02-02 18:56:39 -08:00
2026-01-14 16:41:50 -08:00
2026-02-03 12:08:38 -08:00
2026-01-22 12:04:23 -08:00
2026-02-05 00:40:05 -08:00
2026-02-03 02:52:26 +00:00
2026-02-06 17:14:37 +01:00
2026-02-07 23:05:03 -08:00
2025-12-12 15:25:22 -08:00
2026-01-08 20:31:03 +00:00
2025-12-04 11:57:58 -08:00
2026-01-22 12:04:23 -08:00
2026-01-22 12:04:23 -08:00
2026-02-07 23:05:03 -08:00
2026-02-04 08:38:06 -08:00
2026-02-04 16:58:48 -08:00
2025-11-20 11:04:11 -08:00
2026-01-22 12:04:23 -08:00
2026-02-04 17:59:22 +00:00
2025-12-19 21:09:20 +00:00
2026-02-06 17:14:37 +01:00
2026-02-06 19:08:24 +00:00
2026-01-07 17:04:53 +00:00
2026-01-22 12:04:23 -08:00
2026-01-27 01:58:05 +00:00
2026-01-14 16:41:50 -08:00
2026-02-07 23:05:03 -08:00
2026-01-30 14:18:31 +01:00
2026-02-07 05:55:15 +00:00
2026-02-08 05:06:33 +00:00