Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Fix stdin stream queued messages and command output streaming - #11814

Merged
cte merged 1 commit into
mainfrom
codex/cli-stdin-stream-fixes
Mar 2, 2026
Merged

Fix stdin stream queued messages and command output streaming#11814
cte merged 1 commit into
mainfrom
codex/cli-stdin-stream-fixes

Conversation

@cte

@ctecte commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • ensure queued stdin-stream messages are preserved and drained correctly during long-running command execution
  • stream command execution output chunks as they are produced in stream-json mode
  • keep command-output events correlated to the originating command execution in emitted JSON events
  • add/adjust tests covering queued message drain and command output streaming behavior

Validation

  • lint and typecheck passed via pre-commit/pre-push hooks during commit/push

Interactively review PR in Roo Code Cloud

@dosubotdosubotBot added size:L This PR changes 100-499 lines, ignoring generated files. bug Something isn't working labels Mar 2, 2026
@cte
cte merged commit ec97958 into mainMar 2, 2026
15 checks passed
@cte
cte deleted the codex/cli-stdin-stream-fixes branch March 2, 2026 03:54
@github-project-automationgithub-project-automationBot moved this from New to Done in Roo Code RoadmapMar 2, 2026
@github-actionsgithub-actionsBot mentioned this pull request Mar 4, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bugSomething isn't workingsize:LThis PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cte