WIP: PAIN2

This commit is contained in:
2026-03-05 14:43:45 -05:00
parent 0e3b479bd6
commit fca57841c6
8 changed files with 162 additions and 104 deletions

View File

@@ -54,4 +54,4 @@ def test_live_hook_server_responses(live_gui) -> None:
# 4. Performance
# diagnostics are available via get_gui_diagnostics or get_gui_state
perf = client.get_gui_diagnostics() if hasattr(client, 'get_gui_diagnostics') else client.get_gui_state()
assert "fps" in perf or "current_provider" in perf # current_provider check as fallback for get_gui_state
assert "fps" in perf or "thinking" in perf