Skip to content

AbstractCore v2.13.26

Choose a tag to compare

@github-actions github-actions released this 23 May 18:43
· 15 commits to main since this release

Changed

  • Server music routing contract: /v1/audio/music now documents provider as the music backend selector (aligned with the server’s 422 rejection of legacy backend / music_backend fields).

Fixed

  • Dev server plugin resolution: the server now prefers a sibling ../abstractmusic/src checkout (alongside abstractvision and abstractvoice) when ABSTRACTCORE_DEV_PREFER_SIBLINGS=1, avoiding stale site-packages imports during local plugin development.
  • README install matrix: added the missing abstractcore[music] extra so users can install the AbstractMusic capability plugin directly from the main install section.

Verified

  • Hermetic test suite: pytest passes with local/provider/live tests disabled (CI-style defaults).