diff --git a/.changeset/fresh-live-voice.md b/.changeset/fresh-live-voice.md deleted file mode 100644 index d7115ba..0000000 --- a/.changeset/fresh-live-voice.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'orb-ui': minor ---- - -Add `createOpenAILiveAdapter` for GPT-Live WebRTC sessions, full-duplex input/output metering, -application event forwarding, and graceful session finalization. Make GPT-Live the primary OpenAI -documentation and homepage example while preserving the existing Realtime adapter. - -Live uses a server-side `/v1/live/sessions` SDP exchange through `createSession`; it is not a model -substitution for Realtime's `getClientSecret` flow. See the new Live guide for provider migration, -delegation, playback, and final usage handling. diff --git a/.changeset/voice-orb-guides.md b/.changeset/voice-orb-guides.md deleted file mode 100644 index 48bdd89..0000000 --- a/.changeset/voice-orb-guides.md +++ /dev/null @@ -1,5 +0,0 @@ ---- ---- - -Clarify voice orb discovery on the homepage and expand the ElevenLabs and React animation guides -with an interactive theme preview, customization examples, and session lifecycle guidance. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb1bb2..6ddff9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # orb-ui +## 0.9.0 + +### Minor Changes + +- 897aa6a: Add `createOpenAILiveAdapter` for GPT-Live WebRTC sessions, full-duplex input/output metering, + application event forwarding, and graceful session finalization. Make GPT-Live the primary OpenAI + documentation and homepage example while preserving the existing Realtime adapter. + + Live uses a server-side `/v1/live/sessions` SDP exchange through `createSession`; it is not a model + substitution for Realtime's `getClientSecret` flow. See the new Live guide for provider migration, + delegation, playback, and final usage handling. + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 41f2e6d..5631638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-ui", - "version": "0.8.1", + "version": "0.9.0", "description": "React voice agent UI components with audio-reactive adapters for Vapi, ElevenLabs, LiveKit, Pipecat, OpenAI Live, OpenAI Realtime, Gemini Live, and custom voice AI apps.", "type": "module", "main": "./dist/orb-ui.cjs",