Files
codex/codex-rs/core/src
viyatb-oai 4edb1441a7 feat(config): add permissions.network proxy config wiring (#12054)
## Summary

Implements the `ConfigToml.permissions.network` and uses it to populate
`NetworkProxyConfig`. We now parse a new nested permissions/network
config shape which is converted into the proxy’s runtime config.

When managed requirements exist, we still apply those constraints on top
of user settings (so managed policy still wins).

* Cleaned up the old constructor path so it now accepts both user config
+ managed constraints directly.
* Updated the reload path so live proxy config reloads respect
[permissions.network] too, while still supporting the existing top-level
[network] format.

### Behavior
- User-defined `[permissions.network]` values are now honored.
- Managed constraints still take effect and are validated against the
resulting policy.
2026-02-19 13:44:55 -08:00
..
2026-01-27 11:04:23 -08:00
2026-02-10 16:12:31 +00:00
2026-02-17 20:19:53 -08:00
2026-02-18 18:28:34 +00:00
2026-02-17 20:19:53 -08:00
2026-02-10 11:45:23 -08:00
2025-11-28 11:34:57 +00:00