Skip to main content

Restore Points

Restore Points are workspace snapshots that let you roll back to a known-good state when an AI agent makes destructive or undesirable changes.

Creating Restore Points

Restore Points can be created:

  • Manually — Through Dashboard actions when you want to save the current state
  • Automatically — Before risky operations like dependency installs (configurable)

Using Restore Points

When you need to revert:

  1. Open the Restore Point from the Dashboard or from a Proactive Alert action
  2. Preview what will be restored
  3. Apply the restore to revert your workspace

Configuration

// settings.json
{
// Enable/disable restore points
"unfoldai.restorePoints.enabled": true,

// Auto-create restore points before install-like commands
"unfoldai.restorePoints.autoOnInstallCommands": true
}

Availability

Restore Points are available on all plans, including Free.