v0.0.7
What's new in v0.0.7
Hotfix for the on-demand buyer path reported on v0.0.6.
- Fixed: the on-demand buyer (
--continuity-mode on-demand) could reachhandover_receivedand then fail withINVALID_ARGUMENT: invalid or missing command input. The buyer now validates its model content-identity setup up front (a read-only registry/identity resolution) for every local-API buyer, so the on-demand purchase completes through handover to the stream instead of tripping a late generic error. If the setup genuinely cannot be built, the buyer now fails early with a precisecontent_identity_preflightmessage naming the missing input, before a deal is spent.
Built on v0.0.6 (buyer bind-first, submit-safe partial quote, embedded ModelRegistry ABI, seller advance guidance, --allow-unverified-model fallback).
Install
# Linux / macOS
curl -fsSL https://get.dex.do/install.sh | sh
# Windows (PowerShell)
irm https://get.dex.do/install.ps1 | iex