This commit is contained in:
Ahmed Ibrahim
2025-09-10 09:52:25 -07:00
parent 7b3d8c83c9
commit d2730f2b93

View File

@@ -20,7 +20,6 @@ use std::collections::HashMap;
use std::path::PathBuf;
use std::sync::Arc;
use tokio::sync::RwLock;
use tracing::warn;
/// Represents a newly created Codex conversation, including the first event
/// (which is [`EventMsg::SessionConfigured`]).