From e700ccad06c797d2d3de02709b75745be45b8b4a Mon Sep 17 00:00:00 2001 From: cte Date: Sun, 8 Feb 2026 21:02:48 -0800 Subject: [PATCH 1/2] chore(cli): prepare release v0.0.52 --- 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 87fcc57add..d5ea6833c5 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.52] - 2026-02-09 + +### Changed + +- **Build Configuration Cleanup**: Removed `@anthropic-ai/bedrock-sdk` from external modules in [`tsup.config.ts`](tsup.config.ts) as the dependency is no longer used after the Bedrock provider migration to AI SDK + ## [0.0.51] - 2026-02-06 ### Changed diff --git a/apps/cli/package.json b/apps/cli/package.json index b9589d985b..029e677201 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@roo-code/cli", - "version": "0.0.51", + "version": "0.0.52", "description": "Roo Code CLI - Run the Roo Code agent from the command line", "private": true, "type": "module", From e1c69bf277a38efb11ced5368c6c5bda93024d04 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Sun, 8 Feb 2026 21:04:47 -0800 Subject: [PATCH 2/2] Update CHANGELOG for build cleanup and Linux support Removed unused dependency from build configuration and added Linux support. --- apps/cli/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index d5ea6833c5..98231e8480 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.52] - 2026-02-09 -### Changed +### Added -- **Build Configuration Cleanup**: Removed `@anthropic-ai/bedrock-sdk` from external modules in [`tsup.config.ts`](tsup.config.ts) as the dependency is no longer used after the Bedrock provider migration to AI SDK +- **Linux Support**: Added support for `linux-arm64`. ## [0.0.51] - 2026-02-06