mirror of
https://github.com/openai/codex.git
synced 2026-05-06 06:12:59 +03:00
fix reasoning
This commit is contained in:
@@ -240,6 +240,7 @@ impl ChatWidget<'_> {
|
||||
|
||||
pub(crate) fn handle_codex_event(&mut self, event: Event) {
|
||||
let Event { id, msg } = event;
|
||||
tracing::trace!("[TUI] codex_event: {:?}", msg);
|
||||
match msg {
|
||||
EventMsg::SessionConfigured(event) => {
|
||||
self.bottom_pane
|
||||
|
||||
Reference in New Issue
Block a user