Skip to content

Releases: polyphon-ai/polyphon

v0.13.1

27 Mar 05:27
v0.13.1
58fc4c0

Choose a tag to compare

Improved

  • Internal tooling and dependency updates

v0.13.0

27 Mar 05:06
v0.13.0
53254ba

Choose a tag to compare

v0.13.0 Pre-release
Pre-release

What's New

  • The JavaScript SDK (@polyphon-ai/js) now has complete type coverage for all API methods and responses

Fixed

  • SDK token module was missing from published package due to a .gitignore pattern conflict

Improved

  • The poly CLI now uses the SDK source directly, keeping the CLI and SDK in sync
  • A new CI workflow automatically publishes @polyphon-ai/js to npm on each version tag

v0.12.0

26 Mar 21:30
v0.12.0
f306c75

Choose a tag to compare

v0.12.0 Pre-release
Pre-release

What's New

  • Each voice in a composition can now have its own YOLO mode override, letting you control autonomy per-voice rather than globally
  • Sessions now track their source (e.g. polyphon, poly CLI, Obsidian) and the sessions page has a filter dropdown to view sessions by source
  • The TCP API now exposes an OpenRPC 1.3 machine-readable spec via api.getSpec, accessible without authentication — useful for IDE integrations and tooling
  • The TCP API now includes a settings.getUserProfile endpoint
  • The API Settings page shows a spec discovery info block with the api.getSpec endpoint URL

Fixed

  • YOLO flags are now injected in the correct position for each CLI voice provider

v0.11.0

25 Mar 02:50
v0.11.0
bc81b34

Choose a tag to compare

Improved

  • Release workflow no longer deletes old releases — all previous versions remain available for download
  • Community health files (contributing guide, code of conduct, security policy) polished for the public repo
  • LICENSE file renamed so GitHub correctly detects the Apache 2.0 license on the repository page