0.5.8: Add hosted-agent authority and voicemail detection - #127
Merged
Conversation
dimavrem22
force-pushed
the
feat/hosted-agent-authority
branch
2 times, most recently
from
July 27, 2026 08:06
2506f92 to
db94092
Compare
dimavrem22
force-pushed
the
feat/hosted-agent-authority
branch
from
July 27, 2026 19:29
db94092 to
6f783c5
Compare
dimavrem22
force-pushed
the
feat/hosted-agent-authority
branch
from
July 28, 2026 20:33
6f783c5 to
506db1f
Compare
dimavrem22
marked this pull request as ready for review
July 29, 2026 17:51
dimavrem22
force-pushed
the
feat/hosted-agent-authority
branch
from
July 29, 2026 20:40
cc6f77c to
d3afe13
Compare
alex-w-99
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Executive Summary
Releases SDK and CLI support for Voice AI authority, voicemail control, and safe tool activity as version 0.5.8.
Description
This PR adds
contact_scoped/yoloauthority,enabled/disabledvoicemail detection, all three call origins, effective Voice AI model/voice fields, and paginated tool activity across the Python, TypeScript, and Rust SDKs.The CLI gains hosted-agent config and authority commands, paginated tool-activity reads, per-call authority selection, and
--no-voicemail-detection.Reason
Applications need typed access to the complete Voice AI API contract without constructing raw requests or depending on provider-specific vocabulary. The three SDKs and CLI must ship together so wire names, defaults, enums, webhook fields, and persisted call fields cannot drift.
Decisions
contact_scopedandyolo.enabledanddisabled.Testing
Compatibility
Release order