feat(evidence): add RichTextInput with clipboard paste and wire into FlowPilot

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 03:31:03 +00:00
parent f87f3d47de
commit 1d5454c31b
6 changed files with 313 additions and 19 deletions

View File

@@ -302,6 +302,7 @@ export function FlowPilotSession({
canEscalate={canEscalate}
isProcessing={isProcessing}
hasPsaTicket={!!session.psa_ticket_id}
sessionId={session.id}
onResolve={onResolve}
onEscalate={onEscalate}
onPause={onPause}