Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/features/shell-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="/img/v3.15/v3.15.png" alt="Stop Command Button in Chat UI" width="600" />

Expand Down
Loading