veto_continue
Restore a saved session on any platform, providing full context, summary, and next action so nothing needs to be re-explained.
Instructions
Restores a saved session on any platform. TRIGGER: when the user types veto_continue (with or without a session id) or asks to resume/continue/restore a session, call THIS live MCP tool directly with that session_id — do NOT treat it as a task to perform by hand, and never read ~/.veto/veto.db or reconstruct the session yourself. Call this immediately after switching platforms — Veto returns the full context, summary, and next action. Nothing needs to be re-explained.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Optional. Session ID from veto_handoff. If omitted, the most recent saved session is restored. | |
| resuming_as | No | The AI client resuming this session (e.g. "gemini"). Recorded as active_client so you can track which tool is currently working on it. |