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