v0.0.6
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/modelsanswers right away) and the on-demand purchase runs on the first/v1/chat/completionsrequest; the fast-retry replay-protection case is handled with backoff instead of a silent hang. dexdo quote/dexdo buyernow allow a submit-safe partial take -- you can buy fewer ticks than an ask offers, matching the on-chain matcher, so--ticks 8crosses 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 closenow point the seller to theadvancerecovery path (finalize the probe on buyer silence, free the note) instead of only "wait for the buyer". - New
--allow-unverified-modelfallback: 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