CLI Changelog
Release notes and version history for the Agentuity CLI
This page documents the release history of the Agentuity CLI.
v0.0.152
Released: June 24, 2025
Changes:
- Fixed: Railgurd the user from creating a project in an existing project directory (#396)
- Fixed: Fix regression in hot reload for new bun/node templates (#398)
v0.0.151
Released: June 18, 2025
Changes:
- Changed: Switch to using a more compatible docker internal hostname that works cross platform (#394)
- Changed: Split up the upload vs deploy status messages (#395)
v0.0.150
Released: June 13, 2025
Changes:
- Added: Add groq patch module (#390)
- Fixed: Complete JSONC parsing fix for MCPConfig.UnmarshalJSON method (#388)
- Fixed: Fix install script race condition by eliminating separate HEAD request (#389)
v0.0.149
Released: June 13, 2025
Changes:
- Fixed: Fix Amp MCP config parsing to support JSON with comments (#386)
- Fixed: Add more flexible ignore matching for full ignore rule (#385)
v0.0.148
Released: June 11, 2025
Changes:
v0.0.147
Released: June 11, 2025
Changes:
- Changed: Skip TypeScript type checking in production builds to improve build performance (#380)
v0.0.146
Released: June 11, 2025
Changes:
- Changed: Need to use the changed directory when using last known project (#358)
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)
- Changed: Enhanced file watcher to use ignore rules for filtering, improving reliability and performance (#376)
- Changed: Streamlined development server restart logic for smoother and more predictable restarts (#376)
- Changed: Centralized ignore rules creation for project deployments to simplify configuration management (#376)
- Fixed: Improved error message handling when a required project file is missing, ensuring messages are displayed appropriately based on terminal capabilities (#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)
v0.0.144
Released: June 3, 2025
Changes:
- Fixed: Fixed terminal cursor disappearing after breaking change error by returning error instead of os.Exit(1) (#373)
- Fixed: Fixed issue with agent casing not being considered (#372)
- Fixed: Fixed filtering of environment variables and secrets that are internal (#371)
v0.0.143
Released: May 30, 2025
Changes:
- Changed: Improvements around packaging (#368)
- Fixed: [AGENT-258] Use utility function from envutil for better environment variable handling (#364)
- Fixed: Cloned projects now automatically include an .env file (#369)
v0.0.142
Released: May 29, 2025
Changes:
- Changed: [AGENT-272] Always reinitialize the viewport on resize to avoid invalid state (#363)
- Changed: MCP: Relaxed types for MCP parsing configs (#365)
- Changed: Allow SDK to be copied into a project for development purposes (#366)
- Fixed: [AGENT-232] Fixed issue with Python project name by ensuring agent names are lowercase (#359)
- Fixed: Don't run git init when you are already in a git repository (#362)
v0.0.141
Released: May 28, 2025
Changes:
- Added: Added additional ignore rule defaults for better project management (#357)
- Added: Added missing disk units for better user feedback (#355)
- Fixed: Deploy: Fixed error with missing files during zip creation (#354)
- Fixed: Fixed directory handling when using last known project (#358)
v0.0.140
Released: May 27, 2025
Changes:
- Added: [AGENT-122] Added logs command with filtering and streaming capabilities including tail option, flexible duration parsing, and customizable output formatting (#342)
- Added: Added tag and description options to the bundle command for deployment metadata (#351)
- Added: Added --org-id filter to project list and delete commands for organization-specific operations (#350)
- Fixed: Fixed mono repository support by improving SDK resolution process with better logging for directory traversal (#352)
- Fixed: DevMode: Fixed sourcemap resolution when node_modules is outside the project directory (#348)
v0.0.139
Released: May 24, 2025
Changes:
- Fixed: Fixed Bun sourcemap shim issue to improve source map support for projects using the "bunjs" runtime (#346)
v0.0.138
Released: May 23, 2025
Changes:
- Changed: DevMode: Removed TUI (Terminal User Interface) in favor of a simpler logging approach (#344)
- Fixed: Fixed prepareStackTrace error handling and improved DevMode logging (#343)
- Fixed: Added better handling for Ctrl+C in DevMode (#343)
v0.0.137
Released: May 23, 2025
Changes:
- Changed: Updated Discord community invite links across the CLI, TUI, README, and error system (#339)
- Changed: Modified prompt in environment handling to separate informational messages from interactive questions (#339)
- Changed: Updated dependency
github.com/agentuity/go-common
from v1.0.60 to v1.0.64 (#339) - Fixed: Fixed DevMode: Removed "server" and "force" flags and all related logic, including environment file processing (#339)
v0.0.136
Released: May 22, 2025
Changes:
- Added: Add copy attributes to project when importing (#332)
- Added: Quality of life improvement: if disk requested is smaller than needed, will tell you and potentially adjust (#330)
- Added: [AGENT-130] Delete and Roll Back deployments (#313)
This page documents the release history of the Agentuity CLI.
v0.0.135
Released: May 22, 2025
Changes:
- Added: [AGENT-130] Added deployment management features with rollback and delete commands (#313)
- Added: Added disk size validation during bundling for JavaScript and Python projects with auto-adjustment option (#330)
v0.0.134
Released: May 22, 2025
Changes:
- Fixed: Python: improve devmode logging with support for additional log prefixes (#328)
- Fixed: Fixed handling of Python package versions containing "+" in pre-release builds (#328)
- Fixed: Fixed headless import by correcting flag name from "apikey" to "api-key" (#327)
v0.0.133
Released: May 21, 2025
Changes:
- Changed: Removed Windows from the build matrix in CI workflow (73fe98b)
- Added: DevMode: Allow the API to return a preferred server (#325)
- Fixed: DevMode: Improved logging output and sourcemap support (#321)
- Fixed: [AGENT-209] Refactor adding env vars from file (#324)
v0.0.132
Released: May 21, 2025
Changes:
- Fixed: [AGENT-166] Add dev mode flag and improved error handling during server streaming operations (#322)
v0.0.129
Released: May 20, 2025
Changes:
- Changed: [AGENT-169] Expose framework to the UI (#295)
v0.0.128
Released: May 18, 2025
Changes:
- Fixed: DevMode: automatic reconnect if losing connection to echo server (#308)
v0.0.127
Released: May 18, 2025
Changes:
- Fixed: Added better logging on startup, make sure we kill server if healthcheck fails, wait longer (#306)
v0.0.126
Released: May 18, 2025
Changes:
- Fixed: DevMode: Fixed issue when using short agent ID wasn't going upstream (#304)
v0.0.125
Released: May 18, 2025
Changes:
- Fixed: Fixed regression with transport having no IO (public) (#302)
v0.0.124
Released: May 17, 2025
Changes:
- Added: Mouse support for developer UI (scrolling and log selection) (#300)
- Added: Agent welcome messages and optional prompts for richer metadata (#300)
- Added: Support for non-TUI mode in VS Code terminals and pipe environments (#300)
- Changed: Renamed interface label from "Dashboard" to "DevMode" for clarity (#300)
- Changed: Enhanced log display with timestamps and improved formatting (#300)
- Changed: Don't use alt screen so content is preserved on exit (#300)
v0.0.131
Released: May 20, 2025
Changes:
- Added: Added headless import functionality for non-interactive project imports (#318)
- Fixed: Fixed release workflow by removing invalid subject-checksums-type parameter (#319)
v0.0.130
Released: May 20, 2025
Changes:
- Fixed: DevMode: remove mouse tracking as it caused the inability to copy/paste in the terminal (#316)
v0.0.129
Released: May 20, 2025
Changes:
- Changed: [AGENT-169] Expose framework to the UI (#295)
v0.0.128
Released: May 18, 2025
Changes:
- Fixed: DevMode: automatic reconnect if losing connection to echo server (#308)
v0.0.127
Released: May 18, 2025
Changes:
- Fixed: Added better logging on startup, make sure we kill server if healthcheck fails, wait longer (#306)
v0.0.126
Released: May 18, 2025
Changes:
- Fixed: DevMode: Fixed issue when using short agent ID wasn't going upstream (#304)
v0.0.125
Released: May 18, 2025
Changes:
- Fixed: Fixed regression with transport having no IO (public) (#302)
v0.0.124
Released: May 17, 2025
Changes:
- Added: Mouse support for developer UI (scrolling and log selection) (#300)
- Added: Agent welcome messages and optional prompts for richer metadata (#300)
- Added: Support for non-TUI mode in VS Code terminals and pipe environments (#300)
- Changed: Renamed interface label from "Dashboard" to "DevMode" for clarity (#300)
- Changed: Enhanced log display with timestamps and improved formatting (#300)
- Changed: Don't use alt screen so content is preserved on exit (#300)
- Changed: Modified CI workflows to ignore documentation-only PRs (#300)
- Changed: Updated port selection logic for dev server and agent testing (#300)
- Fixed: Fixed port binding conflicts when running multiple agents (#300)
- Fixed: Fixed escape key behavior in main screen (#300)
- Fixed: Fixed log filtering issue (#300)
- Fixed: Fixed regression in welcome prompt not showing up (#300)
v0.0.123
Released: May 17, 2025
Changes:
- Fixed: Auto switch to local echo if using localhost, fix terminal reset issues (#298)
v0.0.122
Released: May 16, 2025
Changes:
- Changed: Initial Refactor for DevMode to use new Bridge API and new TUI (#270)
v0.0.121
Released: May 16, 2025
Changes:
- Added: [AGENT-133] Added "test" command (#290)
- Added: [AGENT-129] Multiple tags for a deployment (#291)
- Changed: Add tag and message to deployments in CI (#293)
- Fixed: [AGENT-179] Call the agent from the correct endpoint (#294)
v0.0.120
Released: May 14, 2025
Changes:
- Added: Add project key for agent comms (#285)
- Changed: Shorten install script, skip prebuilds on breaking change check (#287)
- Changed: Cleanup: remove old vscode settings, move release to use blacksmith now that we dont need MSI build (#289)
- Changed: Update copy in upgrade.go for upgrade
- Fixed: [AGENT-163] Update command for Windows (#284)
- Documentation: Update changelog for v0.0.119 (#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 for upgrade instructions.
- Python SDK: Update to v0.0.84 or later to support the new project key feature. See the Python SDK Changelog 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:
v0.0.119
Released: May 8, 2025
Changes:
- Added: Added path completion to the CLI (#282)
- Changed: Cleanup install script (#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)
v0.0.117
Released: May 5, 2025
Changes:
- Fixed: Fixed typo in CI flag name (changed "ci-messsage" to "ci-message") (#277)
v0.0.116
Released: May 5, 2025
Changes:
- Fixed: Missed annotation on GitInfo (#275)
- Fixed: AGENT-29 Check mask value for secrets (#274)
- Fixed: Passing CI logs URL to display GitHub action logs in the UI (#273)
- Changed: Taking a walk to get the git data 🚶♂️➡️ (#272)
- Changed: Pass on the git info from deploy to bundle when for --deploy (#271)
v0.0.115
Released: May 2, 2025
Changes:
- Added: Added mono repofix (#267)
- Changed: Add flags for deployment data overwrite from github action (#266)
- Fixed: Allow non-admin users to uninstall CLI without admin privileges (#264)
v0.0.114
Released: May 1, 2025
Changes:
- Fixed: Don't call close handler if conn is nil (#255)
- Fixed: Fix 'text file busy' error during CLI updates (#254)
- Fixed: Windows: improve the output for windows upgrade (#253)
- Fixed: Fix PowerShell installation issues in install.ps1 (#257)
- Fixed: DevMode: Make sure to terminate child processes (#259)
- Fixed: Don't error if deliberate restart (#260)
- Fixed: Set ALLUSERS=0 for non-admin installations to ensure proper installation to AppData/Local/Agentuity (#261)
- Added: Update install.sh to support /home/ubuntu/.bin and prompt for shell reload (#258)
- Added: Add breaking change for new Python SDK (#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)
- Changed: DevMode: debounce hot reloads (#250)
v0.0.111
Released: April 29, 2025
Changes:
- Fixed: Fix PowerShell installation error with global drive (#246)
- Fixed: Improve hot reload stability (#245)
- Fixed: Fix Windows upgrade process to uninstall existing CLI before installation (#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)
v0.0.109
Released: April 29, 2025
Changes:
- Fixed: Fix issue with windows startup for devmode (#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)
v0.0.107
Released: April 29, 2025
Changes:
- Fixed: DevMode: connect to ipv4 loopback explicitly (#237)
v0.0.106
Released: April 26, 2025
Changes:
- Changed: Use update not upgrade (#235)
- Changed: Some Node libraries which have already been bundled conflict with our bundle require shim (#233)
- Documentation: Update changelog for v0.0.105 (#232)
- Documentation: Fix doc link
v0.0.105
Released: April 25, 2025
Changes:
- Changed: Temporarily revert the agent rename detection (#231)
- Changed: Revert "temporarily comment out the new sdk upgrade requirement until ready" (#229)
- Changed: Update the dev help output to use the direct agent route instead of legacy route (#224)
v0.0.104
Released: April 24, 2025
Changes:
- Changed: Small tweaks around help and error dialog (#227)
- Fixed: Fix regression in devmode input json using new binary protocol (#228)
- Fixed: Add error message for JS SDK breaking change (#225)
- Fixed: Project Name uniqueness check should be within project not any project in the users org (#223)
- Fixed: Add a more helpful error message when dev command cannot validate the project (#222)
- Fixed: Better handling when you rename an agent and attempt to deploy (#221)
- Documentation: Update changelog for v0.0.103 (#220)
v0.0.103
Released: April 23, 2025
Changes:
- Fixed: Fix dev mode for new sdk (#219)
- Fixed: A better error messages when trying to load a project (#218)
v0.0.102
Released: April 21, 2025
Changes:
- Fixed: Don't fail if MCP detection fails for any reason on create project (#216)
v0.0.101
Released: April 19, 2025
Changes:
- Fixed: Fix unzip function to properly close file handles (#215)
v0.0.100
Released: April 19, 2025
Changes:
- Changed: Be smart about remembering the last project (#212)
- Changed: Hide websocket-id flag from CLI help text (#211)
- Documentation: Update changelog for v0.0.99 (#210)
v0.0.99
Released: April 18, 2025
Changes:
- Changed: Add a better error message on new project by using a dialog component (#209)
v0.0.98
Released: April 18, 2025
Changes:
- Changed: Add exponential backoff for agent welcome connection with 30s max time (#207)
v0.0.97
Released: April 17, 2025
Changes:
- Fixed: Fix issue with too many files error (#205)
- Fixed: Fixed small error (55996e3)
- Changed: Bump golang.org/x/net from 0.36.0 to 0.38.0 (#204)
- Documentation: Update changelog for v0.0.96 (#203)
v0.0.96
Released: April 16, 2025
Changes:
v0.0.95
Released: April 16, 2025
Changes
- Added: Add retries to HTTP client (#200)
- Changed: Attempt to have better UX handling of upgrade checks (#199)
- Changed: Template Improvements (#198)
- Documentation: Update changelog for v0.0.94 (#197)
v0.0.93
Released: April 16, 2025
Changes
- Changed: Improve TUI semantics (#193)
- Fixed: Add more debug logging around CI bundling for github app (#194)
- Documentation: Update changelog for v0.0.92 (#192)
v0.0.92
Released: April 15, 2025
Changes
- Fixed: Fix the Git URL to rewrite to https (#190)
- Changed: Add hyperlinks to older release versions in CHANGELOG.md (#191)
- Changed: Update changelog for v0.0.91 (#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)
v0.0.90
Released: April 14, 2025
Changes
- Added: Add support for managing API Keys from CLI (#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)
- Fixed: Fix MacOS segfault during reinstallation (#183)
- Fixed: Smart login or setup (#184)
v0.0.88
Released: April 8, 2025
Changes
- Added: Webhook instructions (#179)
- Changed: Proxy GitHub public APIs (#180)
- Changed: Small improvements on devmode
- Fixed: Make it clear that the webhook is a POST (#178)
- Fixed: If node_modules or .venv/lib directory are missing when bundling, force install (#177)
v0.0.87
Released: April 8, 2025
Changes
- Fixed: Fix regression in step 2 (new project) related to cursor selection (234b330)
v0.0.86
Released: April 7, 2025
Changes
- Added: Add Clone Repo step (#171)
- Added: Add Agent Welcome on DevMode (#172)
- Changed: Totally re-write the TUI for the new project (#170)
- Changed: Better upgrade handling (#174)
- Fixed: Fix crewai installation issue (exit status 130) (#169)
- Fixed: Make sure command is executed with a context (#173)
v0.0.74
Released: March 25, 2025
Changes
- Added: JSON Schema for agentuity.yaml file (#126, #127)
- Added: MCP Support (#121)
- Fixed: Windows installer and MCP fixes (#129)
- Fixed: Improved dev command shutdown to ensure all child processes are terminated (#128)
- Fixed: Issue when dev port is taken by automatically choosing another port (#125)
- Fixed: Git deployment metadata fix (#120)
- Changed: GitHub improvements (#123)
v0.0.73
Released: March 21, 2025
Changes
- Fixed: Python: force --env-file when running in devmode (#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)
v0.0.70
Released: March 19, 2025
Changes
- Added: Initial Implementation of Automatic Version checking (#113)
v0.0.69
Released: March 19, 2025
Changes
- Fixed: Handle auth failure better (#112)
- Changed: Move internal/tui package to use go-common/tui package so we can reuse (#111)
- Changed: Improve Project List View and Auth Whoami (#110)
v0.0.68
Released: March 19, 2025
Changes
- Fixed: Better handle user interruption errors (#109)
v0.0.67
Released: March 19, 2025
Changes
- Added: Force new project to always use the latest sdk (#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)
v0.0.66
Released: March 17, 2025
Changes
v0.0.65
Released: March 17, 2025
Changes
- Fixed: Be smarter on error message of JS when running node directly (#105)
- Added: Added project id on for matt (#104)
- Fixed: Add environment variable checks to Python boot.py (#103)
v0.0.64
Released: March 16, 2025
Changes
- Added: Add README template for JavaScript projects (#102)
v0.0.63
Released: March 16, 2025
Changes
- Changed: Improve CTRL-C cancel, always send user-agent with version for API requests (#101)
v0.0.62
Released: March 16, 2025
Changes
- Fixed: Fix change in signature with request.text -> request.data.text (#100)
- Added: Add Long property documentation to all CLI commands (#99)
- Added: Add traceparent in the error handling logic to aid in debugging issues (#98)
v0.0.61
Released: March 15, 2025
Changes
- Added: Add Org Level data encryption for agent source (#97)
- Added: Improve missing LLM environment variables (#95)
- Fixed: Don't set AGENTUITY_ENVIRONMENT on the production bundle, let it get set by the infra (#96)
- Fixed: Fix issue with --env-file not getting picked up in node when running dev (#94)
- Documentation: Update changelog for v0.0.60 (#93)
v0.0.72
Released: March 20, 2025
Changes
- Added: Deployment metadata and CI flag for GitHub actions (#116)
- Fixed: Bug in file watcher (#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)
- Added: Profile switching for local development (#89)
- Fixed: Improved agent deletion logic with backup functionality (#90)
- Fixed: Corrected .dev domain references (#91, #92)
v0.0.59
Released: March 13, 2025
Changes
- Move deployment manifest from
agentuity-deployment.yaml
to.agentuity/.manifest.yaml
(#86) - Improve UI by showing information banner instead of error when a requirement cannot be met (#85)
- Fix development mode issues and environment variable handling for JavaScript environments (#87)
v0.0.58
Released: March 12, 2025
Changes
- Fix filepath issues by converting to localized path separators for Windows compatibility (#80)
v0.0.57
Released: March 12, 2025
Changes
- Add Python cursor rules files (#75)
- Add support for remembering new project preferences (#74)
- Fix issue when importing with an existing env (#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)
- 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)
- 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)
- 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)
v0.0.52
Released: March 11, 2025
Changes
- Improve Error Handling from 400 Bad Request routes (#69)
v0.0.51
Released: March 11, 2025
Changes
- Add cursor rules file for JavaScript SDK API reference (#67)
- Fix YAML schema for templates validation (#65)
- Fix cursor rules placement to use .cursor/rules instead of .cursorrules (#66)
- Make sure all API calls use the APIClient and enhance the error system to send api error details to aide in debugging (#68)
- Update Python logging format to use [LEVEL] message format (#64)
v0.0.50
Released: March 10, 2025
Changes
- Updated templates to match new SDK types (#59)
- Fixed issue with template dependencies check not running (#62)
- Updated JavaScript templates to use
req.data.text
instead ofreq.text()
- Updated Python template to import
autostart
from the main package
Need Help?
Join our Community for assistance or just to hang with other humans building agents.
Send us an email at hi@agentuity.com if you'd like to get in touch.
Please Follow us on
If you haven't already, please Signup for your free account now and start building your first agent!