Skip to content

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 08 Jul 00:11

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 reach handover_received and then fail with INVALID_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 precise content_identity_preflight message 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