core-agent-ide/codex-rs/cloud-requirements
viyatb-oai 739908a12c
feat(core): add network constraints schema to requirements.toml (#10958)
## Summary

Add `requirements.toml` schema support for admin-defined network
constraints in the requirements layer

example config:

```
[experimental_network]
enabled = true
allowed_domains = ["api.openai.com"]
denied_domains = ["example.com"]
```
2026-02-07 19:48:24 +00:00
..
src feat(core): add network constraints schema to requirements.toml (#10958) 2026-02-07 19:48:24 +00:00
BUILD.bazel Fetch Requirements from cloud (#10167) 2026-01-30 12:03:29 +00:00
Cargo.toml chore: fix the build breakage that came from a merge race (#10239) 2026-01-30 10:29:54 -08:00