diff --git a/CHANGELOG.md b/CHANGELOG.md index f95aa526..aae6cdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.169] - 2025-10-02 + +### Added +- Prompt eval changes ([#455](https://github.com/agentuity/cli/pull/455)) +- Added feature flag to the CLI config ([#456](https://github.com/agentuity/cli/pull/456)) + + +## [v0.0.168] - 2025-09-24 + +### Added +- Add support for importing: yaml, json, txt, png, gif, jpg, svg, webp, md, csv, pdf, sql, xml ([#452](https://github.com/agentuity/cli/pull/452)) +- Onboard nudges on next steps. Changed shell completion failure from warn to ohai so it doesn't look like installation failed. ([#454](https://github.com/agentuity/cli/pull/454)) + + ## [v0.0.167] - 2025-09-24 ### Added @@ -853,6 +867,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.169]: https://github.com/agentuity/cli/compare/v0.0.168...v0.0.169 +[v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 [v0.0.167]: https://github.com/agentuity/cli/compare/v0.0.166...v0.0.167 [v0.0.166]: https://github.com/agentuity/cli/compare/v0.0.165...v0.0.166 [v0.0.165]: https://github.com/agentuity/cli/compare/v0.0.164...v0.0.165