fix: add missing branching files and TypeScript fix

- Add BranchRevivalCard, BranchTransitionBar, useHandoff, useResolutionOutputs, SessionQueuePage
- Fix useFlowPilotSession: add is_branching/active_branch_id defaults

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-03-24 13:40:13 +00:00
parent c8778bb4e7
commit 19283fdeb6
6 changed files with 196 additions and 0 deletions

View File

@@ -92,6 +92,8 @@ export function useFlowPilotSession(): UseFlowPilotSession {
ticket_data: null,
steps: [firstStep],
conversation_messages: [],
is_branching: false,
active_branch_id: null,
})
setAllSteps([firstStep])
setCurrentStep(firstStep)