From 787ba7b4c1ff5b6fcab83e1bbbd929e5d8877d23 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:26 +0000 Subject: [PATCH 1/2] docs: update CLI changelog for v0.0.169 Co-Authored-By: unknown <> --- content/Changelog/cli.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index 3490a3c3..b06d95af 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -7,6 +7,17 @@ import { Callout } from 'fumadocs-ui/components/callout'; This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli). +## v0.0.169 + + + Released: October 2, 2025 + + +**Changes:** +- **Added**: Prompt eval changes ([#455](https://github.com/agentuity/cli/pull/455)) +- **Added**: Added feature flag to the CLI config ([#456](https://github.com/agentuity/cli/pull/456)) + + ## v0.0.167 From 665dc9c29c77ef5bff7e80fe0850be051e342793 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:05 +0000 Subject: [PATCH 2/2] docs: add missing v0.0.168 release to CLI changelog Co-Authored-By: unknown <> --- content/Changelog/cli.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index b06d95af..b9394854 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -18,6 +18,17 @@ This page documents the release history of the [Agentuity CLI](https://github.co - **Added**: Added feature flag to the CLI config ([#456](https://github.com/agentuity/cli/pull/456)) +## v0.0.168 + + + Released: September 24, 2025 + + +**Changes:** +- **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)) +- **Added**: 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