Interrupt the agent mid-response

keyboard shortcuts

// what it does

Press Esc to stop the current response or tool call in its tracks while keeping the session and everything done so far, then send a new message to redirect. It is the everyday way to steer the agent when it heads the wrong direction.

// shortcut

Esc

// gotcha

Esc interrupts; it does not undo. Any edits the agent already wrote to disk stay — follow with /undo if you need them reverted.

// resources