From 126f9146f8e945dc76e7bb88d35304dfc20a2e0e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:29:50 +0000 Subject: [PATCH 1/3] Update CHANGELOG.md for v0.0.163 Co-Authored-By: unknown <> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e387e0..cb51c195 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.163] - 2025-07-22 + +### Added +- Support for dry-run command ([#425](https://github.com/agentuity/cli/pull/425)) + ## [v0.0.161] - 2025-07-16 ### Added @@ -804,6 +809,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.163]: https://github.com/agentuity/cli/compare/v0.0.162...v0.0.163 [v0.0.158]: https://github.com/agentuity/cli/compare/v0.0.157...v0.0.158 [v0.0.157]: https://github.com/agentuity/cli/compare/v0.0.156...v0.0.157 [v0.0.156]: https://github.com/agentuity/cli/compare/v0.0.155...v0.0.156 From 83b4f6c93a5cd3370b99f491b63474d80e77b589 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:29:09 +0000 Subject: [PATCH 2/3] Add missing v0.0.162 entry to changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb51c195..8150c998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for dry-run command ([#425](https://github.com/agentuity/cli/pull/425)) +## [v0.0.162] - 2025-07-18 + +### Fixed +- Fix issue with env on deploy asking for setting when set. Suppress some logs ([#424](https://github.com/agentuity/cli/pull/424)) +- Added an option to open login OTP with enter ([#420](https://github.com/agentuity/cli/pull/420)) + ## [v0.0.161] - 2025-07-16 ### Added @@ -810,6 +816,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.163]: https://github.com/agentuity/cli/compare/v0.0.162...v0.0.163 +[v0.0.162]: https://github.com/agentuity/cli/compare/v0.0.161...v0.0.162 [v0.0.158]: https://github.com/agentuity/cli/compare/v0.0.157...v0.0.158 [v0.0.157]: https://github.com/agentuity/cli/compare/v0.0.156...v0.0.157 [v0.0.156]: https://github.com/agentuity/cli/compare/v0.0.155...v0.0.156 From 6697d1a5a08bcdd7345f3b68956c06a20229256f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:31:16 +0000 Subject: [PATCH 3/3] Add missing version comparison links for v0.0.161, v0.0.160, and v0.0.159 Co-Authored-By: unknown <> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8150c998..ee2d7838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -817,6 +817,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.163]: https://github.com/agentuity/cli/compare/v0.0.162...v0.0.163 [v0.0.162]: https://github.com/agentuity/cli/compare/v0.0.161...v0.0.162 +[v0.0.161]: https://github.com/agentuity/cli/compare/v0.0.160...v0.0.161 +[v0.0.160]: https://github.com/agentuity/cli/compare/v0.0.159...v0.0.160 +[v0.0.159]: https://github.com/agentuity/cli/compare/v0.0.158...v0.0.159 [v0.0.158]: https://github.com/agentuity/cli/compare/v0.0.157...v0.0.158 [v0.0.157]: https://github.com/agentuity/cli/compare/v0.0.156...v0.0.157 [v0.0.156]: https://github.com/agentuity/cli/compare/v0.0.155...v0.0.156