We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f640d1 commit 12c5820Copy full SHA for 12c5820
1 file changed
lua/opencode/commands/handlers/workflow.lua
@@ -297,6 +297,7 @@ function M.actions.toggle_max_messages()
297
local val_text = next_val == nil and 'none' or tostring(next_val)
298
vim.notify(action_text .. ' message limit to ' .. val_text, vim.log.levels.INFO)
299
config.values.ui.output.max_messages = next_val
300
+ ui.render_output()
301
end
302
303
M.actions.review = Promise.async(function(args)
0 commit comments