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 a928881 commit bd7ca59Copy full SHA for bd7ca59
lua/opencode/ui/formatter.lua
@@ -240,8 +240,6 @@ function M.format_message_header(message)
240
local model_text = message.info.modelID and ' ' .. message.info.modelID or ''
241
local debug_text = config.debug and ' [' .. message.info.id .. ']' or ''
242
243
- output:add_empty_line()
244
-
245
local display_name
246
if role == 'assistant' then
247
local mode = message.info.mode
0 commit comments