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
31 changes: 31 additions & 0 deletions content/Changelog/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ import { Callout } from 'fumadocs-ui/components/callout';

This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli).

## v0.0.152

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

**Changes:**
- **Fixed**: Railgurd the user from creating a project in an existing project directory ([#396](https://github.com/agentuity/cli/pull/396))
- **Fixed**: Fix regression in hot reload for new bun/node templates ([#398](https://github.com/agentuity/cli/pull/398))

## v0.0.151

<Callout type="info">
Released: June 18, 2025
</Callout>

**Changes:**
- **Changed**: Switch to using a more compatible docker internal hostname that works cross platform ([#394](https://github.com/agentuity/cli/pull/394))
- **Changed**: Split up the upload vs deploy status messages ([#395](https://github.com/agentuity/cli/pull/395))

## v0.0.150

<Callout type="info">
Released: June 13, 2025
</Callout>

**Changes:**
- **Added**: Add groq patch module ([#390](https://github.com/agentuity/cli/pull/390))
- **Fixed**: Complete JSONC parsing fix for MCPConfig.UnmarshalJSON method ([#388](https://github.com/agentuity/cli/pull/388))
- **Fixed**: Fix install script race condition by eliminating separate HEAD request ([#389](https://github.com/agentuity/cli/pull/389))

## v0.0.149

<Callout type="info">
Expand Down