From b5a65362a28693a1ddf37a0ef4621dbac589c4a4 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:11:02 +0000 Subject: [PATCH] Update changelog for CLI v0.0.109 Co-Authored-By: unknown <> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc23c7c6..758beeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.109] - 2025-04-29 + +### Fixed +- Fix issue with windows startup for devmode ([#240](https://github.com/agentuity/cli/pull/240)) + - Increased wait time for devmode on Windows + - Added more logging + - Fixed Windows path escape issue in agents JSON + - Decreased attempt duration + ## [v0.0.107] - 2025-04-29 ### Fixed