From a8d0844130abc970d46a16cfa665f8a373ddd3f2 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:37 +0000 Subject: [PATCH 1/4] Update changelog for v0.0.144 Co-Authored-By: unknown <> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4be09d7..fd59e707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.144] - 2025-06-03 + +### 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 issue with agent casing not being considered ([#372](https://github.com/agentuity/cli/pull/372)) +- Fixed filtering of environment variables and secrets that are internal ([#371](https://github.com/agentuity/cli/pull/371)) + ## [v0.0.143] - 2025-05-30 ### Changed @@ -747,6 +754,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.85]: https://github.com/agentuity/cli/compare/v0.0.84...v0.0.85 [v0.0.84]: https://github.com/agentuity/cli/compare/v0.0.83...v0.0.84 [v0.0.83]: https://github.com/agentuity/cli/compare/v0.0.82...v0.0.83 +[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.82]: https://github.com/agentuity/cli/compare/v0.0.81...v0.0.82 [v0.0.81]: https://github.com/agentuity/cli/compare/v0.0.80...v0.0.81 [v0.0.80]: https://github.com/agentuity/cli/compare/v0.0.79...v0.0.80 From f065afe205db27f52b9d3702b7060e9fe5ad3038 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:33:23 +0000 Subject: [PATCH 2/4] Fix version comparison link ordering - move v0.0.144 to top of list Co-Authored-By: unknown <> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd59e707..f2ffb439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -747,6 +747,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.92]: https://github.com/agentuity/cli/compare/v0.0.91...v0.0.92 [v0.0.91]: https://github.com/agentuity/cli/compare/v0.0.90...v0.0.91 [v0.0.90]: https://github.com/agentuity/cli/compare/v0.0.89...v0.0.90 +[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.89]: https://github.com/agentuity/cli/compare/v0.0.88...v0.0.89 [v0.0.88]: https://github.com/agentuity/cli/compare/v0.0.87...v0.0.88 [v0.0.87]: https://github.com/agentuity/cli/compare/v0.0.86...v0.0.87 @@ -754,7 +755,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.85]: https://github.com/agentuity/cli/compare/v0.0.84...v0.0.85 [v0.0.84]: https://github.com/agentuity/cli/compare/v0.0.83...v0.0.84 [v0.0.83]: https://github.com/agentuity/cli/compare/v0.0.82...v0.0.83 -[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.82]: https://github.com/agentuity/cli/compare/v0.0.81...v0.0.82 [v0.0.81]: https://github.com/agentuity/cli/compare/v0.0.80...v0.0.81 [v0.0.80]: https://github.com/agentuity/cli/compare/v0.0.79...v0.0.80 From 758867a6e7e1602bca7cf755d3042fa0a1dfde4a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:34:37 +0000 Subject: [PATCH 3/4] Move v0.0.144 version comparison link to top of list as latest release Co-Authored-By: unknown <> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ffb439..43804fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -737,6 +737,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.102]: https://github.com/agentuity/cli/compare/v0.0.101...v0.0.102 [v0.0.101]: https://github.com/agentuity/cli/compare/v0.0.100...v0.0.101 [v0.0.100]: https://github.com/agentuity/cli/compare/v0.0.99...v0.0.100 +[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.99]: https://github.com/agentuity/cli/compare/v0.0.98...v0.0.99 [v0.0.98]: https://github.com/agentuity/cli/compare/v0.0.97...v0.0.98 [v0.0.97]: https://github.com/agentuity/cli/compare/v0.0.96...v0.0.97 @@ -747,7 +748,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.92]: https://github.com/agentuity/cli/compare/v0.0.91...v0.0.92 [v0.0.91]: https://github.com/agentuity/cli/compare/v0.0.90...v0.0.91 [v0.0.90]: https://github.com/agentuity/cli/compare/v0.0.89...v0.0.90 -[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.89]: https://github.com/agentuity/cli/compare/v0.0.88...v0.0.89 [v0.0.88]: https://github.com/agentuity/cli/compare/v0.0.87...v0.0.88 [v0.0.87]: https://github.com/agentuity/cli/compare/v0.0.86...v0.0.87 From 615478099c3018d879b0d6e467e28e66eeee5691 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:38:35 +0000 Subject: [PATCH 4/4] Move v0.0.144 version comparison link to absolute top of entire version links list Co-Authored-By: unknown <> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43804fac..3ccf9b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -693,6 +693,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks for new agent creation +[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.143]: https://github.com/agentuity/cli/compare/v0.0.142...v0.0.143 [v0.0.142]: https://github.com/agentuity/cli/compare/v0.0.141...v0.0.142 [v0.0.141]: https://github.com/agentuity/cli/compare/v0.0.140...v0.0.141 @@ -737,7 +738,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.102]: https://github.com/agentuity/cli/compare/v0.0.101...v0.0.102 [v0.0.101]: https://github.com/agentuity/cli/compare/v0.0.100...v0.0.101 [v0.0.100]: https://github.com/agentuity/cli/compare/v0.0.99...v0.0.100 -[v0.0.144]: https://github.com/agentuity/cli/compare/v0.0.143...v0.0.144 [v0.0.99]: https://github.com/agentuity/cli/compare/v0.0.98...v0.0.99 [v0.0.98]: https://github.com/agentuity/cli/compare/v0.0.97...v0.0.98 [v0.0.97]: https://github.com/agentuity/cli/compare/v0.0.96...v0.0.97