diff --git a/CHANGELOG.md b/CHANGELOG.md index 575cf8b2..0cf774f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.123] - 2025-05-17 + +### Fixed +- Auto switch to local echo if using localhost, fix terminal reset issues ([#298](https://github.com/agentuity/cli/pull/298)) + ## [v0.0.122] - 2025-05-16 ### Changed @@ -518,6 +523,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks during development mode - Added project import checks for new agent creation +[v0.0.123]: https://github.com/agentuity/cli/compare/v0.0.122...v0.0.123 [v0.0.122]: https://github.com/agentuity/cli/compare/v0.0.121...v0.0.122 [v0.0.121]: https://github.com/agentuity/cli/compare/v0.0.120...v0.0.121 [v0.0.120]: https://github.com/agentuity/cli/compare/v0.0.119...v0.0.120