Skip to content

chore(cli): prepare release v0.0.54#11477

Merged
cte merged 1 commit intomainfrom
cli-release-v0.0.54
Feb 15, 2026
Merged

chore(cli): prepare release v0.0.54#11477
cte merged 1 commit intomainfrom
cli-release-v0.0.54

Conversation

@cte
Copy link
Collaborator

@cte cte commented Feb 15, 2026

CLI Release v0.0.54

This PR prepares the CLI release v0.0.54.

Changes

  • Version bump in package.json
  • Changelog update

Summary of Changes Since v0.0.53

Added

  • Stdin Stream Mode: New stdin-prompt-stream mode that reads prompts from stdin, allowing batch processing and piping multiple tasks

Fixed

  • Fixed JSON emitter state not being cleared between tasks in stdin-prompt-stream mode
  • Fixed inconsistent user role for prompt echo partials in stream-json mode

Checklist

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

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. changelog-ready labels Feb 15, 2026
@roomote
Copy link
Contributor

roomote bot commented Feb 15, 2026

Rooviewer Clock   See task

Reviewed the version bump and changelog changes. One minor documentation issue found.

  • Broken link to non-existent src/ui/stdin-prompt-stream.ts in CHANGELOG.md

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

@cte cte merged commit aaee5a2 into main Feb 15, 2026
17 checks passed
@cte cte deleted the cli-release-v0.0.54 branch February 15, 2026 07:40
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Feb 15, 2026

### Added

- **Stdin Stream Mode**: New `stdin-prompt-stream` mode that reads prompts from stdin, allowing batch processing and piping multiple tasks. Each line of stdin is processed as a separate prompt with streaming JSON output. See [`stdin-prompt-stream.ts`](src/ui/stdin-prompt-stream.ts) for implementation.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The relative link stdin-prompt-stream.ts points to a file that does not exist. The stdin-prompt-stream functionality lives in src/commands/cli/run.ts and src/index.ts. Previous changelog entries (e.g., v0.0.50) link to files that do exist, so this appears to be a typo. Consider either removing the link or pointing it to the correct file.

Fix it with Roo Code or mention @roomote and request a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-ready size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant