CLI Changelog
Release notes and version history for the Agentuity CLI
This page documents the release history of the Agentuity CLI.
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