You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(output): add toggle for maximum rendered messages
Add a workflow action and command to toggle ui.output.max_messages between a finite
number and nil (no limit). Wire the action into the API, keymaps (<leader>otm),
types, and UI so users can enable/disable the message limit from the output
notice or via command. The toggle notifies the user of the current state. Also
ensure render_output returns its promise/value so callers can await rendering when
requested.
Copy file name to clipboardExpand all lines: lua/opencode/types.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -499,7 +499,7 @@
499
499
500
500
---@classOutputAction
501
501
---@fieldtextstring Action text
502
-
---@fieldtype'diff_revert_all'|'diff_revert_selected_file'|'diff_open'|'diff_restore_snapshot_file'|'diff_restore_snapshot_all'|'select_child_session'Type of action
0 commit comments