fix: stream Vibe worker output#2521
Merged
illegalcall merged 15 commits intoJul 9, 2026
Merged
Conversation
…kspace components
…sBoard components
…nonical-handoff # Conflicts: # frontend/src/renderer/components/ProjectSettingsForm.test.tsx # frontend/src/renderer/components/ProjectSettingsForm.tsx # frontend/src/renderer/components/SessionsBoard.tsx # frontend/src/renderer/types/workspace.ts
Collaborator
Author
illegalcall
reviewed
Jul 8, 2026
illegalcall
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed this together with #2518 because both PRs change worker launch argv for interactive TUI behavior. I left one inline contract issue.
illegalcall
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #2515
Fixes the Vibe worker terminal output by launching Vibe in its normal interactive TUI mode instead of programmatic output
mode.
Changes
Updated the Vibe adapter launch command to pass the worker task as Vibe’s positional initial prompt:
Removed programmatic -p / --prompt launch usage for worker sessions.
Removed --output streaming, which exposed raw newline-delimited JSON transcript events in the worker terminal.
Updated restore commands to resume through the interactive TUI:
vibe --trust [--workdir ] [--agent ] --resume
Added/updated tests to assert Vibe does not launch with -p, --prompt, or --output.
Testing
GOCACHE=/private/tmp/go-build-ao-vibe go test ./internal/adapters/agent/vibe