From be2b41478502f64fd41fcf3617c2f8cb4d055c9a Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Tue, 17 Feb 2026 12:58:20 -0800 Subject: [PATCH] chore(cli): prepare release v0.0.55 (#11516) --- apps/cli/CHANGELOG.md | 6 ++++++ apps/cli/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index b59e4c7b95..1c01ec6e1c 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.55] - 2026-02-17 + +### Fixed + +- **Stdin Stream Mode**: Fixed issue where new tasks were incorrectly being created in stdin-prompt-stream mode. The mode now properly reuses the existing task for subsequent prompts instead of creating new tasks. + ## [0.0.54] - 2026-02-15 ### Added diff --git a/apps/cli/package.json b/apps/cli/package.json index e5b2c889d6..7f2e8d296c 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@roo-code/cli", - "version": "0.0.54", + "version": "0.0.55", "description": "Roo Code CLI - Run the Roo Code agent from the command line", "private": true, "type": "module",