You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor conversation handling and enhance conversation management logic
- Updated `ui.js` to replace `createConversation` with `activateEmptyOrCreateConversation`, streamlining conversation initialization.
- Introduced `isConversationEmpty` and `dedupeEmptyConversations` functions in `conversations.js` to manage empty conversations more effectively.
- Enhanced `loadStore` to deduplicate empty conversations and save the updated store when necessary, improving overall conversation management.
0 commit comments