save_version
Save a version of the current project state. ALWAYS call this once after each meaningful set of changes you make on the user's behalf — the user flicks between versions to compare or roll back, so an unsaved edit is one they can't easily revisit. Use a short descriptive name (e.g. "add slide-in animation"); the user sees this verbatim in the picker. One version per logical change-set, not one per individual tool call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Short label describing what this set of changes accomplished. Defaults to a timestamp if omitted, but a description is much more useful to the user. | |
| projectId | Yes | Project to save a version of (filename stem). |