From 1c8b094a773dbb61f6604b05884d516ffd6981e3 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 2 Mar 2026 11:22:03 -0500 Subject: [PATCH] fix(gui): restore missing _render_message_panel method def after set_file_slice edit --- gui_2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui_2.py b/gui_2.py index d4db621..6bf89c2 100644 --- a/gui_2.py +++ b/gui_2.py @@ -2766,6 +2766,7 @@ class App: imgui.table_set_column_index(2); imgui.text(f"{tok / total_tok * 100:.0f}%") imgui.end_table() + def _render_message_panel(self) -> None: # LIVE indicator is_live = self.ai_status in ["running powershell...", "fetching url...", "searching web...", "powershell done, awaiting AI..."] if is_live: