On MacOS 26 I have the following error:
๐ Terminal Blocks Sequential AI Commands
Problem: When AI executes multiple bash commands, the terminal blocks subsequent commands from returning output.
Steps:
- AI runs first command โ Terminal opens โ โ Works
- AI runs second command โ Same terminal โ โ No output
- Manually close terminal โ AI runs command โ โ Works in new terminal
Impact: Must manually close terminal between every AI command.
Example:
brew update โ โ
Output received
brew upgrade zig โ โ No output (same terminal)
[Close terminal manually]
brew upgrade zig โ โ
Works (new terminal)
Expected: Terminal should auto-close or properly reuse for multiple commands.
Environment: macOS (Apple Silicon), zsh, Kiro Nov 2025
Suggested Fix: Add setting: "Auto-close AI command terminals"
Has anyone else experienced this? Full technical report available if needed.