What problem does it solve?
Safely pausing or ending an AI session while preserving state, notes, and brief progress prevents lost work, dangling instances, and inconsistent project memory across restarts and machines.
Core Features & Use Cases
- Session preservation: Updates the session record with status, resume point, and a concise summary to allow reliable resumption later.
- Instance cleanup: Deregisters active instances from the VPS dashboard to avoid orphaned registrations.
- Brain synchronization: Optionally syncs learnings, decisions, briefs, and metrics to the centralized brain and drains queued sync operations before finalizing.
- Use case: A developer finishes a remote coding session and needs to stop the agent, record what was done, deregister the instance, and ensure the centralized brain has all session artifacts for future continuation.
Quick Start
Save the session and enter REST MODE to capture the current state, deregister any active instance, and optionally sync changes to the centralized brain.