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 db1bb05 commit 23cdd80Copy full SHA for 23cdd80
lua/opencode/core.lua
@@ -182,7 +182,7 @@ Examples:
182
This matches the file:// URI format that the reference picker already parses from your responses, enabling automatic navigation.
183
]]
184
185
- params.parts = context.format_message(prompt, opts.context)
+ params.parts = context.format_message(prompt, opts.context):await()
186
M.before_run(opts)
187
188
local session_id = state.active_session.id
0 commit comments