Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 17 Feb 06:53
· 74 commits to main since this release

v0.5.1 (2026-02-17)

Bug Fixes

  • Make cache scope-aware so entrypoint loads are cached (c288a51)

The cache was completely bypassed when an entrypoint was configured because _load_hierarchy() only read/wrote cache when scope_resource was None. Now the cache stores which scope it was built for and only serves hits when the scope matches, enabling instant subsequent commands with entrypoints.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


Detailed Changes: v0.5.0...v0.5.1