From 9c754f65434a4052ca170ef6bab8a94de7dcc97f Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 13:27:30 +0000 Subject: [PATCH] Update CLI changelog for v0.0.167 - Added: [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI (#450) - Added: [AGENT-628] Unit tests (#441) - Added: feat: automatically add AGENTUITY_SDK_KEY and AGENTUITY_PROJECT_KEY to .env file when running dev command (#442) - Changed: Dont sort releases by commit msg (#447) - Changed: [AGENT-628] prevent local development env files from syncing to production (#440) - Fixed: Fix npm workspaces (#451) - Fixed: Fix 'Press any key to continue' to accept any key, not just Enter (#445) Co-Authored-By: unknown <> --- content/Changelog/cli.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx index b977f361..3490a3c3 100644 --- a/content/Changelog/cli.mdx +++ b/content/Changelog/cli.mdx @@ -7,6 +7,21 @@ import { Callout } from 'fumadocs-ui/components/callout'; This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli). +## v0.0.167 + + + Released: September 24, 2025 + + +**Changes:** +- **Added**: [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI ([#450](https://github.com/agentuity/cli/pull/450)) +- **Added**: [AGENT-628] Unit tests ([#441](https://github.com/agentuity/cli/pull/441)) +- **Added**: feat: automatically add AGENTUITY_SDK_KEY and AGENTUITY_PROJECT_KEY to .env file when running dev command ([#442](https://github.com/agentuity/cli/pull/442)) +- **Changed**: Dont sort releases by commit msg ([#447](https://github.com/agentuity/cli/pull/447)) +- **Changed**: [AGENT-628] prevent local development env files from syncing to production ([#440](https://github.com/agentuity/cli/pull/440)) +- **Fixed**: Fix npm workspaces ([#451](https://github.com/agentuity/cli/pull/451)) +- **Fixed**: Fix 'Press any key to continue' to accept any key, not just Enter ([#445](https://github.com/agentuity/cli/pull/445)) + ## v0.0.166