Release v0.79.0

This commit is contained in:
Armin Ronacher
2026-06-08 17:15:51 +02:00
parent 35120d7e48
commit c10fb95fd9
21 changed files with 269 additions and 208 deletions

50
package-lock.json generated
View File

@@ -6170,10 +6170,10 @@
},
"packages/agent": {
"name": "@earendil-works/pi-agent-core",
"version": "0.78.1",
"version": "0.79.0",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-ai": "^0.78.1",
"@earendil-works/pi-ai": "^0.79.0",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"
@@ -6188,6 +6188,30 @@
"node": ">=22.19.0"
}
},
"packages/agent/node_modules/@earendil-works/pi-ai": {
"version": "0.78.1",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.78.1.tgz",
"integrity": "sha512-CM2pkTs1iupG/maw381lC9Q/Y/aQaMGK7GILc28ttImD0ci3LDwKroDsGkWbly5JIy3iqxdRxB9JlG7vvzCzTg==",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
"@aws-sdk/client-bedrock-runtime": "3.1048.0",
"@google/genai": "1.52.0",
"@mistralai/mistralai": "2.2.1",
"@smithy/node-http-handler": "4.7.3",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.6",
"openai": "6.26.0",
"partial-json": "0.1.7",
"typebox": "1.1.38"
},
"bin": {
"pi-ai": "dist/cli.js"
},
"engines": {
"node": ">=22.19.0"
}
},
"packages/agent/node_modules/@types/node": {
"version": "24.12.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
@@ -6207,7 +6231,7 @@
},
"packages/ai": {
"name": "@earendil-works/pi-ai",
"version": "0.78.1",
"version": "0.79.0",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
@@ -6252,12 +6276,12 @@
},
"packages/coding-agent": {
"name": "@earendil-works/pi-coding-agent",
"version": "0.78.1",
"version": "0.79.0",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-agent-core": "^0.78.1",
"@earendil-works/pi-ai": "^0.78.1",
"@earendil-works/pi-tui": "^0.78.1",
"@earendil-works/pi-agent-core": "^0.79.0",
"@earendil-works/pi-ai": "^0.79.0",
"@earendil-works/pi-tui": "^0.79.0",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",
@@ -6296,32 +6320,32 @@
},
"packages/coding-agent/examples/extensions/custom-provider-anthropic": {
"name": "pi-extension-custom-provider-anthropic",
"version": "0.78.1",
"version": "0.79.0",
"dependencies": {
"@anthropic-ai/sdk": "0.52.0"
}
},
"packages/coding-agent/examples/extensions/custom-provider-gitlab-duo": {
"name": "pi-extension-custom-provider-gitlab-duo",
"version": "0.78.1"
"version": "0.79.0"
},
"packages/coding-agent/examples/extensions/gondolin": {
"name": "pi-extension-gondolin",
"version": "0.78.1",
"version": "0.79.0",
"dependencies": {
"@earendil-works/gondolin": "0.12.0"
}
},
"packages/coding-agent/examples/extensions/sandbox": {
"name": "pi-extension-sandbox",
"version": "1.8.1",
"version": "1.9.0",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "0.0.26"
}
},
"packages/coding-agent/examples/extensions/with-deps": {
"name": "pi-extension-with-deps",
"version": "0.78.1",
"version": "0.79.0",
"dependencies": {
"ms": "2.1.3"
},
@@ -6357,7 +6381,7 @@
},
"packages/tui": {
"name": "@earendil-works/pi-tui",
"version": "0.78.1",
"version": "0.79.0",
"license": "MIT",
"dependencies": {
"get-east-asian-width": "1.6.0",