From f10f9ac2fdb3213d33f035fa03e4ac10b1eaa363 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 21:34:36 +0000 Subject: [PATCH 1/3] Update changelog for CLI v0.0.138 Co-Authored-By: unknown <> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1322e3..e531f04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138 +## [v0.0.138] - 2025-05-23 + +### Changed +- DevMode: Removed TUI (Terminal User Interface) in favor of a simpler logging approach ([#344](https://github.com/agentuity/cli/pull/344)) + +### Fixed +- Fixed prepareStackTrace error handling and improved DevMode logging ([#343](https://github.com/agentuity/cli/pull/343)) +- Added better handling for Ctrl+C in DevMode ([#343](https://github.com/agentuity/cli/pull/343)) + ## [v0.0.137] - 2025-05-23 From 2b9259d75b3f72c56762f43510bcffc6c244fbcd Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 21:40:40 +0000 Subject: [PATCH 2/3] Fix changelog formatting: move link to bottom and add space after header Co-Authored-By: unknown <> --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e531f04d..7f9e092a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138 + ## [v0.0.138] - 2025-05-23 ### Changed @@ -722,3 +722,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.58]: https://github.com/agentuity/cli/compare/v0.0.57...v0.0.58 [v0.0.57]: https://github.com/agentuity/cli/compare/v0.0.56...v0.0.57 [v0.0.56]: https://github.com/agentuity/cli/compare/v0.0.55...v0.0.56 +[v0.0.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138 From a267359eb6ad62fdfca52bc10d2d776b3f2cca9b Mon Sep 17 00:00:00 2001 From: Jeff Haynie Date: Fri, 23 May 2025 22:36:53 -0500 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9e092a..0252c19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -640,6 +640,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.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138 [v0.0.137]: https://github.com/agentuity/cli/compare/v0.0.136...v0.0.137 [v0.0.136]: https://github.com/agentuity/cli/compare/v0.0.135...v0.0.136 [v0.0.135]: https://github.com/agentuity/cli/compare/v0.0.134...v0.0.135 @@ -722,4 +723,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.58]: https://github.com/agentuity/cli/compare/v0.0.57...v0.0.58 [v0.0.57]: https://github.com/agentuity/cli/compare/v0.0.56...v0.0.57 [v0.0.56]: https://github.com/agentuity/cli/compare/v0.0.55...v0.0.56 -[v0.0.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138