Request to add a Ctrl+Z undo feature in the agent workspace to quickly revert changes.

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.

Hi @Kubi,

Thanks for sharing the feature idea!

In the meantime, you can use Versions in your Agent to revert changes:

Each time you click Publish, a new version is created, so you can track changes and roll back if needed.

Hi Alex, I appreciate the reply, but that’s not what I meant. I’m looking for an option to instantly undo the last action I did. Reverting the agent takes it back to the last published version, which would remove other changes too. I think most people wouldn’t want that in most cases.