mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-07 05:15:09 -05:00
- Introduced `isLoadingSession` prop to manage loading states in `ChatContainer` and `ChatMessagesContainer`. - Updated `useCopilotPage` to handle session loading state and improve user experience during session creation. - Refactored session management logic to streamline message hydration and session handling. - Enhanced UI feedback with loading indicators when messages are being fetched or sessions are being created.