migrating the diff_review

This commit is contained in:
2026-03-24 21:47:10 -04:00
parent 565e3658b5
commit 4416626acf
15 changed files with 435 additions and 391 deletions

View File

@@ -5,6 +5,13 @@ local state = {
callback = nil,
llm_response = nil,
attached_files = nil,
entries = {},
current_index = 1,
list_buf = nil,
list_win = nil,
diff_buf = nil,
diff_win = nil,
is_open = false,
}
return state