mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
- Add a single builder for developer permissions messaging that accepts SandboxPolicy and approval policy. This builder now drives the developer “permissions” message that’s injected at session start and any time sandbox/approval settings change. - Trim EnvironmentContext to only include cwd, writable roots, and shell; removed sandbox/approval/network duplication and adjusted XML serialization and tests accordingly. Follow-up: adding a config value to replace the developer permissions message for custom sandboxes.
8 lines
181 B
Python
8 lines
181 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "protocol",
|
|
crate_name = "codex_protocol",
|
|
compile_data = glob(["src/prompts/permissions/**/*.md"]),
|
|
)
|