Michael Chihlas
db717b0b3f
feat(escalations): magic-moment 3-option CTA + claim 500 fix
- HandoffContextScreen: 3-option layout (Continue/AI analysis/Own thing)
with hasTaskLane, activeOptionKey, spinner/disabled states
- AssistantChatPage: wire up handleContinue, handleAIAnalysis, handleOwnThing
handlers; chip detail expansion inline with copy-button fix; post-escalation
redirect to dashboard on ConcludeSessionModal close
- TaskLane: fix async copy button (await + execCommand fallback + copiedKey
visual feedback); whitespace-pre-wrap on command blocks
- Fix 500 on claim: Pydantic v2 model_validate() + model_copy(update={})
(was passing update= kwarg directly which v2 rejects)
- HandoffResponse schema: handed_off_by_name field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 00:05:02 -04:00
..
2026-04-28 01:59:28 -04:00
2026-03-29 16:20:52 +00:00
2026-04-30 00:05:02 -04:00
2026-03-29 16:20:52 +00:00
2026-03-17 01:21:11 -04:00
2026-04-27 22:27:26 -04:00
2026-04-22 01:30:18 -04:00
2026-04-30 00:05:02 -04:00
2026-04-01 05:57:01 +00:00
2026-04-06 20:17:47 +00:00
2026-02-08 18:18:38 -05:00
2026-04-30 00:05:02 -04:00
2026-02-09 21:41:29 -05:00
2026-04-23 15:32:02 -04:00
2026-03-30 04:56:10 +00:00
2026-03-18 02:41:43 +00:00
2026-04-25 02:32:50 -04:00