Open
Conversation
- New docs/sandbox/snapshots.mdx page covering create, list, delete snapshots - Add snapshots to sidebar navigation - Update persistence page: replace PNG diagram with Mermaid flowchart including Snapshotting state - Remove unused images/diagram.png - Add .tool-versions for mise (Node 24.11.0)
New webhook/API event type for when a snapshot is created from a sandbox.
The sandbox is paused/resumed during snapshot creation, which drops all active connections. Recommend proper reconnect handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/sandbox/snapshots.mdx) covering creating, listing, and deleting snapshots with JS + Python code examplesimages/diagram.png.tool-versionsfor mise (Node 24.11.0)Test plan
/docs/sandbox/snapshotsNote
Low Risk
Documentation-only updates plus a Node version pin; low risk aside from potential broken internal links or diagram rendering issues in the docs site.
Overview
Adds a new
docs/sandbox/snapshots.mdxpage documenting sandbox snapshots (create, spawn-from-snapshot, list/filter, delete) with JS/Python examples and Mermaid flow diagrams.Updates Sandbox navigation (
docs.json) to include the new Snapshots page, and refreshes lifecycle docs to mention the newcheckpointed/sandbox.lifecycle.checkpointedevent and link to snapshots. Replaces the persistence state diagram PNG with a Mermaid state machine that includes a new Snapshotting state and adds.tool-versionspinning Node24.11.0.Written by Cursor Bugbot for commit f9da751. This will update automatically on new commits. Configure here.