System Updates
A chronological log of all new features, patches, and optimizations made to the Voxide SDK and hosted engine.
June 2026· 3
Vanilla JS / CDN Support (Beta)
You asked, we delivered. You can now drop Voxide directly into any plain HTML site without a build step. Just include the script tag and initialize `Doweit.DoweitClient`.
Enhanced Client-Side CORS Guards
We've tightened the domain whitelist checks. The WebSocket initialization handshake now enforces strict Origin validation at the protocol level, preventing spoofed requests from unauthorized hostnames.
Audio Buffer Optimization
Reduced the PCM audio buffer size from 4096 to 2048 at 16kHz. This dramatically improves VAD (Voice Activity Detection) responsiveness, especially when the main thread is busy with complex React animations.
May 2026· 2
Fixed Duplicate Tool Calls on Reconnect
Resolved a race condition where a dropped WebSocket reconnecting mid-response could cause the AI to invoke the same client-side action twice.
Voxide Public Release
The capability-first Voice AI SDK is officially out of stealth. Register your JavaScript functions, bind your live UI state, and let the AI execute actions directly in the browser.