migrating the logs

This commit is contained in:
2026-03-24 21:57:02 -04:00
parent 9687b352d5
commit 69c8061b8e
12 changed files with 374 additions and 374 deletions

View File

@@ -17,6 +17,10 @@ local state = {
total_response_tokens = 0,
current_provider = nil,
current_model = nil,
queue_buf = nil,
queue_win = nil,
listener_id = nil,
queue_listener_id = nil,
}
return state