Release v0.76.0

This commit is contained in:
Armin Ronacher 2026-05-27 22:03:21 +02:00
parent 16dc525e7b
commit 706f8720f8
17 changed files with 70 additions and 46 deletions

48
package-lock.json generated
View file

@ -5980,10 +5980,10 @@
},
"packages/agent": {
"name": "@earendil-works/pi-agent-core",
"version": "0.75.5",
"version": "0.76.0",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-ai": "^0.75.5",
"@earendil-works/pi-ai": "^0.76.0",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"
@ -5998,6 +5998,30 @@
"node": ">=22.19.0"
}
},
"packages/agent/node_modules/@earendil-works/pi-ai": {
"version": "0.75.5",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.75.5.tgz",
"integrity": "sha512-zf1F5kXk1pqZeFShXOqq9ibUk8QdtRoLCDPAjO+hj44e3EUs9/GFO2qnhTC5+JA2uwVCx+WCNe1PiCjlBYWm5w==",
"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",
@ -6017,7 +6041,7 @@
},
"packages/ai": {
"name": "@earendil-works/pi-ai",
"version": "0.75.5",
"version": "0.76.0",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
@ -6062,12 +6086,12 @@
},
"packages/coding-agent": {
"name": "@earendil-works/pi-coding-agent",
"version": "0.75.5",
"version": "0.76.0",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-agent-core": "^0.75.5",
"@earendil-works/pi-ai": "^0.75.5",
"@earendil-works/pi-tui": "^0.75.5",
"@earendil-works/pi-agent-core": "^0.76.0",
"@earendil-works/pi-ai": "^0.76.0",
"@earendil-works/pi-tui": "^0.76.0",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",
@ -6106,25 +6130,25 @@
},
"packages/coding-agent/examples/extensions/custom-provider-anthropic": {
"name": "pi-extension-custom-provider-anthropic",
"version": "0.75.5",
"version": "0.76.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.75.5"
"version": "0.76.0"
},
"packages/coding-agent/examples/extensions/sandbox": {
"name": "pi-extension-sandbox",
"version": "1.5.5",
"version": "1.6.0",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "0.0.26"
}
},
"packages/coding-agent/examples/extensions/with-deps": {
"name": "pi-extension-with-deps",
"version": "0.75.5",
"version": "0.76.0",
"dependencies": {
"ms": "2.1.3"
},
@ -6160,7 +6184,7 @@
},
"packages/tui": {
"name": "@earendil-works/pi-tui",
"version": "0.75.5",
"version": "0.76.0",
"license": "MIT",
"dependencies": {
"get-east-asian-width": "1.6.0",

View file

@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.76.0] - 2026-05-27
### Fixed

View file

@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.75.5",
"version": "0.76.0",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
@ -29,7 +29,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.75.5",
"@earendil-works/pi-ai": "^0.76.0",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"

View file

@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.76.0] - 2026-05-27
### Fixed

View file

@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-ai",
"version": "0.75.5",
"version": "0.76.0",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",

View file

@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.76.0] - 2026-05-27
### New Features

View file

@ -1,12 +1,12 @@
{
"name": "pi-extension-custom-provider",
"version": "0.75.5",
"version": "0.76.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-extension-custom-provider",
"version": "0.75.5",
"version": "0.76.0",
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0"
}

View file

@ -1,7 +1,7 @@
{
"name": "pi-extension-custom-provider-anthropic",
"private": true,
"version": "0.75.5",
"version": "0.76.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",

View file

@ -1,7 +1,7 @@
{
"name": "pi-extension-custom-provider-gitlab-duo",
"private": true,
"version": "0.75.5",
"version": "0.76.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",

View file

@ -1,12 +1,12 @@
{
"name": "pi-extension-sandbox",
"version": "1.5.5",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-extension-sandbox",
"version": "1.5.5",
"version": "1.6.0",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.26"
}

View file

@ -1,7 +1,7 @@
{
"name": "pi-extension-sandbox",
"private": true,
"version": "1.5.5",
"version": "1.6.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",

View file

@ -1,12 +1,12 @@
{
"name": "pi-extension-with-deps",
"version": "0.75.5",
"version": "0.76.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-extension-with-deps",
"version": "0.75.5",
"version": "0.76.0",
"dependencies": {
"ms": "^2.1.3"
},

View file

@ -1,7 +1,7 @@
{
"name": "pi-extension-with-deps",
"private": true,
"version": "0.75.5",
"version": "0.76.0",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",

View file

@ -1,17 +1,17 @@
{
"name": "@earendil-works/pi-coding-agent",
"version": "0.75.5",
"version": "0.76.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@earendil-works/pi-coding-agent",
"version": "0.75.5",
"version": "0.76.0",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-agent-core": "^0.75.5",
"@earendil-works/pi-ai": "^0.75.5",
"@earendil-works/pi-tui": "^0.75.5",
"@earendil-works/pi-agent-core": "^0.76.0",
"@earendil-works/pi-ai": "^0.76.0",
"@earendil-works/pi-tui": "^0.76.0",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",
@ -473,11 +473,11 @@
}
},
"node_modules/@earendil-works/pi-agent-core": {
"version": "0.75.5",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.75.5.tgz",
"version": "0.76.0",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.76.0.tgz",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-ai": "^0.75.5",
"@earendil-works/pi-ai": "^0.76.0",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"
@ -487,8 +487,8 @@
}
},
"node_modules/@earendil-works/pi-ai": {
"version": "0.75.5",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.75.5.tgz",
"version": "0.76.0",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.76.0.tgz",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
@ -510,8 +510,8 @@
}
},
"node_modules/@earendil-works/pi-tui": {
"version": "0.75.5",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.75.5.tgz",
"version": "0.76.0",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.76.0.tgz",
"license": "MIT",
"dependencies": {
"get-east-asian-width": "1.6.0",

View file

@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-coding-agent",
"version": "0.75.5",
"version": "0.76.0",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
@ -39,9 +39,9 @@
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
},
"dependencies": {
"@earendil-works/pi-agent-core": "^0.75.5",
"@earendil-works/pi-ai": "^0.75.5",
"@earendil-works/pi-tui": "^0.75.5",
"@earendil-works/pi-agent-core": "^0.76.0",
"@earendil-works/pi-ai": "^0.76.0",
"@earendil-works/pi-tui": "^0.76.0",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",

View file

@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.76.0] - 2026-05-27
### Added

View file

@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-tui",
"version": "0.75.5",
"version": "0.76.0",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module",
"main": "dist/index.js",