AgentSuiteLocal v0.8.2
Fixed
- Version metadata:
pyproject.tomlandagentsuitelocal/__version__.pybumped to0.8.2. v0.8.0 and v0.8.1 shipped with version0.7.1in package metadata —pip showand/api/versionreported the wrong value. Fixed going forward; see note below. - CI version gate:
release.ymlverify-cijob now checks that the package version in__version__.pymatches the git tag before any build starts. Prevents this class of drift from recurrence.
Note: v0.8.0 and v0.8.1 wheels report version
0.7.1frompip showdue to the metadata bump being missed in those releases. The git tags and release assets are unaffected. v0.8.2 fixes this and adds CI enforcement to prevent recurrence.