release: Voice AI authority inheritance in 0.5.9 - #129
Merged
Conversation
dimavrem22
marked this pull request as ready for review
July 31, 2026 05:19
alex-w-99
approved these changes
Jul 31, 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
This release documents Voice AI authority inheritance and advances every package to 0.5.9.
contact_scopedandyolovalues remain supported as per-call overrides.Description
The existing Python, TypeScript, Rust, and CLI serializers already preserve omission of the optional authority field. This change makes that contract explicit in docstrings, command help, READMEs, changelogs, and exact-wire tests: omission inherits the identity’s saved Voice AI authority, while an explicit value overrides one call.
Release metadata moves from 0.5.8 to 0.5.9 across manifests, lockfiles, user-agent constants, and the CLI dependency on
@inkbox/sdk. No package has been published.Reason
Public guidance previously described omission as a fixed
contact_scopeddefault. The API now treats omission as inheritance, so the SDK and CLI must preserve that distinction and describe it accurately.Decisions
contact_scopedso older call records remain readable.Testing
calls.place()andAgentIdentity.place_call(): 971 passed, 3 skipped, 88.60% total coverage; Ruff, lock validation, wheel/sdist build, and Twine checks passed.calls.place()andAgentIdentity.placeCall(): 992 passed, 3 skipped, 86.48% line coverage; build, consumer bundle verification, and package inspection passed.place_hosted*()methods: 213 default-feature tests and 275 all-feature tests passed; formatting, clippy with warnings denied, crate packaging, and publish dry-run passed.inkbox phone call --hosted [--authority-mode ...]: 83 passed; build and package inspection passed.