re-implement session id in status (#2332)
Basically the same thing as https://github.com/openai/codex/pull/2297
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user