mirror of
https://github.com/openai/codex.git
synced 2026-05-03 21:01:55 +03:00
feat: single app-server bootstrap in TUI (#16582)
Before this, the TUI was starting 2 app-server. One to check the login status and one to actually start the session This PR make only one app-server startup and defer the login check in async, outside of the frame rendering path --------- Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -5,7 +5,7 @@ pub(crate) mod execpolicycheck;
|
||||
mod executable_name;
|
||||
pub(crate) mod parser;
|
||||
pub(crate) mod policy;
|
||||
pub(crate) mod rule;
|
||||
pub mod rule;
|
||||
|
||||
pub use amend::AmendError;
|
||||
pub use amend::blocking_append_allow_prefix_rule;
|
||||
|
||||
Reference in New Issue
Block a user