Skip to main content

Changelog

All notable changes to Erdo CLI and Python SDK will be documented here.

[v0.1.11] - 2025-07-08

Improvements

  • Make agent input parameters explicit with parameter_definitions to improve testing and development
    • Improves ability to catch template issues (such as missing keys) earlier in erdo test

[v0.1.10] - 2025-07-07

Improvements

  • Improve testing flow with realistic parameter hydration
  • Ability to export test data for an agent with erdo test-data

[v0.1.9] - 2025-07-05

Improvements

  • Use computer name or hostname by default for API token name in erdo login
  • Build system improvements

[v0.1.6 - v0.1.8] - 2025-07-02

Fixed

  • Build system improvements

[v0.1.5] - 2025-07-02

Changed

  • Improved release distribution system for better reliability
  • Updated internal build configuration

Fixed

  • Release naming and distribution issues

[v0.1.4] - 2025-07-02

Added

  • Development documentation and versioning improvements

Fixed

  • Build system reliability improvements
  • Test suite enhancements

[v0.1.3] - 2025-07-02

Fixed

  • Build and test system improvements
  • Updated build toolchain for better compatibility

[v0.1.2] - 2025-07-02

Improved

  • Enhanced file watching capabilities
  • Configuration handling improvements

[v0.1.1] - 2025-07-01

Fixed

  • Type safety improvements
  • Configuration deletion handling
  • Better integration with Erdo platform types

[v0.1.0] - 2025-06-27

Added

  • 🎉 Initial release of Erdo CLI
  • Core CLI functionality for Erdo platform
  • Basic agent management commands
  • Configuration and authentication system

Installation
bash brew install erdoai/tap/erdo Or download from GitHub Releases.

Version Schema

Both CLI and SDK follow Semantic Versioning:
  • MAJOR version for incompatible API changes
  • MINOR version for new functionality in a backwards compatible manner
  • PATCH version for backwards compatible bug fixes