veto_session_restore
Restore a saved session snapshot by ID to resume work exactly where you left off. Use with veto_sessions_list to retrieve session IDs.
Instructions
Restores the saved context snapshot of a previous session by ID so you can resume work where it left off. Use veto_sessions_list to find IDs. For the chronological event timeline instead of the working context, use veto_session_replay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | UUID of the session to restore. | |
| resuming_as | No | The AI client resuming this session (e.g. "claude", "gemini", "codex"). Recorded as active_client. |