Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/Changelog/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Callout type="info">
Released: September 24, 2025
</Callout>

**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

<Callout type="info">
Expand Down