Skip to content

Disable stream mode for manual prompts and flush output directly to stdout#28

Merged
jihchi merged 1 commit intomainfrom
fix-dispatch-output
Mar 11, 2026
Merged

Disable stream mode for manual prompts and flush output directly to stdout#28
jihchi merged 1 commit intomainfrom
fix-dispatch-output

Conversation

@jihchi
Copy link
Owner

@jihchi jihchi commented Mar 11, 2026

Fixes an issue where running muxclaw dispatch with a manual prompt and stream: true in the config would fail to print output to the terminal.

  • Explicitly sets stream = false and stdout: 'inherit' when a prompt is provided directly on the CLI without an --id.
  • Prevents errors related to trying to read an unpiped stdout.
  • Updated tests to cover this scenario.

@jihchi jihchi merged commit 95e85b7 into main Mar 11, 2026
2 checks passed
@jihchi jihchi deleted the fix-dispatch-output branch March 11, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant