mirror of
https://github.com/openai/codex.git
synced 2026-05-22 20:14:17 +00:00
app-server: trim deferred cleanup state
This commit is contained in:
@@ -68,7 +68,6 @@ pub(crate) struct TurnSummary {
|
||||
pub(crate) last_error: Option<TurnError>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct PendingTerminalPlanCleanup {
|
||||
pub(crate) turn_id: String,
|
||||
pub(crate) plan_update: UpdatePlanArgs,
|
||||
|
||||
Reference in New Issue
Block a user