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 c65fd75 commit e1cf7a5Copy full SHA for e1cf7a5
lua/goose/core.lua
@@ -75,6 +75,9 @@ function M.run(prompt, opts)
75
M.after_send()
76
end,
77
on_output = function(output)
78
+ -- Reload all modified file buffers
79
+ vim.cmd('checktime')
80
+
81
-- for new sessions, session data can only be retrieved after running the command, retrieve once
82
if not state.active_session and state.new_session_name then
83
state.active_session = session.get_by_name(state.new_session_name)
0 commit comments