mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
2769cff509
llamaindex, agno, and claude-sdk-python emit AG-UI REASONING_MESSAGE_* events but pinned @ag-ui/client ^0.0.43, whose @ag-ui/core discriminated union lacks the REASONING_MESSAGE_* variants — the frontend threw invalid_union_discriminator and the reasoning demo broke. Pin all three to exact 0.0.48 (matching the claude-sdk-typescript fix in #5323), regenerate their lockfiles so @ag-ui/core resolves to 0.0.48 with zero 0.0.43 nodes, and ratchet the validate-pins drift baseline down from 60 to 57 to reflect the now-exact pins. Verified locally on the built-image showcase rig: D5 green and the D6 reasoning-display probe passes for all three backends with zero invalid_union_discriminator.