Skip to content

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 03 Feb 19:14
· 214 commits to main since this release

Fixed

  • augent uninstall: Uninstalling a directory bundle now correctly cascades to uninstall its dependencies, unless those dependencies are also needed by other installed directory bundles.
  • Dependency resolution now ensures deterministic order across platforms and when removing bundles from the dependency graph.
  • Bundle dependency names are now resolved correctly, fixing errors when bundles reference each other.
  • augent install from git repositories no longer reads augent.yaml from the cached git checkout, ensuring behavior is consistent with the bundles specification.
  • augent uninstall now correctly reads augent.yaml from the git cache, allowing proper resolution of dependencies when uninstalling git bundles.
  • Workspace resources are now consistently discovered during install operations, preventing errors when only local root resources exist.