From 7dc9b4e03d2b2324c71db7fbcf7dbebdc79c8c4e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:49:05 +0000 Subject: [PATCH 1/2] Update changelog for CLI v0.0.134 Co-Authored-By: unknown <> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba07eaec..a7feff08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.134] - 2025-05-22 + +### Fixed +- Python: improve devmode logging with support for additional log prefixes ([#328](https://github.com/agentuity/cli/pull/328)) +- Fixed handling of Python package versions containing "+" in pre-release builds ([#328](https://github.com/agentuity/cli/pull/328)) +- Fixed headless import by correcting flag name from "apikey" to "api-key" ([#327](https://github.com/agentuity/cli/pull/327)) + ## [v0.0.133] - 2025-05-21 ### Changed @@ -660,6 +667,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.76]: https://github.com/agentuity/cli/compare/v0.0.75...v0.0.76 [v0.0.75]: https://github.com/agentuity/cli/compare/v0.0.74...v0.0.75 [v0.0.74]: https://github.com/agentuity/cli/compare/v0.0.73...v0.0.74 +[v0.0.134]: https://github.com/agentuity/cli/compare/v0.0.133...v0.0.134 [v0.0.73]: https://github.com/agentuity/cli/compare/v0.0.72...v0.0.73 [v0.0.72]: https://github.com/agentuity/cli/compare/v0.0.71...v0.0.72 [v0.0.71]: https://github.com/agentuity/cli/compare/v0.0.70...v0.0.71 From acc395f11c4a21497c806eeea6851bee9cbfdfac Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 01:16:57 +0000 Subject: [PATCH 2/2] Update changelog: Move v0.0.134 link to top of version comparison list Co-Authored-By: unknown <> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7feff08..f225bf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -607,6 +607,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.134]: https://github.com/agentuity/cli/compare/v0.0.133...v0.0.134 [v0.0.133]: https://github.com/agentuity/cli/compare/v0.0.132...v0.0.133 [v0.0.132]: https://github.com/agentuity/cli/compare/v0.0.131...v0.0.132 [v0.0.131]: https://github.com/agentuity/cli/compare/v0.0.130...v0.0.131 @@ -667,7 +668,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.76]: https://github.com/agentuity/cli/compare/v0.0.75...v0.0.76 [v0.0.75]: https://github.com/agentuity/cli/compare/v0.0.74...v0.0.75 [v0.0.74]: https://github.com/agentuity/cli/compare/v0.0.73...v0.0.74 -[v0.0.134]: https://github.com/agentuity/cli/compare/v0.0.133...v0.0.134 [v0.0.73]: https://github.com/agentuity/cli/compare/v0.0.72...v0.0.73 [v0.0.72]: https://github.com/agentuity/cli/compare/v0.0.71...v0.0.72 [v0.0.71]: https://github.com/agentuity/cli/compare/v0.0.70...v0.0.71