Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -600,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
Expand Down