From 571cae23686a5761efd6f03ed3bd8e7869d1faf4 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Sun, 1 Mar 2026 22:28:49 -0800 Subject: [PATCH] chore(cli): prepare release v0.1.9 (#11818) --- apps/cli/CHANGELOG.md | 10 ++++++++++ apps/cli/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index ec56e512ce..00949b06b1 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -5,6 +5,16 @@ 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.1.9] - 2026-03-02 + +### Fixed + +- **Stdin Stream Cancel Race**: Fixed a race condition during startup cancellation in stdin-stream mode that could cause unexpected behavior when canceling tasks immediately after starting them. + +### Tests + +- **Integration Test Suite**: Added comprehensive integration test suite for stdin-stream protocol covering cancel, followup, multi-message queue, and shutdown scenarios. + ## [0.1.8] - 2026-03-02 ### Changed diff --git a/apps/cli/package.json b/apps/cli/package.json index 7b2b991016..cba574270e 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@roo-code/cli", - "version": "0.1.8", + "version": "0.1.9", "description": "Roo Code CLI - Run the Roo Code agent from the command line", "private": true, "type": "module",