Merge remote-tracking branch 'origin/master' into worktree/pr703-ci-fix-20260727
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -392,7 +392,6 @@ describe('provider profile lifecycle', () => {
|
|||||||
const extended = await ctx.llm.resolveModelInfo('openai', 'gpt-5.6-sol')
|
const extended = await ctx.llm.resolveModelInfo('openai', 'gpt-5.6-sol')
|
||||||
expect(extended.reasoning?.efforts.map(effort => effort.id)).toEqual([
|
expect(extended.reasoning?.efforts.map(effort => effort.id)).toEqual([
|
||||||
ReasoningEffortId('off'),
|
ReasoningEffortId('off'),
|
||||||
ReasoningEffortId('minimal'),
|
|
||||||
ReasoningEffortId('low'),
|
ReasoningEffortId('low'),
|
||||||
ReasoningEffortId('medium'),
|
ReasoningEffortId('medium'),
|
||||||
ReasoningEffortId('high'),
|
ReasoningEffortId('high'),
|
||||||
|
|||||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -2708,8 +2708,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
|
||||||
@@ -5844,8 +5844,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
|
||||||
|
|
||||||
@@ -11116,7 +11116,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
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ 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'
|
||||||
|
|
||||||
patchedDependencies:
|
patchedDependencies:
|
||||||
'@earendil-works/pi-tui@0.80.7': patches/@earendil-works__pi-tui@0.80.7.patch
|
'@earendil-works/pi-tui@0.80.7': patches/@earendil-works__pi-tui@0.80.7.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user