The code history is a change log that tracks every change Elle (the AI assistant) makes to your application's codebase. Each entry shows what was modified and when, giving you a clear history of how your application has evolved.
Use the change log to:
Review recent changes after prompting Elle to make updates
Understand what was modified when troubleshooting unexpected behavior
Keep a record of your application's development history
Revert to a previous version of your application
To access your application's change log:
From your application, navigate to Implement -> Code.
Click the History tab.
Review the change log, including the date the change was Created on, the application Version, and What changed in that version.
Click the Roll back icon beside any version to roll your application back to that version.
Preview and production data sets for your application are different. Changes you make to an application's preview will not be reflected in production until you Deploy those changes.