mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore: update dependencies
This commit is contained in:
@@ -56,6 +56,7 @@ Docs: https://docs.openclaw.ai
|
||||
- Gateway/skills: add an opt-in private skill archive upload install path gated by `skills.install.allowUploadedArchives`, so trusted Gateway clients can stage and install zip-backed skills only when operators explicitly enable the code-install surface. (#74430) Thanks @samzong.
|
||||
- Codex app-server: enable Codex native code-mode-only for harness threads so deferred OpenClaw dynamic tools run through Codex's own searchable code execution surface instead of a PI-style wrapper.
|
||||
- Dependencies: refresh workspace pins and patch targets, including ACPX `@agentclientprotocol/claude-agent-acp` `0.33.1`, Codex ACP `0.14.0`, Baileys `7.0.0-rc10`, Google GenAI `2.0.1`, OpenAI `6.37.0`, AWS SDK `3.1045.0`, Kysely `0.29.0`, Tlon skill `0.3.6`, Aimock `1.19.5`, and tsdown `0.22.0`.
|
||||
- Dependencies: refresh workspace pins for Anthropic SDK, Smithy shared ini loading, Playwright, YAML, Aimock, TypeScript native preview, Vitest, Oxlint/Oxfmt, Vite, and pnpm 11.1.0.
|
||||
- Dependencies: move embedded Pi packages to the `@earendil-works` namespace, refresh Twitch Twurple packages, and move `@openclaw/fs-safe` from the GitHub release pin to the published npm package.
|
||||
- Build: route Testbox changed-check delegation through Crabbox and remove the OpenClaw-specific Blacksmith Testbox helper scripts.
|
||||
- Agents/compaction: preserve scoped background exec/process session references across embedded compaction and after-turn runtime contexts without exposing sessions from unrelated scopes. Fixes #79284. (#79307) Thanks @TurboTheTurtle.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "OpenClaw Amazon Bedrock Mantle (OpenAI-compatible) provider plugin",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "0.95.1",
|
||||
"@anthropic-ai/sdk": "0.95.2",
|
||||
"@aws/bedrock-token-generator": "^1.1.0",
|
||||
"@earendil-works/pi-ai": "0.74.0"
|
||||
},
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"@aws-sdk/client-bedrock-runtime": "3.1045.0",
|
||||
"@aws-sdk/credential-provider-node": "3.972.39",
|
||||
"@earendil-works/pi-ai": "0.74.0",
|
||||
"@smithy/shared-ini-file-loader": "4.4.9"
|
||||
"@smithy/shared-ini-file-loader": "4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-sdk": "workspace:*"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"@modelcontextprotocol/sdk": "1.29.0",
|
||||
"commander": "^14.0.3",
|
||||
"express": "5.2.1",
|
||||
"playwright-core": "1.59.1",
|
||||
"playwright-core": "1.60.0",
|
||||
"typebox": "1.1.38",
|
||||
"ws": "^8.20.0"
|
||||
},
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
"build:viewer": "bun build src/viewer-client.ts --target browser --format esm --minify --outfile assets/viewer-runtime.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pierre/diffs": "1.1.21",
|
||||
"@pierre/diffs": "1.1.22",
|
||||
"@pierre/theme": "0.0.29",
|
||||
"playwright-core": "1.59.1",
|
||||
"playwright-core": "1.60.0",
|
||||
"typebox": "1.1.38",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"typebox": "1.1.38",
|
||||
"yaml": "^2.8.4",
|
||||
"yaml": "^2.9.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "Hermes to OpenClaw migration provider",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"yaml": "^2.8.4"
|
||||
"yaml": "^2.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openclaw/plugin-sdk": "workspace:*",
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@copilotkit/aimock": "1.19.5",
|
||||
"@copilotkit/aimock": "1.22.0",
|
||||
"@modelcontextprotocol/sdk": "1.29.0",
|
||||
"playwright-core": "1.59.1",
|
||||
"yaml": "^2.8.4",
|
||||
"playwright-core": "1.60.0",
|
||||
"yaml": "^2.9.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
+12
-12
@@ -1714,7 +1714,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@agentclientprotocol/sdk": "0.21.0",
|
||||
"@anthropic-ai/sdk": "0.95.1",
|
||||
"@anthropic-ai/sdk": "0.95.2",
|
||||
"@anthropic-ai/vertex-sdk": "^0.16.0",
|
||||
"@aws-sdk/client-bedrock": "3.1045.0",
|
||||
"@aws-sdk/client-bedrock-runtime": "3.1045.0",
|
||||
@@ -1761,7 +1761,7 @@
|
||||
"openai": "^6.37.0",
|
||||
"openshell": "0.1.0",
|
||||
"pdfjs-dist": "^5.7.284",
|
||||
"playwright-core": "1.59.1",
|
||||
"playwright-core": "1.60.0",
|
||||
"proxy-agent": "^8.0.1",
|
||||
"qrcode": "1.5.4",
|
||||
"tar": "7.5.15",
|
||||
@@ -1773,34 +1773,34 @@
|
||||
"web-push": "^3.6.7",
|
||||
"web-tree-sitter": "^0.26.8",
|
||||
"ws": "^8.20.0",
|
||||
"yaml": "^2.8.4",
|
||||
"yaml": "^2.9.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@a2ui/lit": "0.9.3",
|
||||
"@copilotkit/aimock": "1.19.5",
|
||||
"@copilotkit/aimock": "1.22.0",
|
||||
"@grammyjs/types": "^3.26.0",
|
||||
"@lit-labs/signals": "^0.2.0",
|
||||
"@lit/context": "^1.1.6",
|
||||
"@mdx-js/mdx": "^3.1.1",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@types/node": "25.6.2",
|
||||
"@types/node": "25.7.0",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260510.1",
|
||||
"@vitest/coverage-v8": "^4.1.5",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260511.1",
|
||||
"@vitest/coverage-v8": "^4.1.6",
|
||||
"jscpd": "4.1.0",
|
||||
"jsdom": "^29.1.1",
|
||||
"lit": "^3.3.2",
|
||||
"oxfmt": "0.48.0",
|
||||
"oxlint": "^1.63.0",
|
||||
"oxfmt": "0.49.0",
|
||||
"oxlint": "^1.64.0",
|
||||
"oxlint-tsgolint": "^0.22.1",
|
||||
"signal-utils": "0.21.1",
|
||||
"tsdown": "0.22.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^6.0.3",
|
||||
"unrun": "0.2.37",
|
||||
"vitest": "^4.1.5"
|
||||
"unrun": "0.3.0",
|
||||
"vitest": "^4.1.6"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sqlite-vec": "0.1.9"
|
||||
@@ -1817,5 +1817,5 @@
|
||||
"engines": {
|
||||
"node": ">=22.16.0"
|
||||
},
|
||||
"packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912"
|
||||
"packageManager": "pnpm@11.1.0+sha512.0c44e842e5686b2c061a81adda8b2258bd8818e9704b2cf2c63d56b931a7b2e910092e085027003b96ca3911ab56a07f6df5abaed2be9925034cdd686a535b14"
|
||||
}
|
||||
|
||||
Generated
+824
-1315
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -20,10 +20,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/markdown-it": "^14.1.2",
|
||||
"@vitest/browser-playwright": "4.1.5",
|
||||
"@vitest/browser-playwright": "4.1.6",
|
||||
"jsdom": "^29.1.1",
|
||||
"playwright": "^1.59.1",
|
||||
"vite": "8.0.11",
|
||||
"vitest": "4.1.5"
|
||||
"playwright": "^1.60.0",
|
||||
"vite": "8.0.12",
|
||||
"vitest": "4.1.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user