chore(deps): update dependencies and lockfile

This commit is contained in:
Peter Steinberger
2026-02-26 01:31:32 +01:00
parent 4258a3307f
commit 876018f322
3 changed files with 475 additions and 1658 deletions

View File

@@ -6,6 +6,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Dependencies: update workspace dependency pins and lockfile (Bedrock SDK `3.998.0`, `@mariozechner/pi-*` `0.55.1`, TypeScript native preview `7.0.0-dev.20260225.1`) while keeping `@buape/carbon` pinned.
- Android/Chat: improve streaming delivery handling and markdown rendering quality in the native Android chat UI, including better GitHub-flavored markdown behavior. (#26079) Thanks @obviyus.
- Branding/Docs + Apple surfaces: replace remaining `bot.molt` launchd label, bundle-id, logging subsystem, and command examples with `ai.openclaw` across docs, iOS app surfaces, helper scripts, and CLI test fixtures.
- Agents/Config: remind agents to call `config.schema` before config edits or config-field questions to avoid guessing. Thanks @thewilloftheshadow.

View File

@@ -141,7 +141,7 @@
},
"dependencies": {
"@agentclientprotocol/sdk": "0.14.1",
"@aws-sdk/client-bedrock": "^3.997.0",
"@aws-sdk/client-bedrock": "^3.998.0",
"@buape/carbon": "0.0.0-beta-20260216184201",
"@clack/prompts": "^1.0.1",
"@discordjs/voice": "^0.19.0",
@@ -151,10 +151,10 @@
"@larksuiteoapi/node-sdk": "^1.59.0",
"@line/bot-sdk": "^10.6.0",
"@lydell/node-pty": "1.2.0-beta.3",
"@mariozechner/pi-agent-core": "0.55.0",
"@mariozechner/pi-ai": "0.55.0",
"@mariozechner/pi-coding-agent": "0.55.0",
"@mariozechner/pi-tui": "0.55.0",
"@mariozechner/pi-agent-core": "0.55.1",
"@mariozechner/pi-ai": "0.55.1",
"@mariozechner/pi-coding-agent": "0.55.1",
"@mariozechner/pi-tui": "0.55.1",
"@mozilla/readability": "^0.6.0",
"@sinclair/typebox": "0.34.48",
"@slack/bolt": "^4.6.0",
@@ -204,7 +204,7 @@
"@types/node": "^25.3.0",
"@types/qrcode-terminal": "^0.12.2",
"@types/ws": "^8.18.1",
"@typescript/native-preview": "7.0.0-dev.20260224.1",
"@typescript/native-preview": "7.0.0-dev.20260225.1",
"@vitest/coverage-v8": "^4.0.18",
"lit": "^3.3.2",
"oxfmt": "0.35.0",

2120
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff