From adac44aa8b04e6f674038ec7002e89527b215df1 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 15:44:33 +0000 Subject: [PATCH] Update CHANGELOG.md for v0.0.126 Co-Authored-By: unknown <> --- CHANGELOG.md | 145 ++------------------------------------------------- 1 file changed, 5 insertions(+), 140 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8713c9b2..7f920bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.126] - 2025-05-18 + +### Fixed +- DevMode: Fixed issue when using short agent ID wasn't going upstream ([#304](https://github.com/agentuity/cli/pull/304)) + ## [v0.0.74] - 2025-03-25 ### Added @@ -19,143 +24,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - GitHub improvements ([#123](https://github.com/agentuity/cli/pull/123)) - -## [v0.0.73] - 2025-03-21 - -### Fixed -- Python: force --env-file when running in devmode ([#118](https://github.com/agentuity/cli/pull/118)) - -### Changed -- place .env on another line to be safe - -## [v0.0.71] - 2025-03-20 - -### Changed -- Pass on dir flag when doing bundle --deploy ([#115](https://github.com/agentuity/cli/pull/115)) - -## [v0.0.70] - 2025-03-19 - -### Added -- Initial Implementation of Automatic Version checking ([#113](https://github.com/agentuity/cli/pull/113)) - -## [v0.0.69] - 2025-03-19 - -### Fixed -- Handle auth failure better ([#112](https://github.com/agentuity/cli/pull/112)) - -### Changed -- Move internal/tui package to use go-common/tui package so we can reuse ([#111](https://github.com/agentuity/cli/pull/111)) -- Improve Project List View and Auth Whoami ([#110](https://github.com/agentuity/cli/pull/110)) - -## [v0.0.68] - 2025-03-19 - -### Fixed -- Better handle user interruption errors ([#109](https://github.com/agentuity/cli/pull/109)) - -## [v0.0.67] - 2025-03-19 - -### Added -- Force new project to always use the latest sdk ([#108](https://github.com/agentuity/cli/pull/108)) - -### Fixed -- DevMode: cleanup payload to make sure we keep it as []byte vs using string so we always transmit in base64 w/o recoding by accident ([#107](https://github.com/agentuity/cli/pull/107)) - -## [v0.0.66] - 2025-03-17 - -### Changed -- Rename devmode ([#106](https://github.com/agentuity/cli/pull/106)) -- Dev Mode: deterministic room id ([#63](https://github.com/agentuity/cli/pull/63)) - -## [v0.0.65] - 2025-03-17 - -### Fixed -- Be smarter on error message of JS when running node directly ([#105](https://github.com/agentuity/cli/pull/105)) -- Add environment variable checks to Python boot.py ([#103](https://github.com/agentuity/cli/pull/103)) - -### Added -- Added project id on for matt ([#104](https://github.com/agentuity/cli/pull/104)) - -## [v0.0.64] - 2025-03-16 - -### Added -- Add README template for JavaScript projects ([#102](https://github.com/agentuity/cli/pull/102)) - -## [v0.0.63] - 2025-03-16 - -### Changed -- Improve CTRL-C cancel, always send user-agent with version for API requests ([#101](https://github.com/agentuity/cli/pull/101)) - -## [v0.0.62] - 2025-03-16 - -### Fixed -- Fix change in signature with request.text -> request.data.text ([#100](https://github.com/agentuity/cli/pull/100)) - -### Added -- Add Long property documentation to all CLI commands ([#99](https://github.com/agentuity/cli/pull/99)) -- Add traceparent in the error handling logic to aid in debugging issues ([#98](https://github.com/agentuity/cli/pull/98)) - -## [v0.0.61] - 2025-03-15 - -### Added -- Add Org Level data encryption for agent source ([#97](https://github.com/agentuity/cli/pull/97)) -- Improve missing LLM environment variables ([#95](https://github.com/agentuity/cli/pull/95)) - -### Fixed -- Don't set AGENTUITY_ENVIRONMENT on the production bundle, let it get set by the infra ([#96](https://github.com/agentuity/cli/pull/96)) -- Fix issue with --env-file not getting picked up in node when running dev ([#94](https://github.com/agentuity/cli/pull/94)) - -### Documentation -- Update changelog for v0.0.60 ([#93](https://github.com/agentuity/cli/pull/93)) - -## [v0.0.72] - 2025-03-20 - -### Added -- Added deployment metadata and CI flag for GitHub actions ([#116](https://github.com/agentuity/cli/pull/116)) - -### Fixed -- Fixed bug in file watcher ([#114](https://github.com/agentuity/cli/pull/114)) -- Don't send error reports when using the dev version - -## [v0.0.60] - 2025-03-13 - -### Added -- Add support for new transport domain (agentuity.ai) ([#89](https://github.com/agentuity/cli/pull/89)) -- Add profile switching for local development ([#89](https://github.com/agentuity/cli/pull/89)) - -### Fixed -- Improve agent deletion logic with backup functionality ([#90](https://github.com/agentuity/cli/pull/90)) -- Correct .dev domain references ([#91](https://github.com/agentuity/cli/pull/91), [#92](https://github.com/agentuity/cli/pull/92)) - -## [v0.0.59] - 2025-03-13 - -### Changed -- Move deployment manifest from `agentuity-deployment.yaml` to `.agentuity/.manifest.yaml` ([#86](https://github.com/agentuity/cli/pull/86)) - -### Fixed -- Improve UI by showing information banner instead of error when a requirement cannot be met ([#85](https://github.com/agentuity/cli/pull/85)) -- Fix development mode issues and environment variable handling for JavaScript environments ([#87](https://github.com/agentuity/cli/pull/87)) - -## [v0.0.58] - 2025-03-12 - -### Fixed -- Fix filepath issues by converting to localized path separators for Windows compatibility ([#80](https://github.com/agentuity/cli/pull/80)) (@jhaynie) - -## [v0.0.57] - 2025-03-12 - -### Added -- Add Python cursor rules files ([#75](https://github.com/agentuity/cli/pull/75)) -- Add support for remembering new project preferences ([#74](https://github.com/agentuity/cli/pull/74)) - -### Fixed -- Fix issue when importing with an existing env ([#78](https://github.com/agentuity/cli/pull/78)) - -## [v0.0.56] - 2025-03-12 - -### Added -- Project Import on Cloud Deploy: Added functionality to automatically import projects when deploying to the cloud if the project ID is not found or when using a new template ([#73](https://github.com/agentuity/cli/pull/73)) -- Added project import command (`agentuity project import`) -- Added project import checks during cloud deployment -- Added project import checks during development mode -- Added project import checks for new agent creation - -[v0.0.73]: https://github.com/agentuity/cli/compare/v0.0.72...v0.0.73