chore(cli): prepare release v0.0.49 #10825
Merged
+12
−1
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.
CLI Release v0.0.49
This PR prepares the CLI release v0.0.49.
Changes
What's New
--output-formatflag to control CLI output format for scripting and automation:text(default) - Human-readable interactive outputjson- Single JSON object with all events and final result at task completionstream-json- NDJSON (newline-delimited JSON) for real-time streaming of eventsChecklist
Important
Prepare CLI release v0.0.49 with version bump, changelog update, and new output format options.
0.0.49inpackage.json.CHANGELOG.mdwith details of version0.0.49.--output-formatflag for CLI with optionstext,json, andstream-jsonfor different output formats.JsonEventEmitterinjson-event-emitter.tsfor structured output.json-events.tsfor event schema.This description was created by
for 7d429ce. You can customize this summary. It will automatically update as commits are pushed.