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. Local Aether startup asks the agent to create a new session. A remote client either resumes the server’s session (if one exists), or creates a new session.

/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 listing available sessions — type to fuzzy-search by title or path. When the terminal is wide enough, a preview panel shows each session’s path, last-updated time, model, mode, tool-call count, and recent messages. 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.