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(console): scope error-dedup to the block execution
The dedup keyed on block+message for 1.5s, but the toast stack clears on
navigation — so a genuinely new same-block error within that window (e.g. a
re-run, or after navigating) was suppressed with no replacement toast. Key the
dedup on the block execution (getBlockExecutionKey) so only the same execution's
addConsole/updateConsole double-fire collapses; a different execution always
toasts.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments