migrating the logs file

This commit is contained in:
2026-03-24 21:53:14 -04:00
parent 4416626acf
commit 9687b352d5
29 changed files with 452 additions and 374 deletions

View File

@@ -12,6 +12,11 @@ local state = {
diff_buf = nil,
diff_win = nil,
is_open = false,
listeners = {},
total_prompt_tokens = 0,
total_response_tokens = 0,
current_provider = nil,
current_model = nil,
}
return state