Skip to content
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
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ 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.143] - 2025-05-30
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we missed a few versions before v0.0.143. can you add those too!


### Changed
- Improvements around packaging ([#368](https://github.com/agentuity/cli/pull/368))

### Fixed
- [AGENT-258] Use utility function from envutil for better environment variable handling ([#364](https://github.com/agentuity/cli/pull/364))
- Cloned projects now automatically include an .env file ([#369](https://github.com/agentuity/cli/pull/369))

## [v0.0.142] - 2025-05-29

### Changed
- [AGENT-272] Always reinitialize the viewport on resize to avoid invalid state ([#363](https://github.com/agentuity/cli/pull/363))
- MCP: Relaxed types for MCP parsing configs ([#365](https://github.com/agentuity/cli/pull/365))
- Allow SDK to be copied into a project for development purposes ([#366](https://github.com/agentuity/cli/pull/366))

### Fixed
- [AGENT-232] Fixed issue with Python project name by ensuring agent names are lowercase ([#359](https://github.com/agentuity/cli/pull/359))
- Don't run git init when you are already in a git repository ([#362](https://github.com/agentuity/cli/pull/362))

## [v0.0.141] - 2025-05-28

### Added
- Added additional ignore rule defaults for better project management ([#357](https://github.com/agentuity/cli/pull/357))
- Added missing disk units for better user feedback ([#355](https://github.com/agentuity/cli/pull/355))

### Fixed
- Deploy: Fixed error with missing files during zip creation ([#354](https://github.com/agentuity/cli/pull/354))
- Fixed directory handling when using last known project ([#358](https://github.com/agentuity/cli/pull/358))

## [v0.0.140] - 2025-05-27

### Added
Expand Down Expand Up @@ -656,6 +686,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added project import checks for new agent creation


[v0.0.143]: https://github.com/agentuity/cli/compare/v0.0.142...v0.0.143
[v0.0.142]: https://github.com/agentuity/cli/compare/v0.0.141...v0.0.142
[v0.0.141]: https://github.com/agentuity/cli/compare/v0.0.140...v0.0.141
[v0.0.140]: https://github.com/agentuity/cli/compare/v0.0.139...v0.0.140
[v0.0.139]: https://github.com/agentuity/cli/compare/v0.0.138...v0.0.139
[v0.0.138]: https://github.com/agentuity/cli/compare/v0.0.137...v0.0.138
Expand Down
Loading