We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fb05e commit 0f0e9fbCopy full SHA for 0f0e9fb
1 file changed
tests/helpers.lua
@@ -216,6 +216,7 @@ function M.get_session_from_events(events)
216
end
217
218
function M.replay_event(event)
219
+ event = vim.deepcopy(event)
220
local renderer = require('opencode.ui.renderer')
221
if event.type == 'message.updated' then
222
renderer.on_message_updated(event.properties)
0 commit comments