diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx
index 9c9ffe99..3a1f12d5 100644
--- a/content/Changelog/cli.mdx
+++ b/content/Changelog/cli.mdx
@@ -7,6 +7,20 @@ import { Callout } from 'fumadocs-ui/components/callout';
This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli).
+## v0.0.145
+
+
+ Released: June 10, 2025
+
+
+**Changes:**
+- **Added**: TypeScript type checking is now performed automatically during the build process if a TypeScript compiler is present ([#376](https://github.com/agentuity/cli/pull/376))
+- **Changed**: Enhanced file watcher to use ignore rules for filtering, improving reliability and performance ([#376](https://github.com/agentuity/cli/pull/376))
+- **Changed**: Streamlined development server restart logic for smoother and more predictable restarts ([#376](https://github.com/agentuity/cli/pull/376))
+- **Changed**: Centralized ignore rules creation for project deployments to simplify configuration management ([#376](https://github.com/agentuity/cli/pull/376))
+- **Fixed**: Improved error message handling when a required project file is missing, ensuring messages are displayed appropriately based on terminal capabilities ([#375](https://github.com/agentuity/cli/pull/375))
+- **Fixed**: Improved file and directory ignore handling, ensuring that common development files and directories (e.g., swap files, backup files, node_modules, virtual environments) are consistently excluded across all relevant features ([#376](https://github.com/agentuity/cli/pull/376))
+
## v0.0.144