From 0224f90ff77e2533e04f40449a62228fc4f2c6b0 Mon Sep 17 00:00:00 2001 From: Roomote Date: Mon, 24 Aug 2026 03:56:52 +0000 Subject: [PATCH] docs(terminal): document close interruption --- docs/features/shell-integration.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/shell-integration.mdx b/docs/features/shell-integration.mdx index 4f8285ff..82fc13dc 100644 --- a/docs/features/shell-integration.mdx +++ b/docs/features/shell-integration.mdx @@ -45,6 +45,7 @@ Shell integration is automatically enabled in Zoo Code and connects directly to - Track working directory changes as you navigate your project - React intelligently to terminal output without user intervention - Stop running commands directly from the chat interface using the stop button that appears next to the command execution message. +- Treat closing a VS Code terminal with an active Zoo command as an interruption, so the command stops waiting and the chat task can continue. Stop Command Button in Chat UI