From c9ce939ddd32e86e6a35f3211f9e8945b7509760 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:26:40 +0000 Subject: [PATCH 1/2] Update CLI changelog for v0.0.171 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 b9394854..cde8967f 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.171 + + + Released: October 3, 2025 + + +**Changes:** +- **Added**: Multi-file YAML prompt support ([#460](https://github.com/agentuity/cli/pull/460)) +- **Changed**: Function signature modifications and code generation enhancements ([#460](https://github.com/agentuity/cli/pull/460)) + + ## v0.0.169 From a0308976ae0c6da782f9416964de2cf135a3928a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 22:56:08 +0000 Subject: [PATCH 2/2] Add missing v0.0.170 release to CLI changelog Co-Authored-By: unknown <> --- content/Changelog/cli.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index cde8967f..8652f4ba 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -18,6 +18,16 @@ This page documents the release history of the [Agentuity CLI](https://github.co - **Changed**: Function signature modifications and code generation enhancements ([#460](https://github.com/agentuity/cli/pull/460)) +## v0.0.170 + + + Released: October 2, 2025 + + +**Changes:** +- **Added**: Public key encryption for self-hosted deployments and new infra ([#429](https://github.com/agentuity/cli/pull/429)) + + ## v0.0.169