diff --git a/content/Changelog/cli.mdx b/content/Changelog/cli.mdx
index 2c90ffc4..c839e311 100644
--- a/content/Changelog/cli.mdx
+++ b/content/Changelog/cli.mdx
@@ -1,744 +1,35 @@
---
title: CLI Changelog
-description: Release notes and version history for the Agentuity CLI
+description: Version history and release notes for the Agentuity CLI
---
-import { Callout } from 'fumadocs-ui/components/callout';
+# CLI Changelog
-This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli).
+## v0.0.126
-## v0.0.125
-
-
- Released: May 18, 2025
-
-
-**Changes:**
-- **Fixed**: Fixed regression with transport having no IO (public) ([#302](https://github.com/agentuity/cli/pull/302))
-
-## v0.0.124
-
-
- Released: May 17, 2025
-
-
-**Changes:**
-- **Added**: Mouse support for developer UI (scrolling and log selection) ([#300](https://github.com/agentuity/cli/pull/300))
-- **Added**: Agent welcome messages and optional prompts for richer metadata ([#300](https://github.com/agentuity/cli/pull/300))
-- **Added**: Support for non-TUI mode in VS Code terminals and pipe environments ([#300](https://github.com/agentuity/cli/pull/300))
-- **Changed**: Renamed interface label from "Dashboard" to "DevMode" for clarity ([#300](https://github.com/agentuity/cli/pull/300))
-- **Changed**: Enhanced log display with timestamps and improved formatting ([#300](https://github.com/agentuity/cli/pull/300))
-- **Changed**: Don't use alt screen so content is preserved on exit ([#300](https://github.com/agentuity/cli/pull/300))
-- **Changed**: Modified CI workflows to ignore documentation-only PRs ([#300](https://github.com/agentuity/cli/pull/300))
-- **Changed**: Updated port selection logic for dev server and agent testing ([#300](https://github.com/agentuity/cli/pull/300))
-- **Fixed**: Fixed port binding conflicts when running multiple agents ([#300](https://github.com/agentuity/cli/pull/300))
-- **Fixed**: Fixed escape key behavior in main screen ([#300](https://github.com/agentuity/cli/pull/300))
-- **Fixed**: Fixed log filtering issue ([#300](https://github.com/agentuity/cli/pull/300))
-- **Fixed**: Fixed regression in welcome prompt not showing up ([#300](https://github.com/agentuity/cli/pull/300))
-
-## v0.0.123
-
-
- Released: May 17, 2025
-
-
-**Changes:**
-- **Fixed**: Auto switch to local echo if using localhost, fix terminal reset issues ([#298](https://github.com/agentuity/cli/pull/298))
-
-## v0.0.122
-
-
- Released: May 16, 2025
-
-
-**Changes:**
-- **Changed**: Initial Refactor for DevMode to use new Bridge API and new TUI ([#270](https://github.com/agentuity/cli/pull/270))
-
-## v0.0.121
-
-
- Released: May 16, 2025
-
-
-**Changes:**
-- **Added**: [AGENT-133] Added "test" command ([#290](https://github.com/agentuity/cli/pull/290))
-- **Added**: [AGENT-129] Multiple tags for a deployment ([#291](https://github.com/agentuity/cli/pull/291))
-- **Changed**: Add tag and message to deployments in CI ([#293](https://github.com/agentuity/cli/pull/293))
-- **Fixed**: [AGENT-179] Call the agent from the correct endpoint ([#294](https://github.com/agentuity/cli/pull/294))
-
-## v0.0.120
-
-
- Released: May 14, 2025
-
-
-**Changes:**
-- **Added**: Add project key for agent comms ([#285](https://github.com/agentuity/cli/pull/285))
-- **Changed**: Shorten install script, skip prebuilds on breaking change check ([#287](https://github.com/agentuity/cli/pull/287))
-- **Changed**: Cleanup: remove old vscode settings, move release to use blacksmith now that we dont need MSI build ([#289](https://github.com/agentuity/cli/pull/289))
-- **Changed**: Update copy in upgrade.go for upgrade
-- **Fixed**: [AGENT-163] Update command for Windows ([#284](https://github.com/agentuity/cli/pull/284))
-- **Documentation**: Update changelog for v0.0.119 ([#283](https://github.com/agentuity/cli/pull/283))
-
-**⚠️ Breaking Changes**
-
-This version includes breaking changes that require updates to your JavaScript and Python SDKs:
-
-- **JavaScript SDK**: Update to v0.0.115 or later for compatibility with the new agent communications protocol. See the [JavaScript SDK Changelog](https://agentuity.dev/Changelog/sdk-js#v00115) for upgrade instructions.
-- **Python SDK**: Update to v0.0.84 or later to support the new project key feature. See the [Python SDK Changelog](https://agentuity.dev/Changelog/sdk-py#v0084) for upgrade instructions.
-
-If you're using an Agentic code editor (such as Cursor, Windsurf, etc.), you can use this prompt to update your code with these changes:
-
-```
-The Agentuity SDK v0.0.115 has renamed AGENTUITY_API_KEY to AGENTUITY_SDK_KEY.
-Please find all instances of AGENTUITY_API_KEY in my code and replace them with AGENTUITY_SDK_KEY.
-```
-
-## v0.0.119
-
-
- Released: May 8, 2025
-
-
-**Changes:**
-- **Added**: Added path completion to the CLI ([#282](https://github.com/agentuity/cli/pull/282))
-- **Changed**: Cleanup install script ([#281](https://github.com/agentuity/cli/pull/281))
- - Removed Windows native support (WSL is now recommended)
- - Improved installation testing with Docker
- - Restructured installation script for better maintainability
-
-## v0.0.118
-
-
- Released: May 6, 2025
-
-
-**Changes:**
-- **Fixed**: Fixed check on dev for Linux by using `sys.IsRunningInsideDocker()` instead of checking for specific Docker files ([#279](https://github.com/agentuity/cli/pull/279))
-
-## v0.0.117
-
-
- Released: May 5, 2025
-
-
-**Changes:**
-- **Fixed**: Fixed typo in CI flag name (changed "ci-messsage" to "ci-message") ([#277](https://github.com/agentuity/cli/pull/277))
-
-## v0.0.116
-
-
- Released: May 5, 2025
-
-
-**Changes:**
-- **Fixed**: Missed annotation on GitInfo ([#275](https://github.com/agentuity/cli/pull/275))
-- **Fixed**: AGENT-29 Check mask value for secrets ([#274](https://github.com/agentuity/cli/pull/274))
-- **Fixed**: Passing CI logs URL to display GitHub action logs in the UI ([#273](https://github.com/agentuity/cli/pull/273))
-- **Changed**: Taking a walk to get the git data 🚶♂️➡️ ([#272](https://github.com/agentuity/cli/pull/272))
-- **Changed**: Pass on the git info from deploy to bundle when for --deploy ([#271](https://github.com/agentuity/cli/pull/271))
-
-## v0.0.115
-
-
- Released: May 2, 2025
-
-
-**Changes:**
-- **Added**: Added mono repofix ([#267](https://github.com/agentuity/cli/pull/267))
-- **Changed**: Add flags for deployment data overwrite from github action ([#266](https://github.com/agentuity/cli/pull/266))
-- **Fixed**: Allow non-admin users to uninstall CLI without admin privileges ([#264](https://github.com/agentuity/cli/pull/264))
-
-## v0.0.114
-
-
- Released: May 1, 2025
-
-
-**Changes:**
-- **Fixed**: Don't call close handler if conn is nil ([#255](https://github.com/agentuity/cli/pull/255))
-- **Fixed**: Fix 'text file busy' error during CLI updates ([#254](https://github.com/agentuity/cli/pull/254))
-- **Fixed**: Windows: improve the output for windows upgrade ([#253](https://github.com/agentuity/cli/pull/253))
-- **Fixed**: Fix PowerShell installation issues in install.ps1 ([#257](https://github.com/agentuity/cli/pull/257))
-- **Fixed**: DevMode: Make sure to terminate child processes ([#259](https://github.com/agentuity/cli/pull/259))
-- **Fixed**: Don't error if deliberate restart ([#260](https://github.com/agentuity/cli/pull/260))
-- **Fixed**: Set ALLUSERS=0 for non-admin installations to ensure proper installation to AppData/Local/Agentuity ([#261](https://github.com/agentuity/cli/pull/261))
-- **Added**: Update install.sh to support /home/ubuntu/.bin and prompt for shell reload ([#258](https://github.com/agentuity/cli/pull/258))
-- **Added**: Add breaking change for new Python SDK ([#256](https://github.com/agentuity/cli/pull/256))
-
-## v0.0.113
-
-
- Released: April 29, 2025
-
-
-**Changes:**
-- **Added**: Make sure agent create has a reference to the template so we can reference it in interpolation ([#251](https://github.com/agentuity/cli/pull/251))
-- **Changed**: DevMode: debounce hot reloads ([#250](https://github.com/agentuity/cli/pull/250))
-
-## v0.0.111
-
-
- Released: April 29, 2025
-
-
-**Changes:**
-- **Fixed**: Fix PowerShell installation error with global drive ([#246](https://github.com/agentuity/cli/pull/246))
-- **Fixed**: Improve hot reload stability ([#245](https://github.com/agentuity/cli/pull/245))
-- **Fixed**: Fix Windows upgrade process to uninstall existing CLI before installation ([#244](https://github.com/agentuity/cli/pull/244))
-## v0.0.110
-
-
- Released: April 29, 2025
-
-
-**Changes:**
-- **Fixed**: More logging and cleanup for dev server startup, more safe filename fixes for python which is stricter ([#242](https://github.com/agentuity/cli/pull/242))
-
-## v0.0.109
-
-
- Released: April 29, 2025
-
-
-**Changes:**
-- **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.108
-
-
- Released: April 29, 2025
-
-
-**Changes:**
-- **Fixed**: Only use SIGINT which is compatible with all platforms vs SIGKILL which doesn't work on Windows ([#239](https://github.com/agentuity/cli/pull/239))
-
-## v0.0.107
-
-
- Released: April 29, 2025
-
-
-**Changes:**
-- **Fixed**: DevMode: connect to ipv4 loopback explicitly ([#237](https://github.com/agentuity/cli/pull/237))
-
-## v0.0.106
-
-
- Released: April 26, 2025
-
-
-**Changes:**
-- **Changed**: Use update not upgrade ([#235](https://github.com/agentuity/cli/pull/235))
-- **Changed**: Some Node libraries which have already been bundled conflict with our bundle require shim ([#233](https://github.com/agentuity/cli/pull/233))
-- **Documentation**: Update changelog for v0.0.105 ([#232](https://github.com/agentuity/cli/pull/232))
-- **Documentation**: Fix doc link
-
-## v0.0.105
-
-
- Released: April 25, 2025
-
-
-**Changes:**
-- **Changed**: Temporarily revert the agent rename detection ([#231](https://github.com/agentuity/cli/pull/231))
-- **Changed**: Revert "temporarily comment out the new sdk upgrade requirement until ready" ([#229](https://github.com/agentuity/cli/pull/229))
-- **Changed**: Update the dev help output to use the direct agent route instead of legacy route ([#224](https://github.com/agentuity/cli/pull/224))
-
-## v0.0.104
-
-
- Released: April 24, 2025
-
-
-**Changes:**
-- **Changed**: Small tweaks around help and error dialog ([#227](https://github.com/agentuity/cli/pull/227))
-- **Fixed**: Fix regression in devmode input json using new binary protocol ([#228](https://github.com/agentuity/cli/pull/228))
-- **Fixed**: Add error message for JS SDK breaking change ([#225](https://github.com/agentuity/cli/pull/225))
-- **Fixed**: Project Name uniqueness check should be within project not any project in the users org ([#223](https://github.com/agentuity/cli/pull/223))
-- **Fixed**: Add a more helpful error message when dev command cannot validate the project ([#222](https://github.com/agentuity/cli/pull/222))
-- **Fixed**: Better handling when you rename an agent and attempt to deploy ([#221](https://github.com/agentuity/cli/pull/221))
-- **Documentation**: Update changelog for v0.0.103 ([#220](https://github.com/agentuity/cli/pull/220))
-
-## v0.0.103
-
-
- Released: April 23, 2025
-
-
-**Changes:**
-- **Fixed**: Fix dev mode for new sdk ([#219](https://github.com/agentuity/cli/pull/219))
-- **Fixed**: A better error messages when trying to load a project ([#218](https://github.com/agentuity/cli/pull/218))
-
-## v0.0.102
-
-
- Released: April 21, 2025
-
+**Fixed**
+- **DevMode**: Fixed issue when using short agent ID wasn't going upstream ([#304](https://github.com/agentuity/cli/pull/304))
-**Changes:**
-- **Fixed**: Don't fail if MCP detection fails for any reason on create project ([#216](https://github.com/agentuity/cli/pull/216))
-
-## v0.0.101
-
-
- Released: April 19, 2025
-
-
-**Changes:**
-- **Fixed**: Fix unzip function to properly close file handles ([#215](https://github.com/agentuity/cli/pull/215))
-
-## v0.0.100
-
-
- Released: April 19, 2025
-
-
-**Changes:**
-- **Changed**: Be smart about remembering the last project ([#212](https://github.com/agentuity/cli/pull/212))
-- **Changed**: Hide websocket-id flag from CLI help text ([#211](https://github.com/agentuity/cli/pull/211))
-- **Documentation**: Update changelog for v0.0.99 ([#210](https://github.com/agentuity/cli/pull/210))
-
-## v0.0.99
-
-
- Released: April 18, 2025
-
-
-**Changes:**
-- **Changed**: Add a better error message on new project by using a dialog component ([#209](https://github.com/agentuity/cli/pull/209))
-
-## v0.0.98
+## v0.0.126
- Released: April 18, 2025
-
-
-**Changes:**
-- **Changed**: Add exponential backoff for agent welcome connection with 30s max time ([#207](https://github.com/agentuity/cli/pull/207))
-
-## v0.0.97
-
-
- Released: April 17, 2025
-
-
-**Changes:**
-- **Fixed**: Fix issue with too many files error ([#205](https://github.com/agentuity/cli/pull/205))
-- **Fixed**: Fixed small error (55996e3)
-- **Changed**: Bump golang.org/x/net from 0.36.0 to 0.38.0 ([#204](https://github.com/agentuity/cli/pull/204))
-- **Documentation**: Update changelog for v0.0.96 ([#203](https://github.com/agentuity/cli/pull/203))
-
-## v0.0.96
-
-
- Released: April 16, 2025
+ Released: May 18, 2025
**Changes:**
-- Guard against conn being nil ([e095c09](https://github.com/agentuity/cli/commit/e095c09))
-- Only set step cursor on page 1 ([#202](https://github.com/agentuity/cli/pull/202))
+- **Fixed**: DevMode: Fixed issue when using short agent ID wasn't going upstream ([#304](https://github.com/agentuity/cli/pull/304))
-## v0.0.95
-
-
- Released: April 16, 2025
-
-
-### Changes
-
-- **Added**: Add retries to HTTP client ([#200](https://github.com/agentuity/cli/pull/200))
-- **Changed**: Attempt to have better UX handling of upgrade checks ([#199](https://github.com/agentuity/cli/pull/199))
-- **Changed**: Template Improvements ([#198](https://github.com/agentuity/cli/pull/198))
-- **Documentation**: Update changelog for v0.0.94 ([#197](https://github.com/agentuity/cli/pull/197))
-
-## v0.0.93
-
-
- Released: April 16, 2025
-
-
-### Changes
-
-- **Changed**: Improve TUI semantics ([#193](https://github.com/agentuity/cli/pull/193))
-- **Fixed**: Add more debug logging around CI bundling for github app ([#194](https://github.com/agentuity/cli/pull/194))
-- **Documentation**: Update changelog for v0.0.92 ([#192](https://github.com/agentuity/cli/pull/192))
-
-## v0.0.92
-
-
- Released: April 15, 2025
-
-
-### Changes
-
-- **Fixed**: Fix the Git URL to rewrite to https ([#190](https://github.com/agentuity/cli/pull/190))
-- **Changed**: Add hyperlinks to older release versions in CHANGELOG.md ([#191](https://github.com/agentuity/cli/pull/191))
-- **Changed**: Update changelog for v0.0.91 ([#189](https://github.com/agentuity/cli/pull/189))
-
-## v0.0.91
-
-
- Released: April 14, 2025
-
-
-### Changes
-
-- **Fixed**: Fix go-common flag issue with overriding log level from env and add more debug to bundle ([#188](https://github.com/agentuity/cli/pull/188))
-
-## v0.0.90
-
-
- Released: April 14, 2025
-
-
-### Changes
-
-- **Added**: Add support for managing API Keys from CLI ([#186](https://github.com/agentuity/cli/pull/186))
-- **Fixed**: Make sure we set the working directory when running the project dev command since we could be using --dir
-
-## v0.0.89
-
-
- Released: April 10, 2025
-
-
-### Changes
-
-- **Added**: Add CLI Signup Flow ([#182](https://github.com/agentuity/cli/pull/182))
-- **Fixed**: Fix macOS segfault during reinstallation ([#183](https://github.com/agentuity/cli/pull/183))
-- **Fixed**: Smart login or setup ([#184](https://github.com/agentuity/cli/pull/184))
-
-## v0.0.88
-
-
- Released: April 8, 2025
-
-
-### Changes
-
-- **Added**: Webhook instructions ([#179](https://github.com/agentuity/cli/pull/179))
-- **Changed**: Proxy GitHub public APIs ([#180](https://github.com/agentuity/cli/pull/180))
-- **Changed**: Small improvements on devmode
-- **Fixed**: Make it clear that the webhook is a POST ([#178](https://github.com/agentuity/cli/pull/178))
-- **Fixed**: If node_modules or .venv/lib directory are missing when bundling, force install ([#177](https://github.com/agentuity/cli/pull/177))
-
-## v0.0.87
-
-
- Released: April 8, 2025
-
-
-### Changes
-
-- **Fixed**: Fix regression in step 2 (new project) related to cursor selection ([234b330](https://github.com/agentuity/cli/commit/234b3307d1fd96005d4f656ab319d438e7b60626))
-
-## v0.0.86
-
-
- Released: April 7, 2025
-
-
-### Changes
-
-- **Added**: Add Clone Repo step ([#171](https://github.com/agentuity/cli/pull/171))
-- **Added**: Add Agent Welcome on DevMode ([#172](https://github.com/agentuity/cli/pull/172))
-- **Changed**: Totally re-write the TUI for the new project ([#170](https://github.com/agentuity/cli/pull/170))
-- **Changed**: Better upgrade handling ([#174](https://github.com/agentuity/cli/pull/174))
-- **Fixed**: Fix crewai installation issue (exit status 130) ([#169](https://github.com/agentuity/cli/pull/169))
-- **Fixed**: Make sure command is executed with a context ([#173](https://github.com/agentuity/cli/pull/173))
-
-## v0.0.74
-
-
- Released: March 25, 2025
-
-
-### Changes
-
-- **Added**: JSON Schema for agentuity.yaml file ([#126](https://github.com/agentuity/cli/pull/126), [#127](https://github.com/agentuity/cli/pull/127))
-- **Added**: MCP Support ([#121](https://github.com/agentuity/cli/pull/121))
-- **Fixed**: Windows installer and MCP fixes ([#129](https://github.com/agentuity/cli/pull/129))
-- **Fixed**: Improved dev command shutdown to ensure all child processes are terminated ([#128](https://github.com/agentuity/cli/pull/128))
-- **Fixed**: Issue when dev port is taken by automatically choosing another port ([#125](https://github.com/agentuity/cli/pull/125))
-- **Fixed**: Git deployment metadata fix ([#120](https://github.com/agentuity/cli/pull/120))
-- **Changed**: GitHub improvements ([#123](https://github.com/agentuity/cli/pull/123))
-
-## v0.0.73
-
-
- Released: March 21, 2025
-
-
-### Changes
-
-- **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
-
-
- Released: March 20, 2025
-
-
-### Changes
-
-- **Changed**: Pass on dir flag when doing bundle --deploy ([#115](https://github.com/agentuity/cli/pull/115))
-
-## v0.0.70
-
-
- Released: March 19, 2025
-
-
-### Changes
-
-- **Added**: Initial Implementation of Automatic Version checking ([#113](https://github.com/agentuity/cli/pull/113))
-
-## v0.0.69
-
-
- Released: March 19, 2025
-
-
-### Changes
-
-- **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))
-- **Changed**: Improve Project List View and Auth Whoami ([#110](https://github.com/agentuity/cli/pull/110))
-
-## v0.0.68
-
-
- Released: March 19, 2025
-
-
-### Changes
-
-- **Fixed**: Better handle user interruption errors ([#109](https://github.com/agentuity/cli/pull/109))
-
-## v0.0.67
-
-
- Released: March 19, 2025
-
-
-### Changes
-
-- **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
-
-
- Released: March 17, 2025
-
-
-### Changes
-
-- **Changed**: Rename devmode ([#106](https://github.com/agentuity/cli/pull/106))
-- **Changed**: Dev Mode: deterministic room id ([#63](https://github.com/agentuity/cli/pull/63))
-
-## v0.0.65
-
-
- Released: March 17, 2025
-
-
-### Changes
-
-- **Fixed**: Be smarter on error message of JS when running node directly ([#105](https://github.com/agentuity/cli/pull/105))
-- **Added**: Added project id on for matt ([#104](https://github.com/agentuity/cli/pull/104))
-- **Fixed**: Add environment variable checks to Python boot.py ([#103](https://github.com/agentuity/cli/pull/103))
-
-## v0.0.64
-
-
- Released: March 16, 2025
-
-
-### Changes
-
-- **Added**: Add README template for JavaScript projects ([#102](https://github.com/agentuity/cli/pull/102))
-
-## v0.0.63
-
-
- Released: March 16, 2025
-
-
-### Changes
-
-- **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
-
-
- Released: March 16, 2025
-
-
-### Changes
-
-- **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))
-- **Added**: Add traceparent in the error handling logic to aid in debugging issues ([#98](https://github.com/agentuity/cli/pull/98))
-
-## v0.0.61
-
-
- Released: March 15, 2025
-
-
-### Changes
-
-- **Added**: Add Org Level data encryption for agent source ([#97](https://github.com/agentuity/cli/pull/97))
-- **Added**: 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))
-- **Fixed**: 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
-
-
- Released: March 20, 2025
-
-
-### Changes
-
-- **Added**: Deployment metadata and CI flag for GitHub actions ([#116](https://github.com/agentuity/cli/pull/116))
-- **Fixed**: Bug in file watcher ([#114](https://github.com/agentuity/cli/pull/114))
-- **Fixed**: Don't send error reports when using the dev version
-
-## v0.0.60
-
-
- Released: March 13, 2025
-
-
-### Changes
-
-- **Added**: Support for new transport domain (agentuity.ai) ([#89](https://github.com/agentuity/cli/pull/89))
-- **Added**: Profile switching for local development ([#89](https://github.com/agentuity/cli/pull/89))
-- **Fixed**: Improved agent deletion logic with backup functionality ([#90](https://github.com/agentuity/cli/pull/90))
-- **Fixed**: Corrected .dev domain references ([#91](https://github.com/agentuity/cli/pull/91), [#92](https://github.com/agentuity/cli/pull/92))
-
-## v0.0.59
-
-
- Released: March 13, 2025
-
-
-### Changes
-
-- Move deployment manifest from `agentuity-deployment.yaml` to `.agentuity/.manifest.yaml` ([#86](https://github.com/agentuity/cli/pull/86))
-- 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
-
-
- Released: March 12, 2025
-
-
-### Changes
-
-- Fix filepath issues by converting to localized path separators for Windows compatibility ([#80](https://github.com/agentuity/cli/pull/80))
-
-## v0.0.57
-
-
- Released: March 12, 2025
-
-
-### Changes
-
-- 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))
-- Fix issue when importing with an existing env ([#78](https://github.com/agentuity/cli/pull/78))
-
-## v0.0.56
-
-
- Released: March 12, 2025
-
-
-### Changes
-
-- **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.55
-
-
- Released: March 11, 2025
-
-
-### Changes
-
-- Add debugging for random panic ([#72](https://github.com/agentuity/cli/pull/72))
-- Small TypeScript complainer fix
-
-## v0.0.54
-
-
- Released: March 11, 2025
-
-
-### Changes
-
-- Better error handling when using an invalid project_id and better handle dev mode shutdown ([#71](https://github.com/agentuity/cli/pull/71))
-- Self update should be tried before brew. Fix issue on project name exists check
-
-## v0.0.53
-
-
- Released: March 11, 2025
-
-
-### Changes
-
-- Make sure we set the AGENTUITY_URL when running in dev mode ([#70](https://github.com/agentuity/cli/pull/70))
-
-## v0.0.52
-
-
- Released: March 11, 2025
-
-
-### Changes
-
-- Improve Error Handling from 400 Bad Request routes ([#69](https://github.com/agentuity/cli/pull/69))
-
-## v0.0.51
-
-
- Released: March 11, 2025
-
-
-### Changes
-
-- Add cursor rules file for JavaScript SDK API reference ([#67](https://github.com/agentuity/cli/pull/67))
-- Fix YAML schema for templates validation ([#65](https://github.com/agentuity/cli/pull/65))
-- Fix cursor rules placement to use .cursor/rules instead of .cursorrules ([#66](https://github.com/agentuity/cli/pull/66))
-- Make sure all API calls use the APIClient and enhance the error system to send api error details to aide in debugging ([#68](https://github.com/agentuity/cli/pull/68))
-- Update Python logging format to use [LEVEL] message format ([#64](https://github.com/agentuity/cli/pull/64))
-
-## v0.0.50
+## v0.0.125
-
- Released: March 10, 2025
-
+**Added**
+- **JSON Schema** for agentuity.yaml file ([#126](https://github.com/agentuity/cli/pull/126), [#127](https://github.com/agentuity/cli/pull/127))
+- **MCP Support** ([#121](https://github.com/agentuity/cli/pull/121))
-### Changes
+**Fixed**
+- **Windows installer and MCP fixes** ([#129](https://github.com/agentuity/cli/pull/129))
+- **Improved dev command shutdown** to ensure all child processes are terminated ([#128](https://github.com/agentuity/cli/pull/128))
+- **Fixed issue when dev port is taken** by automatically choosing another port ([#125](https://github.com/agentuity/cli/pull/125))
+- **Git deployment metadata fix** ([#120](https://github.com/agentuity/cli/pull/120))
-- Updated templates to match new SDK types ([#59](https://github.com/agentuity/cli/pull/59))
-- Fixed issue with template dependencies check not running ([#62](https://github.com/agentuity/cli/pull/62))
-- Updated JavaScript templates to use `req.data.text` instead of `req.text()`
-- Updated Python template to import `autostart` from the main package
+**Changed**
+- **GitHub improvements** ([#123](https://github.com/agentuity/cli/pull/123))