From 7e4ae08eae032e1b2c347a8f9f8063fcf785c847 Mon Sep 17 00:00:00 2001
From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date: Thu, 26 Jun 2025 15:33:56 +0000
Subject: [PATCH] Update changelog for CLI v0.0.154
- Add project delete in headless mode with support for specifying project IDs as arguments and --force flag
Co-Authored-By: unknown <>
---
content/Changelog/cli.mdx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx
index cfd3da6b..7e40952d 100644
--- a/content/Changelog/cli.mdx
+++ b/content/Changelog/cli.mdx
@@ -7,6 +7,15 @@ import { Callout } from 'fumadocs-ui/components/callout';
This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli).
+## v0.0.154
+
+
+ Released: June 26, 2025
+
+
+**Changes:**
+- **Added**: Add project delete in headless mode with support for specifying project IDs as arguments and --force flag ([#402](https://github.com/agentuity/cli/pull/402))
+
## v0.0.152