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