generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsos: linuxterminal
Description
Before opening, please confirm:
Operating System
Fedora 43
Kiro Version
0.8.0
Bug Description
I'm running latest Kiro from .tar.gz:
Version: 0.8.0
VSCode Version: 1.103.2
Commit: ff5b0b54a4bf5780b759a0cf91b16350f8f1fd95
Date: 2025-12-18T23:34:27.348Z
Electron: 37.10.2
ElectronBuildId: undefined
Chromium: 138.0.7204.251
Node.js: 22.21.1
V8: 13.8.258.32-electron.0
OS: Linux x64 6.17.12-300.fc43.x86_64
Before I disable terminal shell integration (which is enabled by default) kiro simply can't read stdout/stderr (command outputs).
the problem solved with adding the following setting to the ~/.config/Kiro/User/settings.json
"terminal.integrated.shellIntegration.enabled": false,Steps to Reproduce
- open kiro and try to run task involving shell interaction
- try to run any command (in my case
terraform version) - kiro can't read output from this command
Expected Behavior
Kiro can interact with terminal as a human
Conversation ID
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsos: linuxterminal