Bug
New commits to an ability do not update the version running on the main agent. The agent continues to run the old version.
The new code only appears in the Live Editor test — not in the actual agent flow.
Steps to reproduce
- Edit ability code
- Commit new version
- Enable ability on agent
- Trigger ability → old version runs
Workaround
Delete the ability completely → re-upload → re-enable → new version runs correctly
Expected behavior
New commits should deploy to the main agent flow, not only to the editor.
Related