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 f0d5416 commit 095f47cCopy full SHA for 095f47c
lua/opencode/api.lua
@@ -702,6 +702,8 @@ function M.timeline()
702
end)
703
end
704
705
+--- Forks the current session from a specific user message.
706
+---@param message_id? string The ID of the user message to fork from. If not provided, uses the last user message.
707
function M.fork_session(message_id)
708
if not state.active_session then
709
vim.notify('No active session to fork', vim.log.levels.WARN)
0 commit comments