From 1c7c25ed6e8d5cf1d69456c1bdb57d580a8d5f51 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 22:53:05 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.122 Co-Authored-By: unknown <> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e1c5367..32966d10 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.122] - 2025-05-16 + +### Changed +- Initial Refactor for DevMode to use new Bridge API and new TUI ([#270](https://github.com/agentuity/cli/pull/270)) + ## [v0.0.121] - 2025-05-16 ### Added @@ -578,3 +583,5 @@ 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.121]: https://github.com/agentuity/cli/compare/v0.0.120...v0.0.121 +[v0.0.122]: https://github.com/agentuity/cli/compare/v0.0.121...v0.0.122 From 75f9a2db472bfccdd9e8e7bf1589ec318ccea6bd Mon Sep 17 00:00:00 2001 From: Jeff Haynie Date: Fri, 16 May 2025 19:49:39 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md Fix order of releases --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32966d10..575cf8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -518,6 +518,8 @@ 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.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 [v0.0.119]: https://github.com/agentuity/cli/compare/v0.0.118...v0.0.119 [v0.0.118]: https://github.com/agentuity/cli/compare/v0.0.117...v0.0.118 @@ -583,5 +585,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.121]: https://github.com/agentuity/cli/compare/v0.0.120...v0.0.121 -[v0.0.122]: https://github.com/agentuity/cli/compare/v0.0.121...v0.0.122