session_manager
Create, destroy, list, get, or cleanup isolated sessions with their own working directories to maintain context across multiple CLI commands.
Instructions
Manage isolated sessions for Rovodev CLI operations. Each session has its own working directory and can be used to maintain context across multiple commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: create new session, destroy existing session, list all sessions, get session details, or cleanup expired sessions | |
| sessionId | No | Session ID (required for destroy and get actions) | |
| timeoutMs | No | Session timeout in milliseconds (only used with create action, defaults to 30 minutes) |