Skip to content

QVeris CLI v0.10.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 09:05
· 63 commits to main since this release
a4bf77b

Install

# One-liner
curl -fsSL https://qveris.ai/cli/install | bash

# Or via npm
npm install -g @qverisai/cli@0.10.0

Highlights

Changed

  • Paid qveris call requests are now strict single-submit: the CLI does not retry 429/503, follow HTTP redirects, replay after OAuth refresh on 401, or remove a rejected projection field and resubmit. Read commands retain bounded retry and OAuth refresh behavior. ([#273])

See README for usage.

What's Changed

  • docs: align clients with coordinated release by @linfangw in #262
  • build: coordinate client package releases by @linfangw in #263
  • benchmark: harden discover-to-call v2 and publish corrected baseline by @linfangw in #264
  • docs: sync API docs from website by @linfangw in #265
  • chore(deps-dev): bump prettier from 3.9.5 to 3.9.6 in /packages/cli in the minor-and-patch group by @dependabot[bot] in #266
  • chore(deps-dev): bump the minor-and-patch group in /packages/mcp with 2 updates by @dependabot[bot] in #267
  • chore(deps-dev): bump the minor-and-patch group in /packages/openclaw-qveris-plugin with 2 updates by @dependabot[bot] in #268
  • chore(deps-dev): bump the minor-and-patch group in /packages/js-sdk with 3 updates by @dependabot[bot] in #270
  • chore(deps): bump actions/setup-python from 6 to 7 in the actions group by @dependabot[bot] in #269
  • build: automate protected release benchmark cadence by @linfangw in #271
  • fix: make paid calls single-submit and credential-safe by @linfangw in #275
  • fix: harden paid-call redirect and error boundaries by @linfangw in #276
  • chore: prepare coordinated client releases by @linfangw in #277

Full Changelog: cli-v0.9.0...cli-v0.10.0