veto_session_restore
Restore a previous session's context snapshot by ID to resume work where it left off. Use the sessions list tool to find the required session ID.
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. |