docs(checkpoints): document revert banner warnings and snapshot restoration - #12663
Merged
emilieschario merged 1 commit intoJul 29, 2026
Merged
Conversation
…ration Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by claude-sonnet-5 · Input: 12 · Output: 2.1K · Cached: 217K Review guidance: REVIEW.md from base branch |
emilieschario
enabled auto-merge
July 29, 2026 16:29
lambertjosh
approved these changes
Jul 29, 2026
emilieschario
deleted the
session/agent_31de1956-06ff-4839-b349-1d973a7cd5bb
branch
July 29, 2026 16:39
This was referenced Jul 31, 2026
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
…6-06ff-4839-b349-1d973a7cd5bb docs(checkpoints): document revert banner warnings and snapshot restoration
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.
What changed
Added two pieces of documentation to the Checkpoints page (
packages/kilo-docs/pages/code-with-ai/features/checkpoints.md):A note callout explaining that workspace restoration requires snapshots. If snapshots are disabled or the reverted range has no stored checkpoint, only the conversation is rewound while the agent's file changes remain on disk.
A description of the revert banner warning states shown when a revert could not restore workspace files:
Why
These behaviors exist in the extension but were not documented. Users reverting when snapshots are off or for ranges lacking a checkpoint would only have their conversation rewound without the file changes being restored — documenting the banner warning states helps users understand what happened and how to enable snapshots.