mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
- stop prompting users to install WSL - prompt users to turn on Windows sandbox when auto mode requested. <img width="1660" height="195" alt="Screenshot 2025-11-17 110612" src="https://github.com/user-attachments/assets/c67fc239-a227-417e-94bb-599a8ed8f11e" /> <img width="1684" height="168" alt="Screenshot 2025-11-17 110637" src="https://github.com/user-attachments/assets/d18c3370-830d-4971-8746-04757ae2f709" /> <img width="1655" height="293" alt="Screenshot 2025-11-17 110719" src="https://github.com/user-attachments/assets/d21f6ce9-c23e-4842-baf6-8938b77c16db" />
6 lines
121 B
Rust
6 lines
121 B
Rust
mod auth;
|
|
pub mod onboarding_screen;
|
|
mod trust_directory;
|
|
pub use trust_directory::TrustDirectorySelection;
|
|
mod welcome;
|