chore(llm): bump pi-ai to 0.82.1

This commit is contained in:
Turtle
2026-07-27 13:25:45 +08:00
parent 79eb3a9035
commit a7a369a7be
3 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
"cordis": "^4.0.0-rc.7"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.81.1",
"@earendil-works/pi-ai": "^0.82.1",
"schemastery": "^3.18.0"
},
"devDependencies": {

10
pnpm-lock.yaml generated
View File

@@ -2644,8 +2644,8 @@ importers:
packages/llm/llm-pi-ai:
dependencies:
'@earendil-works/pi-ai':
specifier: ^0.81.1
version: 0.81.1(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(ws@8.21.0)(zod@4.4.3)
specifier: ^0.82.1
version: 0.82.1(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(ws@8.21.0)(zod@4.4.3)
schemastery:
specifier: ^3.18.0
version: 3.18.0
@@ -5589,8 +5589,8 @@ packages:
search-insights:
optional: true
'@earendil-works/pi-ai@0.81.1':
resolution: {integrity: sha512-hzHE7Z8l5mgJk+ke67Lge0rwS2+wbKJrFKl9o5M1R1rh33+cCT7D1AHz1OAtX5wFs90E1/BTGhyJRTUHaMxGvQ==}
'@earendil-works/pi-ai@0.82.1':
resolution: {integrity: sha512-3WFYRhEp3lQB3444EhPMBcM7zSaEUE3eJgHOR7s4081NLqbw/FsWilIKWXSua0Gv3sRr7m9xMidR3pPDE7jI/A==}
engines: {node: '>=22.19.0'}
hasBin: true
@@ -10711,7 +10711,7 @@ snapshots:
transitivePeerDependencies:
- '@algolia/client-search'
'@earendil-works/pi-ai@0.81.1(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(ws@8.21.0)(zod@4.4.3)':
'@earendil-works/pi-ai@0.82.1(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(ws@8.21.0)(zod@4.4.3)':
dependencies:
'@anthropic-ai/sdk': 0.91.1(zod@4.4.3)
'@aws-sdk/client-bedrock-runtime': 3.1048.0

View File

@@ -53,4 +53,4 @@ minimumReleaseAgeExclude:
- cordis@4.0.0-rc.7
# Fresh pi-ai releases carry the model catalog updates that are the whole
# point of bumping it; waiting out the release age would defeat that.
- '@earendil-works/pi-ai@0.81.1'
- '@earendil-works/pi-ai@0.82.1'