QVeris JS SDK v0.2.0
Install
npm install @qverisai/sdk@0.2.0Highlights
- First release of the typed QVeris REST client: discover / inspect / call / credits / usage / ledger, zero dependencies (native fetch, Node 18+).
- Wire semantics aligned with the Python SDK and MCP server: success-envelope unwrapping, region auto-detection from key prefix, structured QverisApiError with observability context.
- Response types cover category objects, capability descriptors, why_recommended and expected_cost.
- Note: 0.1.x under this npm name was an early MCP-focused SDK, superseded by @qverisai/mcp.
See README for usage.
What's Changed
- ci: compose release notes from annotated tag message by @linfangw in #101
- feat: surface why_recommended and declare capability/cost/provider fields by @linfangw in #102
- test(mcp): fix entrypoint symlink test on macOS by @linfangw in #103
- feat(openclaw-plugin): project why_recommended and expected_cost to the model by @linfangw in #104
- chore: drop provider_logo_url from type declarations and spec by @linfangw in #105
- feat(mcp): add registry metadata for MCP directory listings by @linfangw in #117
- ci(cli): gate npm publish on the CLI test suite by @linfangw in #118
- feat(js-sdk): add @qverisai/sdk TypeScript client by @linfangw in #119
- chore(release): mcp 0.7.3, js-sdk 0.2.0 by @linfangw in #121
Full Changelog: cli-v0.6.1...js-sdk-v0.2.0