Build · 7 min read
Review changes, roll back, and restore
Inspect the diff, roll back to an earlier message, and restore work from the composer tray.
On this page
Open Changes
The Workspace card shows additions and deletions. Open Changes to review every affected file and exact diff. Counts summarize size, not correctness.
Review generated files and lockfiles too. Preserve unrelated user work before committing.
Roll back from a user message
Use rollback on a user message to return the session and tracked file changes to that point. Gyroscape stops an active run and places the prompt in the composer for revision.
Inspect Git status afterward, especially when files were also edited outside Gyroscape.
Restore rolled-back messages
A tray above the composer shows the number of rolled-back messages and a preview. Expand it and select Restore message at the point you want to recover.
Restoring the newest item removes the rollback boundary. Restoring an earlier item advances recovery step by step without duplicating messages.
Commit after review
Git commit and push actions may be available after review. Use a result-oriented message, verify branch and remote, and do not treat rollback as a substitute for source-control history.
Related articles