diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1322e3..0252c19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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] - 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 ### Changed @@ -630,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