re-implement session id in status (#2332)

Basically the same thing as https://github.com/openai/codex/pull/2297
This commit is contained in:
easong-openai
2025-08-14 19:14:46 -07:00
committed by GitHub
parent a075424437
commit d0b907d399
3 changed files with 19 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ fn make_chatwidget_manual() -> (
task_complete_pending: false,
interrupts: InterruptManager::new(),
needs_redraw: false,
session_id: None,
};
(widget, rx, op_rx)
}