-
-
Notifications
You must be signed in to change notification settings - Fork 77
Feature: Add undo/revert functionality for AI actions #37
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Add the ability to undo/revert AI-generated changes, similar to functionality already implemented in other AI-centric CLI tools.
Prior Art
Other AI-centric CLI tools implement this feature as follows:
- OpenCode:
/undoremoves the last message and reverts file changes. - Claude Code:
/rewindopens an interactive menu to revert Code, Conversation, or Both. - Gemini CLI:
/restoreuses automated snapshots to roll back to a previous "checkpoint." - Codex-CLI:
/undorelies on "ghost commits" to revert the working directory.
Motivation
Users should be able to safely revert changes made by the AI assistant when the result is not what they expected. This is a common pattern across AI coding tools and improves user confidence in letting the AI make changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request