mirror of
https://github.com/temetro/temetro.git
synced 2026-08-11 02:57:55 +00:00
8c1f520047
The ai-elements `reasoning.tsx` imports `streamdown`/`@streamdown/*`, which are not installed (it's a dormant component). Importing it into chat-panel made the whole chat fail to render — taking the input toolbar (attach, add-patient, model picker, mic, send) down with it. Render the reasoning block with a self-contained COSS Collapsible + Shimmer instead (no streamdown). The other AI-elements I wired in (tool, queue, suggestion, shimmer) have their deps installed and stay. Verified with a full `next build`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>