mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-22 05:15:13 +00:00
* feat: implement grouped message sections for thinking, planning, and execution - Add GroupedThinkingSection with collapsible thinking messages - Add GroupedPlanningSection for plan-related content - Add GroupedExecutionSection with step execution tracking - Update MessageList to use new grouped message rendering - Improve message organization and visual hierarchy * feat: add supporting components for message grouping - Add ExecutionSection for step-based execution display - Add ThinkingSection for thinking message rendering - Add animations library for smooth UI transitions - Add utility functions for message processing * feat: integrate grouped message rendering in core components - Update MessageList to use new grouped sections - Refactor MessageItem to remove TaskSteps dependencies - Implement message grouping logic for thinking/planning/execution - Optimize message rendering timing and reduce delays * feat: simplify typing indicator to minimalistic thinking animation * feat: update UI components and styling for redesigned sidepanel - Update Chat component for new message grouping - Enhance ChatInput with improved styling - Refactor CollapsibleThoughts for better integration - Update Header component styling - Add new CSS classes and Tailwind config for gradients * update loding animation * feat/ Parent Collapsible wrapper for agent activity * feat/skeleton animation for laoding * fix(chore):coloring of lines * update chatpannel * skeleton update * fix errros rendering issue * centralise skeleton calling * code cleanup * single thinking component * auto colsapse after results appears * fix/scroll position issue