Client, agent, and CLI npm releases
July 15, 2026 · release
@voicethere/client 0.7.23 · @voicethere/agent 0.3.0 · @voicethere/cli 0.2.4
We shipped coordinated npm updates across the VoiceThere developer packages. Together they improve how you connect browser clients, bundle agents, and manage cloud deploys from the terminal.
Highlights
- @voicethere/client — clearer WebRTC connection states and more reliable session teardown when the agent restarts.
- @voicethere/agent — updated handler lifecycle hooks and safer defaults for multi-session runners.
- @voicethere/cli —
deploy --waitnow surfaces orchestrator rollout errors without hanging on stale queue rows.
Upgrade
npm install @voicethere/client@latest @voicethere/agent@latest @voicethere/cli@latest
See the developer documentation for environment variables and deploy examples.