Charley Cunningham
2026-01-30 11:57:13 -08:00
committed by GitHub
parent 9b29a48a09
commit 2457bb3c40

View File

@@ -1154,6 +1154,7 @@ impl App {
return Ok(AppExitInfo {
token_usage: app.token_usage(),
thread_id: app.chat_widget.thread_id(),
thread_name: app.chat_widget.thread_name(),
update_action: app.pending_update_action,
exit_reason,
});