merged
Skyvern-AI/skyvern • 9:26 PM - Jan 30, 2026
This update introduces an isInternalUpdate flag to the workflow change store so that switching conditional branches is treated as a UI state change rather than a workflow edit, preventing false “unsaved changes” prompts. It improves user experience by suppressing unnecessary save dialogs when navigating between branches while still correctly capturing genuine modifications. One potential concern is the reliance on hard-coded timeouts (50 ms) to reset the flag, which could lead to race conditions or flaky behavior under different performance conditions.
