We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8db78a commit 3f11b5aCopy full SHA for 3f11b5a
lua/opencode/core.lua
@@ -93,6 +93,7 @@ M.open = Promise.async(function(opts)
93
if opts.new_session then
94
state.active_session = nil
95
state.last_sent_context = nil
96
+ context.unload_attachments()
97
98
state.current_model = nil
99
state.current_mode = nil
0 commit comments