mirror of
https://github.com/openai/codex.git
synced 2026-05-01 09:56:37 +00:00
refactor: codex app-server ThreadState (#11419)
this is a no-op functionality wise. consolidates thread-specific message processor / event handling state in ThreadState
This commit is contained in:
@@ -62,6 +62,7 @@ mod fuzzy_file_search;
|
||||
mod message_processor;
|
||||
mod models;
|
||||
mod outgoing_message;
|
||||
mod thread_state;
|
||||
mod transport;
|
||||
|
||||
pub use crate::transport::AppServerTransport;
|
||||
|
||||
Reference in New Issue
Block a user