From 737edbc5ab6e82085377fe2287cbdb946d3ff27b Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 2 Mar 2026 00:07:27 -0800 Subject: [PATCH] chore(cli): prepare release v0.1.10 (#11821) --- 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 00949b06b1..310eb3531b 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.1.10] - 2026-03-02 + +### Added + +- **Command Exit Code in Events**: The `tool_result` event for command executions now includes an `exitCode` field, allowing CLI consumers to programmatically distinguish between successful and failed command executions without parsing output text. + ## [0.1.9] - 2026-03-02 ### Fixed diff --git a/apps/cli/package.json b/apps/cli/package.json index cba574270e..b2ff3d9ba3 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@roo-code/cli", - "version": "0.1.9", + "version": "0.1.10", "description": "Roo Code CLI - Run the Roo Code agent from the command line", "private": true, "type": "module",