Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 14:31
· 309 commits to main since this release

Added

  • Added progress reporting to augent install so you can see bundle download and installation status
  • Added automatic workspace initialization when running augent install in a repository without existing Augent configuration
  • Added confirmation prompt before uninstalling bundles to prevent accidental removals
  • Added automatic uninstallation of bundles that were deselected from the workspace configuration

Changed

  • Renamed augent clean-cache command to augent cache for a shorter, clearer interface
  • Removed --list flag from augent cache command; listing bundles is now the default behavior
  • Aligned augent list --detailed layout with basic augent list output and show bundle version in both views when available

Fixed

  • Improved uninstall dependency handling to correctly remove bundles and their dependents
  • Preserved bundle order in the lockfile during uninstall operations
  • Ensured deselected bundles are handled consistently during install and uninstall flows