From 98bf946bc2053efae3b1e468b6aeb30a6b3078f1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:10:10 +0000 Subject: [PATCH 1/2] Update changelog for v0.0.102 Co-Authored-By: unknown <> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad32d925..1f0cd1ce 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.102] - 2025-04-21 + +### Fixed +- Don't fail if MCP detection fails for any reason on create project ([#216](https://github.com/agentuity/cli/pull/216)) + ## [v0.0.100] - 2025-04-19 ### Changed @@ -340,6 +345,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.102]: https://github.com/agentuity/cli/compare/v0.0.101...v0.0.102 [v0.0.100]: https://github.com/agentuity/cli/compare/v0.0.99...v0.0.100 [v0.0.99]: https://github.com/agentuity/cli/compare/v0.0.98...v0.0.99 [v0.0.98]: https://github.com/agentuity/cli/compare/v0.0.97...v0.0.98 From 0890f1509d85d9d410d29c5ab3884574e412837d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:55:01 +0000 Subject: [PATCH 2/2] Add changelog entry for v0.0.101 Co-Authored-By: unknown <> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0cd1ce..da9e28db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Don't fail if MCP detection fails for any reason on create project ([#216](https://github.com/agentuity/cli/pull/216)) +## [v0.0.101] - 2025-04-19 + +### Fixed +- Fix unzip function to properly close file handles ([#215](https://github.com/agentuity/cli/pull/215)) + ## [v0.0.100] - 2025-04-19 ### Changed @@ -346,6 +351,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.102]: https://github.com/agentuity/cli/compare/v0.0.101...v0.0.102 +[v0.0.101]: https://github.com/agentuity/cli/compare/v0.0.100...v0.0.101 [v0.0.100]: https://github.com/agentuity/cli/compare/v0.0.99...v0.0.100 [v0.0.99]: https://github.com/agentuity/cli/compare/v0.0.98...v0.0.99 [v0.0.98]: https://github.com/agentuity/cli/compare/v0.0.97...v0.0.98