@voicethere/agent 0.5.1 — verify webhook and session-start agents
August 26, 2026 · release
@voicethere/agent 0.5.1
VoiceThere upload validation runs the same checks as npx @voicethere/agent verify. @voicethere/agent 0.5.1 expands the callback allowlist so webhook ingress and session-bootstrap agents pass without faking speech handlers.
What changed
onWebhook-only bundles — inbound HTTP agents that verify and process webhook payloads in your process.onSessionStart-only bundles — agents that configure recording, secrets, or session state at worker boot without voice or chat handlers.
Both npx @voicethere/agent verify and dashboard Upload build use this allowlist.
Try it
- Docs: Agent templates (verify section) and Inbound webhooks
- Local verify before upload:
npm install @voicethere/[email protected]
npx @voicethere/agent verify --no-build --bundle dist/agent.js
Pair with Quickstart for voicethere build validate, upload, and deploy.