From 918ea5a683314fc63e38b2eab30af5d730487314 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:45:58 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.173 Co-Authored-By: unknown <> --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c448e9..1c6154f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.173] - 2025-10-10 + +### Added +- Add support for automatic bundling of native external modules ([#458](https://github.com/agentuity/cli/pull/458)) + +### Changed +- DevMode 2.0 ([#449](https://github.com/agentuity/cli/pull/449)) + +### Fixed +- Fix duplicate Agentuity keys in .env file creation ([#459](https://github.com/agentuity/cli/pull/459)) + + +## [v0.0.172] - 2025-10-10 + +### Added +- Added patching logic for prompt metadata ([#462](https://github.com/agentuity/cli/pull/462)) + + ## [v0.0.171] - 2025-10-03 ### Added From ecf8054dfbecdad6e1372cfa2dd8da5a7c72a58c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:54:24 +0000 Subject: [PATCH 2/2] Add version comparison reference links for v0.0.173 and v0.0.172 Co-Authored-By: unknown <> --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6154f1..151bfd24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -899,6 +899,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.173]: https://github.com/agentuity/cli/compare/v0.0.172...v0.0.173 +[v0.0.172]: https://github.com/agentuity/cli/compare/v0.0.171...v0.0.172 [v0.0.171]: https://github.com/agentuity/cli/compare/v0.0.170...v0.0.171 [v0.0.170]: https://github.com/agentuity/cli/compare/v0.0.169...v0.0.170 [v0.0.169]: https://github.com/agentuity/cli/compare/v0.0.168...v0.0.169