Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions plugins/openclaw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.2]

📦 **NPM:** https://www.npmjs.com/package/@qvac/openclaw-plugin/v/0.3.2

This patch moves the OpenClaw plugin onto `@qvac/ai-sdk-provider` 0.8 and `@qvac/cli` 0.14 so the shared catalog and `qvac serve` line match SDK 0.20.0.

## Dependency Alignment

Installs now resolve:

- `@qvac/ai-sdk-provider@^0.8.0` for the shared model catalog
- `@qvac/cli@^0.14.0` for `qvac serve --openai --no-default`

A 0.x caret range does not cross a minor. Publish after provider 0.8.0 and CLI 0.14.0 are on npm.

Plugin behavior is unchanged.

## [0.3.1]

Release Date: 2026-09-08
Expand Down
7 changes: 7 additions & 0 deletions plugins/openclaw/changelog/0.3.2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog v0.3.2

Release Date: 2026-09-17

## Compatibility

- Depends on `@qvac/ai-sdk-provider@^0.8.0` and `@qvac/cli@^0.14.0` so installs resolve a provider and CLI that agree on the SDK 0.20 line.
16 changes: 16 additions & 0 deletions plugins/openclaw/changelog/0.3.2/CHANGELOG_LLM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# QVAC OpenClaw Plugin v0.3.2 Release Notes

📦 **NPM:** https://www.npmjs.com/package/@qvac/openclaw-plugin/v/0.3.2

This patch moves the OpenClaw plugin onto `@qvac/ai-sdk-provider` 0.8 and `@qvac/cli` 0.14 so the shared catalog and `qvac serve` line match SDK 0.20.0.

## Dependency Alignment

Installs now resolve:

- `@qvac/ai-sdk-provider@^0.8.0` for the shared model catalog
- `@qvac/cli@^0.14.0` for `qvac serve --openai --no-default`

A 0.x caret range does not cross a minor. Publish after provider 0.8.0 and CLI 0.14.0 are on npm.

Plugin behavior is unchanged.
6 changes: 3 additions & 3 deletions plugins/openclaw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qvac/openclaw-plugin",
"version": "0.3.1",
"version": "0.3.2",
"description": "OpenClaw provider plugin that runs a local QVAC serve through OpenClaw localService",
"author": "Tether",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,8 +60,8 @@
"dev:link": "npm install ../../packages/ai-sdk-provider ../../packages/cli"
},
"dependencies": {
"@qvac/ai-sdk-provider": "^0.7.0",
"@qvac/cli": "^0.13.0"
"@qvac/ai-sdk-provider": "^0.8.0",
"@qvac/cli": "^0.14.0"
},
"devDependencies": {
"@types/node": "^24.2.1",
Expand Down
Loading