Changelog
All notable changes to the OpenClaw QVeris plugin are documented here.
The format follows Keep a Changelog; versions are date-based (YYYY.M.D).
Unreleased#
Changed#
- Aligned the full-toolkit development and CI Node.js pin with the
22.22.3minimum required by the tested OpenClaw2026.7.1development dependency. The published plugin's existing runtime compatibility floor is unchanged.
2026.7.15 - 2026-07-15#
Changed#
- Endpoint selection now uses
config.baseUrl, thenQVERIS_BASE_URL, then the built-in default. API keys and the deprecatedregionsetting never reroute requests; unsafe endpoint overrides are rejected. (#206) - Raised the supported host to OpenClaw
>=2026.6.11and Node.js>=22.19.0, matching the plugin API used by the current code. The full-toolkit development requirement is now Node.js>=22.22.2; plugin CI and builds use Node.js 22. (#210) - Pinned the tested OpenClaw host and plugin SDK metadata to
2026.6.11, and aligned the peer, plugin API, and installer compatibility floors. (#210) - Upgraded the Vitest, coverage, Vite, and esbuild development toolchain to audited releases. Published runtime dependencies are unchanged. (#211)
Fixed#
- Declared the public repository metadata required for npm to verify the package's signed provenance bundle.
- Builds now use the locked local
esbuilddependency instead of downloading a build tool throughnpx; CI verifies the package can build in npm offline mode. (#210) - Corrected the local source installation path in the README. (#210)
- The package is now installable and testable standalone: the
openclawdev dependency used theworkspace:*protocol (a leftover from the OpenClaw monorepo) which madenpm installfail; it now targets the published package. The three vitest suites (63 tests) andtsc --noEmitare wired intonpm test/npm run typecheckand run in CI. (#152)
Added#
why_recommendedandexpected_costfrom discover results are projected to the model, so capability selection can weigh relevance and cost. (#104)
2026.6.4 - 2026-06-04#
Added#
- First published build with compiled
dist/output. (#90)