Sessions
Sessions represent conversations with the AI agent. Each session maintains its own history, context, and state.
Session Lifecycle
Creating Sessions
Sessions are created automatically when you start a conversation:
Resuming Sessions
Resume previous conversations:
Session Management
List Sessions
Archive Sessions
Delete Sessions
Forking Sessions
Create a branch from any point in a conversation:
Forking is useful for:
- Exploring alternative solutions
- Testing different approaches
- Preserving context while trying new ideas
Session Storage
Sessions are stored in:
Session Configuration
Per-Sender Sessions
When using chat bridges, you can isolate sessions per sender:
This ensures each user has their own conversation context.
Session Context
Each session maintains:
- Conversation history
- File context
- Working directory
- Model preferences
- Active tools