chore: bump pi-coding-agent + pi-ai to 0.70.0

Jumps engine, cli, and dashboard from 0.62.0 → 0.70.0. Replaces the
@sinclair/typebox 0.34.x dep with typebox@^1 (SDK migrated in 0.69).
Picks up eight releases of provider-side reliability fixes (Anthropic,
OpenAI Responses/Codex, Bedrock, OpenRouter, Kimi), Opus 4.7 adaptive
thinking support, and a uuid security bump. Code migrations follow in
subsequent commits.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-04-23 17:13:03 -07:00
parent f20d0b5a18
commit d8a1158d40
4 changed files with 1062 additions and 25 deletions

View File

@@ -46,8 +46,8 @@
},
"dependencies": {
"@fusion/pi-claude-cli": "workspace:*",
"@mariozechner/pi-ai": "^0.62.0",
"@mariozechner/pi-coding-agent": "^0.62.0",
"@mariozechner/pi-ai": "^0.70.0",
"@mariozechner/pi-coding-agent": "^0.70.0",
"express": "^5.1.0",
"ioredis": "^5.6.0",
"multer": "^2.1.1"
@@ -55,7 +55,7 @@
"peerDependencies": {
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-coding-agent": "*",
"@sinclair/typebox": "*"
"typebox": "*"
},
"peerDependenciesMeta": {
"@mariozechner/pi-ai": {
@@ -64,7 +64,7 @@
"@mariozechner/pi-coding-agent": {
"optional": true
},
"@sinclair/typebox": {
"typebox": {
"optional": true
}
},
@@ -72,7 +72,7 @@
"@fusion/core": "workspace:*",
"@fusion/dashboard": "workspace:*",
"@fusion/engine": "workspace:*",
"@sinclair/typebox": "^0.34.0",
"typebox": "^1.0.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^3.1.0",
"tsup": "^8.5.1",

View File

@@ -51,7 +51,7 @@
"@codemirror/view": "^6.36.4",
"@fusion/core": "workspace:*",
"@fusion/engine": "workspace:*",
"@mariozechner/pi-coding-agent": "^0.62.0",
"@mariozechner/pi-coding-agent": "^0.70.0",
"@types/multer": "^2.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",

View File

@@ -36,9 +36,9 @@
},
"dependencies": {
"@fusion/core": "workspace:*",
"@mariozechner/pi-ai": "^0.62.0",
"@mariozechner/pi-coding-agent": "^0.62.0",
"@sinclair/typebox": "^0.34.48",
"@mariozechner/pi-ai": "^0.70.0",
"@mariozechner/pi-coding-agent": "^0.70.0",
"typebox": "^1.0.0",
"cron-parser": "^5.5.0"
},
"devDependencies": {