Skip to Content
🚀 Orga AI is in open beta.
DocumentationClient SDKsCoreChangelog

Changelog

Stay informed about notable changes to @orga-ai/core.

The Core SDK is in open beta.
Expect frequent updates as we stabilize APIs, improve media reliability, and roll out new developer features.


v1.0.0 · Open Beta

Released: October 2025

Summary

  • Public beta release of the Core SDK
  • Primary consumption is internal: this package underpins both @orga-ai/react and @orga-ai/react-native, so changes ship through those SDKs
  • Initial stable API for:
    • OrgaAI class
    • connectToRealtime function
    • getMediaConstraints function
    • logger function
    • errors class
    • types module
    • constants module
    • utils module
    • ports module
  • Compatible with @orga-ai/react@^1.0.5 and @orga-ai/react-native@^1.0.4

đź”” Heads up: The Core SDK is where shared primitives live. When we publish new internals here, we promptly cut releases for @orga-ai/react and @orga-ai/react-native. If you build on those higher-level SDKs, track their changelog (and npm dist-tags) for user-facing updates, deprecations, or breaking changes. This page will continue to highlight milestone changes to the shared layer.


Guidance During Beta

  • Breaking changes may occur prior to v1.1.0.
    Watch this page or subscribe to npm release notifications.
  • Feedback and issue reports are welcome on
    github.com/orga-ai/orga-ai-sdk-monorepo/issues .
  • When the API surface stabilizes, detailed per‑version notes will appear here.
Last updated on