Session Management
Understand how sessions work in CloudCLI UI, how they are discovered, and how to organise them across projects.
Session Management
CloudCLI UI groups your AI coding agent sessions into projects and gives you a central place to manage all of them.
How Sessions Are Discovered
All existing sessions appear automatically so you don't need to do anything to make them available.
Sessions you create in the UI are immediately available when you run claude -r or equivalent commands in your terminal or IDE
Projects
Sessions are grouped by project directory. CloudCLI UI automatically:
- Creates a project entry for each directory that has sessions
- Shows session count per project
- Lets you rename and delete projects
You can also create a new project directly from the UI by pointing it at a directory or cloning a GitHub repo.
Managing Sessions
Within a project you can:
- Resume any previous session and continue the conversation
- Rename sessions to make them easier to find
- Delete sessions you no longer need
- View full history including timestamps and metadata
Cross-Device Access
- Self-hosted: Sessions are on your machine. Access them from any browser on your network via
[yourip]:port. - CloudCLI Cloud: Sessions live in your cloud environment and are accessible from any device, any IDE, or via API.