From 90d72ba510f46d487671a853e883ba7f70eacbfa 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 <> --- content/Changelog/cli.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index 177e202d..4f5a7b17 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -7,6 +7,16 @@ import { Callout } from 'fumadocs-ui/components/callout'; This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli). +## v0.0.152 + + + Released: June 24, 2025 + + +**Changes:** +- **Fixed**: Railgurd the user from creating a project in an existing project directory ([#396](https://github.com/agentuity/cli/pull/396)) +- **Fixed**: Fix regression in hot reload for new bun/node templates ([#398](https://github.com/agentuity/cli/pull/398)) + ## v0.0.149 From 369c2dd6a39e4a896c96527f9b984a9fc8113408 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 <> --- content/Changelog/cli.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index 4f5a7b17..cfd3da6b 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -17,6 +17,27 @@ This page documents the release history of the [Agentuity CLI](https://github.co - **Fixed**: Railgurd the user from creating a project in an existing project directory ([#396](https://github.com/agentuity/cli/pull/396)) - **Fixed**: Fix regression in hot reload for new bun/node templates ([#398](https://github.com/agentuity/cli/pull/398)) +## v0.0.151 + + + Released: June 18, 2025 + + +**Changes:** +- **Changed**: Switch to using a more compatible docker internal hostname that works cross platform ([#394](https://github.com/agentuity/cli/pull/394)) +- **Changed**: Split up the upload vs deploy status messages ([#395](https://github.com/agentuity/cli/pull/395)) + +## v0.0.150 + + + Released: June 13, 2025 + + +**Changes:** +- **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)) +- **Fixed**: Fix install script race condition by eliminating separate HEAD request ([#389](https://github.com/agentuity/cli/pull/389)) + ## v0.0.149