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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.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
Expand Down Expand Up @@ -340,6 +350,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.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
Expand Down
Loading