Skip to content

Conversation

@kilocode-bot
Copy link
Collaborator

@kilocode-bot kilocode-bot commented Nov 9, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@kilocode/[email protected]

Minor Changes

  • #3623 ef6bcac Thanks @Sureshkumars! - # Checkpoint Restore

    Allows users to restore their conversation to a previous point in time.

    What do we have here?

    View your checkpoints

    /checkpoint list

    This shows all available restore points with:
    Hash for the checkpoint
    When it was created

    Restore to a checkpoint

    /checkpoint restore abc123...

    You'll see a confirmation showing:
    Which checkpoint you're going back to
    How many messages will be removed
    What will happen to your current work

    Choose Restore to go back, or Cancel to keep working.

    Example

    Let's say you asked Kilo CLI to refactor some code, but you don't like the result:

    Run /checkpoint list to see earlier save points

    Find the checkpoint from before the refactoring

    Run /checkpoint restore <hash> with that checkpoint's hash

    Confirm the restore
    Your conversation is now back to before the refactoring happened

    Why use checkpoints?

    1. Undo mistakes - Go back if something went wrong
    2. Try different approaches - Restore and try a different solution
    3. Keep working states - Return to a point where everything was working

[email protected]

Minor Changes

Patch Changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants