chore(legacy): Remove gui_legacy.py and refactor all tests to use gui_2.py

This commit is contained in:
2026-03-03 01:09:24 -05:00
parent dbd955a45b
commit 4d171ff24a
16 changed files with 183 additions and 2816 deletions

View File

@@ -922,7 +922,7 @@ class App:
try:
action = task.get("action")
if action == "refresh_api_metrics":
self._refresh_api_metrics(task.get("payload", {}))
self._refresh_api_metrics(task.get("payload", {}), md_content=self.last_md or None)
elif action == "handle_ai_response":
payload = task.get("payload", {})
text = payload.get("text", "")