Skip to content

Sessions

A session is a single conversation thread with Atlas. Sessions are automatically saved to your vault as you chat, so your history is always there when you come back.

If you close Atlas and return within 4 hours, your previous conversation automatically picks up where you left off. You’ll see the full history in the chat panel, and Atlas still has the context from your earlier exchange.

After 4 hours, Atlas considers the session finished and will start a fresh one next time you open the app (or when your auto-reset policy triggers — see below).

After 2 or more exchanges in a conversation, Atlas quietly generates a short topic name for the session in the background. This name appears in the session history so you can find old conversations later.

You don’t need to name sessions yourself — Atlas handles it automatically based on what you talked about.

Your conversation history is saved as files in your vault:

<your vault>/atlas/memory/sessions/

Each session is stored as a JSONL file (one message per line) with a small metadata sidecar file. These are plain files on your computer — you can read them, back them up, or move them just like any other file in your vault.

To start fresh, click the New Chat button at the top of the chat panel. This ends the current session and starts a new one.

You can also configure Atlas to reset sessions automatically.

In Settings > AI > Session Reset, you can choose how sessions reset:

PolicyBehavior
ManualSessions only reset when you click “New Chat”. This is the default.
DailyAtlas starts a new session at a configured time each day (default: 4:00 AM). Good if you prefer a clean slate each morning.
IdleAtlas starts a new session after a period of inactivity (default: 2 hours). Useful if you have many short, unrelated conversations.

When a session ends — whether manually or via auto-reset — Atlas does a few things automatically:

  1. Writes a session summary — a short summary of the conversation is saved to your long-term memory in atlas/memory/long-term/
  2. Consolidates learnings — Atlas reviews the session for anything worth remembering and updates your facts file if needed
  3. Updates your user snapshot — the short profile summary that appears in every system prompt is refreshed to reflect anything new Atlas learned about you

This means the things you talked about in one session can inform how Atlas responds in future sessions, even after the conversation history is gone.


Next: Streaming