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" "cordis": "^4.0.0-rc.7"
}, },
"dependencies": { "dependencies": {
"@earendil-works/pi-ai": "^0.81.1", "@earendil-works/pi-ai": "^0.82.1",
"schemastery": "^3.18.0" "schemastery": "^3.18.0"
}, },
"devDependencies": { "devDependencies": {

10
pnpm-lock.yaml generated
View File

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

View File

@@ -53,4 +53,4 @@ minimumReleaseAgeExclude:
- cordis@4.0.0-rc.7 - cordis@4.0.0-rc.7
# Fresh pi-ai releases carry the model catalog updates that are the whole # 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. # 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'