Skip to content

QVeris CLI v0.11.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:23
· 3 commits to main since this release
853bf40

Install

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

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

Highlights

Changed

  • Updated the packaged Agent and scripting guidance to use the shortest safe Discover → Call path, selecting only capabilities whose current contract accepts every supplied field and has no unmet required inputs; Inspect and Probe remain conditional checks. ([#347])

See README for usage.

What's Changed

  • feat: add QVeris MCP extension for Zed by @FairyZhang-sunny in #340
  • chore(deps-dev): bump typescript-eslint from 8.68.0 to 8.69.0 in /packages/mcp in the minor-and-patch group by @dependabot[bot] in #335
  • chore(deps-dev): bump the minor-and-patch group across 1 directory with 5 updates by @dependabot[bot] in #345
  • chore(openclaw): upgrade compatibility host to 2026.9.2 by @linfangw in #348
  • Simplify conditional routing and bound capability reuse by @linfangw in #347
  • Prepare conditional routing client releases by @linfangw in #349

Full Changelog: cli-v0.11.1...cli-v0.11.2