mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00: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:
@@ -1,9 +1,9 @@
|
||||
use codex_execpolicy::Decision;
|
||||
use codex_execpolicy::PatternToken;
|
||||
use codex_execpolicy::Policy;
|
||||
use codex_execpolicy::PrefixPattern;
|
||||
use codex_execpolicy::PrefixRule;
|
||||
use codex_execpolicy::RuleRef;
|
||||
use codex_execpolicy::rule::PatternToken;
|
||||
use codex_execpolicy::rule::PrefixPattern;
|
||||
use codex_execpolicy::rule::PrefixRule;
|
||||
use multimap::MultiMap;
|
||||
use serde::Deserialize;
|
||||
use std::sync::Arc;
|
||||
|
||||
Reference in New Issue
Block a user