build: migrate schema deps to typebox

This commit is contained in:
Peter Steinberger
2026-04-23 04:59:26 +01:00
parent dd1ba0296c
commit b2472d6560
143 changed files with 344 additions and 347 deletions

View File

@@ -6,10 +6,10 @@
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"@sinclair/typebox": "0.34.49",
"commander": "^14.0.3",
"express": "^5.2.1",
"playwright-core": "1.59.1",
"typebox": "1.1.28",
"undici": "8.1.0",
"ws": "^8.20.0"
},

View File

@@ -1,5 +1,5 @@
import { Type } from "@sinclair/typebox";
import { optionalStringEnum, stringEnum } from "openclaw/plugin-sdk/channel-actions";
import { Type } from "typebox";
const BROWSER_ACT_KINDS = [
"click",