You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: only highlight edge from actual previous node when paused at breakpoint
Use activeNode.prev (tracked from real execution state events) to filter
incoming edges at breakpoint nodes, instead of highlighting all edges
targeting the node. Falls back to all edges when no prev info is available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments