From 40238561b60c3cccd978f7a1ddc4292b7d1390bb Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:56:24 +0000 Subject: [PATCH 1/4] docs: update changelog for v0.0.169 Co-Authored-By: unknown <> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95aa526..ad29356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.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.167] - 2025-09-24 ### Added @@ -853,6 +860,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.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 From 220223df9a7f55086ac5187ed09ffede5508b091 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:03:03 +0000 Subject: [PATCH 2/4] docs: add missing v0.0.168 release to changelog Co-Authored-By: unknown <> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad29356b..7cbb1998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 @@ -867,6 +874,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.165]: https://github.com/agentuity/cli/compare/v0.0.164...v0.0.165 [v0.0.164]: https://github.com/agentuity/cli/compare/v0.0.163...v0.0.164 [v0.0.163]: https://github.com/agentuity/cli/compare/v0.0.162...v0.0.163 +[v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 + [v0.0.162]: https://github.com/agentuity/cli/compare/v0.0.161...v0.0.162 [v0.0.161]: https://github.com/agentuity/cli/compare/v0.0.160...v0.0.161 [v0.0.160]: https://github.com/agentuity/cli/compare/v0.0.159...v0.0.160 From 5dba01abde3ccaab477b8fd64a77827be9a92148 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:06:11 +0000 Subject: [PATCH 3/4] docs: reorder version comparison links in chronological order Co-Authored-By: unknown <> --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbb1998..d78f1662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -868,14 +868,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 [v0.0.164]: https://github.com/agentuity/cli/compare/v0.0.163...v0.0.164 [v0.0.163]: https://github.com/agentuity/cli/compare/v0.0.162...v0.0.163 -[v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 - [v0.0.162]: https://github.com/agentuity/cli/compare/v0.0.161...v0.0.162 [v0.0.161]: https://github.com/agentuity/cli/compare/v0.0.160...v0.0.161 [v0.0.160]: https://github.com/agentuity/cli/compare/v0.0.159...v0.0.160 From 80255c8ec028ae683b6edab9be1ea048556a95d1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:08:39 +0000 Subject: [PATCH 4/4] docs: remove empty line between version comparison links Co-Authored-By: unknown <> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78f1662..aae6cdef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -869,7 +869,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [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