core-agent-ide/codex-rs/exec/tests/suite
Josh McKinney 66a4b89822
feat(tui): clarify Windows auto mode requirements (#5568)
## Summary
- Coerce Windows `workspace-write` configs back to read-only, surface
the forced downgrade in the approvals popup,
  and funnel users toward WSL or Full Access.
- Add WSL installation instructions to the Auto preset on Windows while
keeping the preset available for other
  platforms.
- Skip the trust-on-first-run prompt on native Windows so new folders
remain read-only without additional
  confirmation.
- Expose a structured sandbox policy resolution from config to flag
Windows downgrades and adjust tests (core,
exec, TUI) to reflect the new behavior; provide a Windows-only approvals
snapshot.

  ## Testing
  - cargo fmt
- cargo test -p codex-core
config::tests::add_dir_override_extends_workspace_writable_roots
- cargo test -p codex-exec
suite::resume::exec_resume_preserves_cli_configuration_overrides
- cargo test -p codex-tui
chatwidget::tests::approvals_selection_popup_snapshot
- cargo test -p codex-tui
approvals_popup_includes_wsl_note_for_auto_mode
  - cargo test -p codex-tui windows_skips_trust_prompt
  - just fix -p codex-core
  - just fix -p codex-tui
2025-10-28 01:19:32 +00:00
..
apply_patch.rs Add codex exec testing helpers (#4254) 2025-09-25 17:12:45 -07:00
auth_env.rs Use response helpers when mounting SSE test responses (#4783) 2025-10-05 21:58:16 +00:00
mod.rs chore: drop approve all (#5503) 2025-10-22 16:55:06 +01:00
originator.rs Set codex SDK TypeScript originator (#4894) 2025-10-07 14:06:41 -07:00
output_schema.rs Simplify request body assertions (#4845) 2025-10-07 09:56:39 +01:00
resume.rs feat(tui): clarify Windows auto mode requirements (#5568) 2025-10-28 01:19:32 +00:00
sandbox.rs make tests pass cleanly in sandbox (#4067) 2025-09-25 13:11:14 -07:00
server_error_exit.rs OpenTelemetry events (#2103) 2025-09-29 11:30:55 -07:00