fix reasoning

This commit is contained in:
Ahmed Ibrahim
2025-08-03 00:16:30 -07:00
parent 1a7f036fb7
commit bd0498744c
2 changed files with 54 additions and 23 deletions

View File

@@ -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