System Updates

A chronological log of all new features, patches, and optimizations made to the Voxide SDK and hosted engine.

10 releases logged · latest is v1.1.0
Jump to

June 2026· 3

v1.1.0LatestJune 24, 2026Feature

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`.

v1.0.8June 15, 2026Security

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.

v1.0.4June 02, 2026Performance

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

v1.0.1May 27, 2026Fix

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.

v1.0.0May 20, 2026Launch

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.