From 59c812511969f2e74913f247b9026fba30832f4a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 04:43:02 +0000 Subject: [PATCH] Update changelog for CLI v0.0.157 - Add v0.0.157 entry with fix for --no-save flag removal - Add version comparison link for v0.0.157 - Follow Keep a Changelog format Co-Authored-By: unknown <> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f989b65..d353be7a 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.157] - 2025-07-07 + +### Fixed +- Bun/Node: remove the --no-save flag which was causing issues during package installation ([#412](https://github.com/agentuity/cli/pull/412)) + ## [v0.0.156] - 2025-07-03 ### Added @@ -779,6 +784,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.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 [v0.0.155]: https://github.com/agentuity/cli/compare/v0.0.154...v0.0.155 [v0.0.154]: https://github.com/agentuity/cli/compare/v0.0.153...v0.0.154