build: bump pi deps and trim model shims

This commit is contained in:
Peter Steinberger
2026-02-13 00:44:29 +01:00
parent 4543c401b4
commit 6046639da2
9 changed files with 398 additions and 270 deletions

View File

@@ -21,10 +21,10 @@ OpenClaw uses the pi SDK to embed an AI coding agent into its messaging gateway
```json
{
"@mariozechner/pi-agent-core": "0.49.3",
"@mariozechner/pi-ai": "0.49.3",
"@mariozechner/pi-coding-agent": "0.49.3",
"@mariozechner/pi-tui": "0.49.3"
"@mariozechner/pi-agent-core": "0.52.10",
"@mariozechner/pi-ai": "0.52.10",
"@mariozechner/pi-coding-agent": "0.52.10",
"@mariozechner/pi-tui": "0.52.10"
}
```