core-agent-ide/codex-rs/exec-server/src
Michael Bolin 277babba79
feat: load ExecPolicyManager from ConfigLayerStack (#8453)
https://github.com/openai/codex/pull/8354 added support for in-repo
`.config/` files, so this PR updates the logic for loading `*.rules`
files to load `*.rules` files from all relevant layers. The main change
to the business logic is `load_exec_policy()` in
`codex-rs/core/src/exec_policy.rs`.

Note this adds a `config_folder()` method to `ConfigLayerSource` that
returns `Option<AbsolutePathBuf>` so that it is straightforward to
iterate over the sources and get the associated config folder, if any.
2025-12-22 17:24:17 -08:00
..
bin chore: refactor exec-server to prepare it for standalone MCP use (#6944) 2025-11-19 16:38:14 -08:00
posix fix: change codex/sandbox-state/update from a notification to a request (#8142) 2025-12-18 15:32:01 -08:00
lib.rs fix: add integration tests for codex-exec-mcp-server with execpolicy (#7617) 2025-12-07 06:39:38 +00:00
posix.rs feat: load ExecPolicyManager from ConfigLayerStack (#8453) 2025-12-22 17:24:17 -08:00