Release v0.72.1

This commit is contained in:
Mario Zechner
2026-05-02 14:57:51 +02:00
parent 97352acf98
commit 036bde0a5d
19 changed files with 49 additions and 49 deletions

44
package-lock.json generated
View File

@@ -3408,9 +3408,9 @@
}
},
"node_modules/@smithy/util-retry": {
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.3.6.tgz",
"integrity": "sha512-p6/FO1n2KxMeQyna067i0uJ6TSbb165ZhnRtCpWh4Foxqbfc6oW+XITaL8QkFJj3KFnDe2URt4gOhgU06EP9ew==",
"version": "4.3.8",
"resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-4.3.8.tgz",
"integrity": "sha512-LUIxbTBi+OpvXpg91poGA6BdyoleMDLnfXjVDqyi2RvZmTveY5loE/FgYUBCR5LU2BThW2SoZRh8dTIIy38IPw==",
"license": "Apache-2.0",
"dependencies": {
"@smithy/service-error-classification": "^4.3.1",
@@ -8026,9 +8026,9 @@
}
},
"node_modules/yaml": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
@@ -8109,10 +8109,10 @@
},
"packages/agent": {
"name": "@mariozechner/pi-agent-core",
"version": "0.72.0",
"version": "0.72.1",
"license": "MIT",
"dependencies": {
"@mariozechner/pi-ai": "^0.72.0",
"@mariozechner/pi-ai": "^0.72.1",
"typebox": "^1.1.24"
},
"devDependencies": {
@@ -8143,7 +8143,7 @@
},
"packages/ai": {
"name": "@mariozechner/pi-ai",
"version": "0.72.0",
"version": "0.72.1",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.91.1",
@@ -8189,13 +8189,13 @@
},
"packages/coding-agent": {
"name": "@mariozechner/pi-coding-agent",
"version": "0.72.0",
"version": "0.72.1",
"license": "MIT",
"dependencies": {
"@mariozechner/jiti": "^2.6.2",
"@mariozechner/pi-agent-core": "^0.72.0",
"@mariozechner/pi-ai": "^0.72.0",
"@mariozechner/pi-tui": "^0.72.0",
"@mariozechner/pi-agent-core": "^0.72.1",
"@mariozechner/pi-ai": "^0.72.1",
"@mariozechner/pi-tui": "^0.72.1",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
@@ -8236,18 +8236,18 @@
},
"packages/coding-agent/examples/extensions/custom-provider-anthropic": {
"name": "pi-extension-custom-provider-anthropic",
"version": "0.72.0",
"version": "0.72.1",
"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.72.0"
"version": "0.72.1"
},
"packages/coding-agent/examples/extensions/sandbox": {
"name": "pi-extension-sandbox",
"version": "1.2.0",
"version": "1.2.1",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.26"
}
@@ -8305,7 +8305,7 @@
},
"packages/coding-agent/examples/extensions/with-deps": {
"name": "pi-extension-with-deps",
"version": "0.72.0",
"version": "0.72.1",
"dependencies": {
"ms": "^2.1.3"
},
@@ -8341,7 +8341,7 @@
},
"packages/tui": {
"name": "@mariozechner/pi-tui",
"version": "0.72.0",
"version": "0.72.1",
"license": "MIT",
"dependencies": {
"@types/mime-types": "^2.1.4",
@@ -8363,12 +8363,12 @@
},
"packages/web-ui": {
"name": "@mariozechner/pi-web-ui",
"version": "0.72.0",
"version": "0.72.1",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mariozechner/pi-ai": "^0.72.0",
"@mariozechner/pi-tui": "^0.72.0",
"@mariozechner/pi-ai": "^0.72.1",
"@mariozechner/pi-tui": "^0.72.1",
"docx-preview": "^0.3.7",
"jszip": "^3.10.1",
"lucide": "^0.544.0",
@@ -8390,7 +8390,7 @@
},
"packages/web-ui/example": {
"name": "pi-web-ui-example",
"version": "0.72.0",
"version": "0.72.1",
"dependencies": {
"@mariozechner/mini-lit": "^0.2.0",
"@mariozechner/pi-ai": "file:../../ai",

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.72.1] - 2026-05-02
### Changed

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent-core",
"version": "0.72.0",
"version": "0.72.1",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
@@ -17,7 +17,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-ai": "^0.72.0",
"@mariozechner/pi-ai": "^0.72.1",
"typebox": "^1.1.24"
},
"keywords": [

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.72.1] - 2026-05-02
## [0.72.0] - 2026-05-01

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.72.0",
"version": "0.72.1",
"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.72.1] - 2026-05-02
## [0.72.0] - 2026-05-01

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "pi-extension-custom-provider-anthropic",
"private": true,
"version": "0.72.0",
"version": "0.72.1",
"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.72.0",
"version": "0.72.1",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.72.0",
"version": "0.72.1",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
@@ -39,9 +39,9 @@
},
"dependencies": {
"@mariozechner/jiti": "^2.6.2",
"@mariozechner/pi-agent-core": "^0.72.0",
"@mariozechner/pi-ai": "^0.72.0",
"@mariozechner/pi-tui": "^0.72.0",
"@mariozechner/pi-agent-core": "^0.72.1",
"@mariozechner/pi-ai": "^0.72.1",
"@mariozechner/pi-tui": "^0.72.1",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.72.1] - 2026-05-02
## [0.72.0] - 2026-05-01

View File

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

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.72.1] - 2026-05-02
## [0.72.0] - 2026-05-01

View File

@@ -1,6 +1,6 @@
{
"name": "pi-web-ui-example",
"version": "0.72.0",
"version": "0.72.1",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-web-ui",
"version": "0.72.0",
"version": "0.72.1",
"description": "Reusable web UI components for AI chat interfaces powered by @mariozechner/pi-ai",
"type": "module",
"main": "dist/index.js",
@@ -18,8 +18,8 @@
},
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mariozechner/pi-ai": "^0.72.0",
"@mariozechner/pi-tui": "^0.72.0",
"@mariozechner/pi-ai": "^0.72.1",
"@mariozechner/pi-tui": "^0.72.1",
"typebox": "^1.1.24",
"docx-preview": "^0.3.7",
"jszip": "^3.10.1",