AI Conversation History
View, resume, and manage your past AI conversations.
Overview
MineSync AI saves your conversations so you can return to previous queries and continue where you left off. The conversation history sidebar shows all your past chats sorted by most recent.
Viewing History
The history panel appears as a sidebar alongside the main chat area. Toggle it using the sidebar button in the chat header.
Each entry in the history list shows:
- Title — auto-generated from your first message, or a custom title you set.
- Model — the AI model used for the conversation.
- Message count — how many messages are in the thread.
- Last updated — when the conversation was last active.
Click any conversation to load its full message history and continue the chat.
Managing Conversations
Renaming
Conversations are automatically titled based on your first message. You can rename a conversation to something more descriptive.
Deleting
Delete individual conversations or clear all history. Deletions are soft deletes — the data is marked as deleted but not permanently removed from the database.
Delete All
You can clear your entire conversation history at once. This only affects your own conversations and does not impact other users.
Layout Options
Configure the history panel in AI Settings:
- Visibility — show or hide the history panel by default.
- Position — place the history sidebar on the left or right side.
- Width — adjust the panel width from 240px to 400px.
Pagination
Conversations load in pages of 20 by default. Scroll to load older conversations as needed. The system uses cursor-based pagination for efficient loading.
Common Questions
Can I see other users' conversations?
No. Conversation history is private to each user.
Are deleted conversations recoverable?
Deletions are soft deletes, meaning the records remain in the database with a deletedAt timestamp. However, there is no UI to restore them — contact your administrator for database-level recovery if needed.
Is there a limit to how many conversations I can have?
There is no hard limit. Conversations are stored in the database and persist until deleted.