I'm writing to request the implementation of a staging/development environment and improved workflow for bots.
The current system has some limitations that make it challenging to develop and maintain production bots safely:
Lack of Staging Environment: Every change is immediately saved and becomes the production state. There's no separate environment to test changes before pushing to production.
Automatic Saving: Every minor change, even deleting a few characters, is automatically saved. This makes it risky to experiment or make adjustments to production bots. Importantly, there is no undo function. If you make a mistake, it's immediately saved without the ability to revert the change easily.
No Draft/Publish Workflow: Cannot save drafts of changes separately from the live version. No clear "publish" step to move changes from draft to production.