Skip to content

Commit 23cdd80

Browse files
committed
fix: send message not working in last merge
1 parent db1bb05 commit 23cdd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Examples:
182182
This matches the file:// URI format that the reference picker already parses from your responses, enabling automatic navigation.
183183
]]
184184

185-
params.parts = context.format_message(prompt, opts.context)
185+
params.parts = context.format_message(prompt, opts.context):await()
186186
M.before_run(opts)
187187

188188
local session_id = state.active_session.id

0 commit comments

Comments
 (0)