diff --git a/src/session-commands.ts b/src/session-commands.ts index 3dc6d09..c8611cb 100644 --- a/src/session-commands.ts +++ b/src/session-commands.ts @@ -241,6 +241,7 @@ export async function handleSessionCommand(opts: { // Advance cursor to the command — messages AFTER it remain pending for next poll. deps.advanceCursor(cmdMsg.timestamp); + deps.resetPairedTask?.(); await deps.setTyping(false); if (cmdOutput === 'error' || hadCmdError) {