From bebb307babfce8a7228983ab952661a88b3a884f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:11:58 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.164 Co-Authored-By: unknown <> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2d7838..5b91c5b0 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.164] - 2025-08-12 + +### Added +- Allow setup.sh in case we need to run some script in docker image ([#427](https://github.com/agentuity/cli/pull/427)) + +### Changed +- Add more debugging around new project to debug failure ([#430](https://github.com/agentuity/cli/pull/430)) +- Make it scroll with arrows as well ([#428](https://github.com/agentuity/cli/pull/428)) + ## [v0.0.163] - 2025-07-22 ### Added From 167cf1729d599853bb2ba8a9aef0367ac2a9d988 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:27:37 +0000 Subject: [PATCH 2/2] Add missing link reference for v0.0.164 in changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b91c5b0..b7135ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -824,6 +824,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.164]: https://github.com/agentuity/cli/compare/v0.0.163...v0.0.164 [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