Files
codex/codex-rs/core/src
Dylan 4b01f0f50a fix: tui default trusted settings should respect workspace write config (#3341)
## Summary
When using the trusted state during tui startup, we created a new
WorkspaceWrite policy without checking the config.toml for a
`sandbox_workspace_write` field. This would result in us setting the
sandbox_mode as workspace-write, but ignoring the field if the user had
set `sandbox_workspace_write` without also setting `sandbox_mode` in the
config.toml. This PR adds support for respecting
`sandbox_workspace_write` setting in config.toml in the trusted
directory flow, and adds tests to cover this case.

## Testing
- [x] Added unit tests
2025-10-16 11:23:38 -07:00
..
2025-10-14 17:50:00 +00:00
2025-10-08 17:13:49 -07:00
2025-10-14 17:50:00 +00:00
2025-09-22 20:10:52 -07:00
2025-10-14 17:50:00 +00:00
2025-10-05 21:12:31 +00:00
2025-10-09 16:01:01 +00:00
2025-10-14 17:50:00 +00:00
2025-09-24 15:31:27 +00:00
2025-09-18 14:14:16 -07:00
2025-10-03 11:17:39 +01:00
2025-09-10 17:38:11 -07:00
2025-09-02 17:29:58 +00:00