diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2d7838..b7135ae4 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 @@ -815,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