refactoring the context

This commit is contained in:
2026-03-24 21:32:03 -04:00
parent f8ce473877
commit 565e3658b5
16 changed files with 475 additions and 454 deletions

View File

@@ -0,0 +1,10 @@
local state = {
buf = nil,
win = nil,
original_event = nil,
callback = nil,
llm_response = nil,
attached_files = nil,
}
return state