From 0a3437ba16651bba5f2fa6f62e199be035c8d490 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 02:38:30 +0000 Subject: [PATCH 1/3] Update changelog for v0.0.123 Co-Authored-By: unknown <> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 575cf8b2..eb55fdc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [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)) + # Changelog All notable changes to this project will be documented in this file. From 09ac2f44eea5a837ad2b829157ac72b457689888 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 12:50:43 +0000 Subject: [PATCH 2/3] Move changelog entry to correct location Co-Authored-By: unknown <> --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb55fdc9..c686dd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,3 @@ -## [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)) - # Changelog All notable changes to this project will be documented in this file. @@ -10,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 From 1e1d33264efaa9db44efdb83627e3455580c35f1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 15:20:37 +0000 Subject: [PATCH 3/3] Add v0.0.123 link at bottom of changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c686dd2d..0cf774f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -523,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