From f658d22a902a4a468c487e690f15a0d336f504e0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:40:38 +0000 Subject: [PATCH] Update CLI changelog in docs for v0.0.144 Co-Authored-By: unknown <> --- content/Changelog/cli.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index 03b591e9..9c9ffe99 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -7,6 +7,17 @@ import { Callout } from 'fumadocs-ui/components/callout'; This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli). +## v0.0.144 + + + Released: June 3, 2025 + + +**Changes:** +- **Fixed**: Fixed terminal cursor disappearing after breaking change error by returning error instead of os.Exit(1) ([#373](https://github.com/agentuity/cli/pull/373)) +- **Fixed**: Fixed issue with agent casing not being considered ([#372](https://github.com/agentuity/cli/pull/372)) +- **Fixed**: Fixed filtering of environment variables and secrets that are internal ([#371](https://github.com/agentuity/cli/pull/371)) + ## v0.0.143