Skip to content

Commit c18d8f5

Browse files
committed
fix(api): don't need rerender here
Renderer already subscribes to state.active_session
1 parent 86c5379 commit c18d8f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/opencode/api.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ end
350350
function M.initialize()
351351
local id = require('opencode.id')
352352

353-
ui.render_output(true)
354-
355353
local new_session = core.create_new_session('AGENTS.md Initialization')
356354
if not new_session then
357355
vim.notify('Failed to create new session', vim.log.levels.ERROR)

0 commit comments

Comments
 (0)