CLI Changelog

Release notes and version history for the Agentuity CLI

This page documents the release history of the Agentuity CLI.

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 of req.text()
  • Updated Python template to import autostart from the main package

On this page