Skip to content

Terminal Shell integration broke ability to read from terminal for kiro #4790

@amavlyanov

Description

@amavlyanov

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

  1. open kiro and try to run task involving shell interaction
  2. try to run any command (in my case terraform version)
  3. 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

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions