core-agent-ide/codex-rs/network-proxy/src
viyatb-oai 8cd46ebad6
refactor(network-proxy): flatten network config under [network] (#10965)
Summary:
- Rename config table from network_proxy to network.
- Flatten allowed_domains, denied_domains, allow_unix_sockets, and
allow_local_binding onto NetworkProxySettings.
- Update runtime, state constraints, tests, and README to the new config
shape.
2026-02-07 05:22:44 +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 refactor(network-proxy): flatten network config under [network] (#10965) 2026-02-07 05:22:44 +00:00
lib.rs chore: introduce *Args types for new() methods (#10009) 2026-01-27 19:15:38 +00:00
main.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -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 refactor(network-proxy): flatten network config under [network] (#10965) 2026-02-07 05:22:44 +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 refactor(network-proxy): flatten network config under [network] (#10965) 2026-02-07 05:22:44 +00:00
socks5.rs feat(network-proxy): add structured policy decision to blocked errors (#10420) 2026-02-06 10:46:50 -08:00
state.rs refactor(network-proxy): flatten network config under [network] (#10965) 2026-02-07 05:22:44 +00:00
upstream.rs feat: introducing a network sandbox proxy (#8442) 2026-01-23 17:47:09 -08:00