#Vault
Vault is a right-sidebar pane for finding old AI coding agent sessions by transcript content instead of by terminal history.
#What Vault indexes
Vault reads local session records from supported agents and makes their transcripts searchable inside cmux.
- Codex sessions
- Claude Code sessions
- OpenCode sessions
- Pi sessions
#Workflow
- Open Vault from the right sidebar.
- Search for a file, branch, issue title, error message, or phrase from the conversation.
- Drag a matching session into the current workspace.
- Resume from the recovered context beside the code or browser pane you are using now.
#When to use Vault
Use Vault when you remember what an agent worked on but not which workspace, date, or shell command started it. It is built for rediscovering prior agent context, not for restoring the current app layout after relaunch.
#Limits
Vault can only index session formats that cmux knows how to read on the local machine. It does not search private remote hosts unless those sessions are available to the local cmux installation.
Read the Vault feature story for a workflow-oriented overview.