Charley Cunningham 2026-01-30 11:57:13 -08:00 committed by GitHub
parent 9b29a48a09
commit 2457bb3c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
});