oc_session_snapshot
Capture browser state snapshot including open tabs, worker state, and task memo for context recovery after compaction. Use before long operations or periodically during multi-step tasks.
Instructions
Save browser state snapshot for context recovery after compaction. Captures open tabs, worker state, and your task memo. Use before long operations or periodically during multi-step tasks. Restore with oc_session_resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objective | Yes | What you are trying to accomplish | |
| currentStep | Yes | What step you are currently on | |
| nextActions | Yes | Planned next actions | |
| completedSteps | No | Steps already completed | |
| notes | No | Additional context or notes | |
| label | No | Optional label for this snapshot |