Releases: polyphon-ai/polyphon
Releases · polyphon-ai/polyphon
v0.13.1
v0.13.0
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
.gitignorepattern conflict
Improved
- The
polyCLI now uses the SDK source directly, keeping the CLI and SDK in sync - A new CI workflow automatically publishes
@polyphon-ai/jsto npm on each version tag
v0.12.0
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.getUserProfileendpoint - The API Settings page shows a spec discovery info block with the
api.getSpecendpoint URL
Fixed
- YOLO flags are now injected in the correct position for each CLI voice provider
v0.11.0
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