From 429e6bf3525a3ad7a8fc6b9e41eb12faacb4d9e3 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:34:07 +0000 Subject: [PATCH 1/3] Update changelog for v0.0.113 Co-Authored-By: unknown <> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a737b50..d7bb2d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.113] - 2025-04-29 + +### Added +- Make sure agent create has a reference to the template so we can reference it in interpolation ([#251](https://github.com/agentuity/cli/pull/251)) + +### Changed +- DevMode: debounce hot reloads ([#250](https://github.com/agentuity/cli/pull/250)) + ## [v0.0.111] - 2025-04-29 ### Fixed @@ -414,6 +422,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.113]: https://github.com/agentuity/cli/compare/v0.0.112...v0.0.113 [v0.0.110]: https://github.com/agentuity/cli/compare/v0.0.109...v0.0.110 [v0.0.109]: https://github.com/agentuity/cli/compare/v0.0.108...v0.0.109 [v0.0.108]: https://github.com/agentuity/cli/compare/v0.0.107...v0.0.108 From 7c1fa8070e8afdc6dea16c2abfc94d62a11cb98c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:48:28 +0000 Subject: [PATCH 2/3] Add missing version v0.0.112 to CHANGELOG.md Co-Authored-By: unknown <> --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bb2d40..6486ebb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - DevMode: debounce hot reloads ([#250](https://github.com/agentuity/cli/pull/250)) +## [v0.0.112] - 2025-04-29 + +### Fixed +- Enhance Windows MSI upgrade with better fallbacks and error handling ([#249](https://github.com/agentuity/cli/pull/249)) + ## [v0.0.111] - 2025-04-29 ### Fixed From 797c10745346e944ebd87bf062b74610756c6457 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:51:52 +0000 Subject: [PATCH 3/3] Add missing version links for v0.0.112 and v0.0.111 Co-Authored-By: unknown <> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6486ebb8..0f53dd0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -428,6 +428,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks for new agent creation [v0.0.113]: https://github.com/agentuity/cli/compare/v0.0.112...v0.0.113 +[v0.0.112]: https://github.com/agentuity/cli/compare/v0.0.111...v0.0.112 +[v0.0.111]: https://github.com/agentuity/cli/compare/v0.0.110...v0.0.111 [v0.0.110]: https://github.com/agentuity/cli/compare/v0.0.109...v0.0.110 [v0.0.109]: https://github.com/agentuity/cli/compare/v0.0.108...v0.0.109 [v0.0.108]: https://github.com/agentuity/cli/compare/v0.0.107...v0.0.108