Preserve structured child errors in batch JSON summaries - #5265
Merged
Conversation
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.
Batch JSON summaries replaced actionable child errors with generic exit-code errors. Both sequential and parallel batches now preserve safe child JSON classifications and measured budget/retry fields, including E028 failures from status explanations and search arrays.
Child error parsing has a 64 KiB UTF-8 limit, depth limit, field/type checks, and diagnostic sanitization. Invalid output keeps the existing fallback; explicit capture/cancellation/timeout errors and parent output limits retain precedence. Raw failed streams remain available only through
--include-raw-streams.Validation:
No blocking/actionable issues found.Updated CLI help and English/Japanese README, user, developer, and testing documentation. Changelog fragment:
changelog.d/unreleased/5259.fixed.md.Follow-up references: #5258, #5264.
Fixes #5259