From 088bb58626032bf2cd6be5a67e09d1aa219c0a32 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:26:38 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.171 Co-Authored-By: unknown <> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae6cdef..24ad4f42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.171] - 2025-10-03 + +### Added +- Multi-file YAML prompt support ([#460](https://github.com/agentuity/cli/pull/460)) + +### Changed +- Function signature modifications and code generation enhancements ([#460](https://github.com/agentuity/cli/pull/460)) + + ## [v0.0.169] - 2025-10-02 ### Added @@ -867,6 +876,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.171]: https://github.com/agentuity/cli/compare/v0.0.170...v0.0.171 [v0.0.169]: https://github.com/agentuity/cli/compare/v0.0.168...v0.0.169 [v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 [v0.0.167]: https://github.com/agentuity/cli/compare/v0.0.166...v0.0.167 From 33c4d68cacd610e73203968256fc46c51bd77e78 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:56:07 +0000 Subject: [PATCH 2/2] Add missing v0.0.170 release to changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ad4f42..21dcf1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Function signature modifications and code generation enhancements ([#460](https://github.com/agentuity/cli/pull/460)) +## [v0.0.170] - 2025-10-02 + +### Added +- Public key encryption for self-hosted deployments and new infra ([#429](https://github.com/agentuity/cli/pull/429)) + + ## [v0.0.169] - 2025-10-02 ### Added @@ -877,6 +883,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks for new agent creation [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 [v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 [v0.0.167]: https://github.com/agentuity/cli/compare/v0.0.166...v0.0.167