Skip to content

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 04 Apr 19:59
· 8 commits to main since this release

Bug Fixes

  • Fixed manifest validation error on install — The agents field in plugin.json was set to a string path ("./agents"), which the plugin validator rejects with agents: Invalid input. Removed the field entirely; the agents/ directory is auto-discovered by default and does not need to be declared in the manifest.

Other Changes

  • Added tests/test_plugin_manifest.py: validates manifest structure, referenced path integrity, version consistency across all four version files, and bump_version.py correctness — so this class of bug is caught before publish.

Full changelog: v0.7.2...v0.7.3