Skip to content

Commit 12c5820

Browse files
committed
fix: re-render ui when toggling max messages
1 parent 3f640d1 commit 12c5820

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/opencode/commands/handlers/workflow.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ function M.actions.toggle_max_messages()
297297
local val_text = next_val == nil and 'none' or tostring(next_val)
298298
vim.notify(action_text .. ' message limit to ' .. val_text, vim.log.levels.INFO)
299299
config.values.ui.output.max_messages = next_val
300+
ui.render_output()
300301
end
301302

302303
M.actions.review = Promise.async(function(args)

0 commit comments

Comments
 (0)