What problem does this feature request solve?
Right now, there is no way to revert changes in the agent workspace. If a developer makes a mistake or accidentally deletes something, they have to manually rebuild it from scratch. This wastes time and increases the risk of breaking the workflow.
What is the use case for this feature?
Developers often experiment, tweak settings, and adjust logic in the agent workspace. A simple undo function (Ctrl+Z) would let them quickly revert changes without losing work or having to recreate steps.
Please describe the functionality of this feature request.
Add a Ctrl+Z (Undo) function in the agent workspace that allows users to reverse their last action(s). This should work for changes in configuration, code edits, and workflow adjustments, just like in most editors.
Is there anything else we should know?
This feature is standard in most development environments. Adding it would make building and editing agents much smoother, prevent data loss, and improve developer productivity.