core-agent-ide/codex-rs/exec
Pavel Bezglasny 508abbe990
Update render name in tui for approval_policy to match with config values (#1675)
Currently, codex on start shows the value for the approval policy as
name of
[AskForApproval](2437a8d17a/codex-rs/core/src/protocol.rs (L128))
enum, which differs from
[approval_policy](2437a8d17a/codex-rs/config.md (approval_policy))
config values.
E.g. "untrusted" becomes "UnlessTrusted", "on-failure" -> "OnFailure",
"never" -> "Never".
This PR changes render names of the approval policy to match with
configuration values.
2025-07-24 14:17:57 -07:00
..
src Update render name in tui for approval_policy to match with config values (#1675) 2025-07-24 14:17:57 -07:00
Cargo.toml chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00