From 91fe3e3021aac467c396e49f000a8a1883ebf45b Mon Sep 17 00:00:00 2001
From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Date: Tue, 10 Jun 2025 01:12:14 +0000
Subject: [PATCH] Update changelog for CLI v0.0.145
Co-Authored-By: unknown <>
---
content/Changelog/cli.mdx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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