From d7f20a2f4dd0b557002ea8422aceec5e8ba5d766 Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Tue, 15 Sep 2026 20:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E6=B3=A8=E5=86=8C=20read=5Fagent=5Fru?= =?UTF-8?q?ntime=5Ferror=5Fdetail=20=E5=88=B0=20Tauri=20handler=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=88=E5=90=88=E5=B9=B6=E6=97=B6=E8=A2=AB?= =?UTF-8?q?=20checkout=20=E8=A6=86=E7=9B=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ai-game-creator-shell/src-tauri/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src-tauri/src/main.rs b/apps/ai-game-creator-shell/src-tauri/src/main.rs index 1ade8ccb3..3f73bcdc5 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/main.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/main.rs @@ -2776,6 +2776,7 @@ fn main() { read_local_conversation, read_direct_project_conversation, read_direct_tool_calls, + read_agent_runtime_error_detail, append_local_conversation_message, append_direct_project_conversation_message, build_local_project_index,