pushed
jeffwweee/devspace • 5:08 PM - Mar 3, 2026
Previously, the /stop command in the gateway was queued with a standard delay alongside other messages, meaning it wouldn't halt operations right away. The code now sends an Escape keypress directly to tmux to interrupt any active pending inputs, and immediately follows up with the /stop command bypassing the delay queue. This results in a much snappier and more reliable experience when trying to interrupt ongoing processes.
