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(terminal): Ctrl-C while queued no longer interrupts the whole notebook
Pluto only offers a notebook-wide interrupt; firing it while the
terminal snippet was still waiting in waitForIdle killed unrelated
editor executions. The interrupt is now sent only while the snippet is
actually running — a queued snippet is cancelled by the generation
bump alone.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments