Commit Graph

9 Commits

Author SHA1 Message Date
pradeepkumar
fd06d7b243 feat: Implement client-side caching for conversations in useMessaging to reduce re-fetching and improve performance. 2026-03-23 21:27:34 +05:30
pradeepkumar
19b90285da feat: Implement conversation mute and favorite features with UI, API, and state management. 2026-03-19 17:03:25 +05:30
pradeepkumar
27e9fdabb4 feat: Implement persistent chat clearing functionality by adding a new service method and integrating it into the useMessaging hook. 2026-03-19 09:33:36 +05:30
pradeepkumar
f3c4e31924 feat: Implement message catch-up and retry logic for conversation room joins on socket reconnection. 2026-03-17 18:03:07 +05:30
pradeepkumar
50640a5828 feat: Enable agents to initiate conversations with connected users and refactor the conversation start flow to be role-aware. 2026-03-15 00:29:25 +05:30
pradeepkumar
7d641eec12 feat: Add chat management actions including clear and delete conversation, and enhance session token refresh logic. 2026-03-09 23:47:28 +05:30
pradeepkumar
c5dc139633 feat: Implement rich media messaging for images, files, and GIFs, and add message read/delivery status indicators. 2026-02-21 22:11:42 +05:30
pradeepkumar
50e593d7ae feat: Implement proactive access token refreshing within the session and reactive token renewal for socket authentication errors. 2026-02-11 04:47:51 +05:30
pradeepkumar
a2384fc7d9 feat: Implement real-time messaging functionality with dedicated services, types, a custom hook, and UI integration. 2026-02-08 22:44:06 +05:30