Skip to content

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:52

What's new in v0.0.6

A buyer + seller reliability release built on the tester reports since v0.0.5.

  • Buyer no longer hangs on start: the local API binds immediately (/v1/models answers right away) and the on-demand purchase runs on the first /v1/chat/completions request; the fast-retry replay-protection case is handled with backoff instead of a silent hang.
  • dexdo quote / dexdo buyer now allow a submit-safe partial take -- you can buy fewer ticks than an ask offers, matching the on-chain matcher, so --ticks 8 crosses a larger ask again (the v0.0.5 quote was over-strict). Stale / non-executable liquidity is still excluded.
  • The ModelRegistry ABI is embedded in the binary, so a released buyer resolves and verifies the seller's model out of the box -- no extra ABI file to place.
  • Seller recovery guidance on an abandoned deal: when a buyer matches then abandons, dexdo status / dexdo close now point the seller to the advance recovery path (finalize the probe on buyer silence, free the note) instead of only "wait for the buyer".
  • New --allow-unverified-model fallback: if the on-chain ModelRegistry is genuinely unreachable, the buyer can proceed on name-only evidence with a warning; without the flag it still fails closed. (Thanks to the community contributor for the original design.)

Install

# Linux / macOS
curl -fsSL https://get.dex.do/install.sh | sh
# Windows (PowerShell)
irm https://get.dex.do/install.ps1 | iex