Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jan 18, 2026

CLI Release v0.0.49

This PR prepares the CLI release v0.0.49.

Changes

  • Version bump in package.json
  • Changelog update

What's New

  • Output Format Options: New --output-format flag to control CLI output format for scripting and automation:
    • text (default) - Human-readable interactive output
    • json - Single JSON object with all events and final result at task completion
    • stream-json - NDJSON (newline-delimited JSON) for real-time streaming of events

Checklist

  • Version number is correct
  • Changelog entry is complete and accurate
  • All CI checks pass

Important

Prepare CLI release v0.0.49 with version bump, changelog update, and new output format options.

  • Version Update:
    • Bump version to 0.0.49 in package.json.
  • Changelog:
    • Update CHANGELOG.md with details of version 0.0.49.
  • New Feature:
    • Add --output-format flag for CLI with options text, json, and stream-json for different output formats.
    • Introduce JsonEventEmitter in json-event-emitter.ts for structured output.
    • Reference json-events.ts for event schema.

This description was created by Ellipsis for 7d429ce. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested review from jr and mrubens as code owners January 18, 2026 17:22
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. Enhancement New feature or request labels Jan 18, 2026
@roomote
Copy link
Contributor

roomote bot commented Jan 18, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. No issues found.

This is a straightforward CLI release preparation with correct version bump (0.0.48 -> 0.0.49) and accurate changelog entry documenting the new --output-format feature.

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

@cte cte merged commit fdf32bd into main Jan 18, 2026
15 of 17 checks passed
@cte cte deleted the cli-release-v0.0.49 branch January 18, 2026 17:23
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jan 18, 2026
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants