fix: keep release validation dependencies green

This commit is contained in:
Peter Steinberger
2026-05-02 07:48:29 +01:00
parent 286e169a04
commit 689986ccb7
3 changed files with 1 additions and 4 deletions

View File

@@ -7,7 +7,6 @@
"dependencies": {
"@copilotkit/aimock": "1.16.4",
"@modelcontextprotocol/sdk": "1.29.0",
"@openclaw/qa-channel": "workspace:*",
"playwright-core": "1.59.1",
"yaml": "^2.8.3",
"zod": "^4.4.1"

3
pnpm-lock.yaml generated
View File

@@ -1106,9 +1106,6 @@ importers:
'@modelcontextprotocol/sdk':
specifier: 1.29.0
version: 1.29.0(zod@4.4.1)
'@openclaw/qa-channel':
specifier: workspace:*
version: link:../qa-channel
playwright-core:
specifier: 1.59.1
version: 1.59.1

View File

@@ -22,6 +22,7 @@ export * from "../agents/tools/common.js";
export * from "../agents/tools/web-guarded-fetch.js";
export * from "../agents/tools/web-shared.js";
export * from "../agents/tools/web-fetch-utils.js";
export * from "../tools/index.js";
// Intentional public runtime surface: channel plugins use ingress agent helpers directly.
export * from "../agents/agent-command.js";
export * from "../tts/tts.js";