Skip to content
Theme:

Sessions

Sessions represent a conversation with an agent. Each session has its own message history, configuration state, and working directory.

Sessions are managed by the agent, not the terminal UI. When you start Aether, it asks the agent to create a new session. The agent stores the session state — messages, config, and context — and the UI renders it.

/clear

This tells the agent to create a fresh session. The conversation history is cleared. When the new session exposes the same configurable options, Wisp restores the selections you were using before the clear.

/resume

This asks the agent for a list of previous sessions. A picker appears showing available sessions with their titles. Select one to restore it — the conversation history and configuration for that saved session are loaded from the agent.

Each session tracks:

StateDescription
Session IDUnique identifier
TitleAgent-generated summary
Working directoryThe directory the session was started in
Config selectionsModel, reasoning effort, mode, etc.
Conversation historyFull message history (stored by agent)

When you switch sessions, the configuration options that were active in that session are restored.

You can have many sessions stored by the agent. Use /resume to switch between them. Only one session is active at a time.