refactor(helper): drop stderr from response - #616
Draft
Alex Shabalin (alex-sparus) wants to merge 1 commit into
Draft
refactor(helper): drop stderr from response#616Alex Shabalin (alex-sparus) wants to merge 1 commit into
Alex Shabalin (alex-sparus) wants to merge 1 commit into
Conversation
4 tasks
Contributor
Author
This stack of pull requests is managed by jj-ryu. |
3 tasks
Contributor
🎨 Storybook previewUpdated for f2cab13 |
Contributor
📋 PR Overview
🔬 Coverage
|
This was referenced Jul 29, 2026
Alex Shabalin (alex-sparus)
force-pushed
the
alex/fix-helper-c2.1
branch
from
July 30, 2026 12:50
d53a2b2 to
5f8ed0d
Compare
3 tasks
Alex Shabalin (alex-sparus)
force-pushed
the
alex/fix-helper-c2.1
branch
from
August 4, 2026 15:19
5f8ed0d to
3507992
Compare
4 tasks
Scott McMaster (scottmcmaster)
approved these changes
Aug 5, 2026
Alex Shabalin (alex-sparus)
force-pushed
the
alex/fix-helper-c2.1
branch
from
August 5, 2026 08:48
3507992 to
f2cab13
Compare
The daemon never populates it: activation runs with stderr merged into stdout (2>&1), so the field only implied a separate error channel that does not exist. Removing it is free while protocol v2 already breaks the wire shape.
Alex Shabalin (alex-sparus)
force-pushed
the
alex/fix-helper-c2.1
branch
from
August 17, 2026 15:48
f2cab13 to
c73bf3d
Compare
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.
Summary
internal code
C2.1Test Plan
Docs