From d3394112c424331b99fed76db1059fd049e94d97 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:59:56 +0000 Subject: [PATCH 1/2] Update changelog for CLI v0.0.152 Co-Authored-By: unknown <> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57eb0493..f73ad80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.152] - 2025-06-24 + +### Fixed +- Railgurd the user from creating a project in an existing project directory ([#396](https://github.com/agentuity/cli/pull/396)) +- Fix regression in hot reload for new bun/node templates ([#398](https://github.com/agentuity/cli/pull/398)) + ## [v0.0.149] - 2025-06-13 ### Fixed From 59aa8ae98726235924c14f7534a703a1b48e09e2 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:12:23 +0000 Subject: [PATCH 2/2] Add missing changelog entries for v0.0.150 and v0.0.151 Co-Authored-By: unknown <> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73ad80e..28440013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Railgurd the user from creating a project in an existing project directory ([#396](https://github.com/agentuity/cli/pull/396)) - Fix regression in hot reload for new bun/node templates ([#398](https://github.com/agentuity/cli/pull/398)) +## [v0.0.151] - 2025-06-18 + +### Changed +- Switch to using a more compatible docker internal hostname that works cross platform ([#394](https://github.com/agentuity/cli/pull/394)) +- Split up the upload vs deploy status messages ([#395](https://github.com/agentuity/cli/pull/395)) + +## [v0.0.150] - 2025-06-13 + +### Added +- Add groq patch module ([#390](https://github.com/agentuity/cli/pull/390)) + +### Fixed +- Complete JSONC parsing fix for MCPConfig.UnmarshalJSON method ([#388](https://github.com/agentuity/cli/pull/388)) +- Fix install script race condition by eliminating separate HEAD request ([#389](https://github.com/agentuity/cli/pull/389)) + ## [v0.0.149] - 2025-06-13 ### Fixed