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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.104] - 2025-04-24

### Changed
- Small tweaks around help and error dialog ([#227](https://github.com/agentuity/cli/pull/227))

### Fixed
- Fix regression in devmode input json using new binary protocol ([#228](https://github.com/agentuity/cli/pull/228))
- Add error message for JS SDK breaking change ([#225](https://github.com/agentuity/cli/pull/225))
- Project Name uniqueness check should be within project not any project in the users org ([#223](https://github.com/agentuity/cli/pull/223))
- Add a more helpful error message when dev command cannot validate the project ([#222](https://github.com/agentuity/cli/pull/222))
- Better handling when you rename an agent and attempt to deploy ([#221](https://github.com/agentuity/cli/pull/221))

### Documentation
- Update changelog for v0.0.103 ([#220](https://github.com/agentuity/cli/pull/220))

## [v0.0.103] - 2025-04-23

### Fixed
Expand Down Expand Up @@ -356,6 +371,8 @@ 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.104]: https://github.com/agentuity/cli/compare/v0.0.103...v0.0.104
[v0.0.103]: https://github.com/agentuity/cli/compare/v0.0.102...v0.0.103
[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
Expand Down
Loading