Release v0.71.1

This commit is contained in:
Mario Zechner
2026-05-01 13:11:52 +02:00
parent 4745a95898
commit 80a439055d
19 changed files with 49 additions and 49 deletions

44
package-lock.json generated
View File

@@ -5538,9 +5538,9 @@
}
},
"node_modules/ip-address": {
"version": "10.1.1",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.1.tgz",
"integrity": "sha512-1FMu8/N15Ck1BL551Jf42NYIoin2unWjLQ2Fze/DXryJRl5twqtwNHlO39qERGbIOcKYWHdgRryhOC+NG4eaLw==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz",
"integrity": "sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
"license": "MIT",
"engines": {
"node": ">= 12"
@@ -7626,9 +7626,9 @@
}
},
"node_modules/typebox": {
"version": "1.1.35",
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.35.tgz",
"integrity": "sha512-kB3HoCOAE+cJ+xMCBKDsnlRJ5Fh39cIXBQ29vcqsN9+AVxCKa0qA84SDkDM51hrBOAkmAyYTpfFBdi6RzbfATA==",
"version": "1.1.36",
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.36.tgz",
"integrity": "sha512-aGbdGqjFiCYy7XAe4+KUz53N2fB2ngumD1nImL2n6Hv0Tf8+bqx8k1DP+dOu3mLg3hOHbdl9K+2i7jomfYDk9A==",
"license": "MIT"
},
"node_modules/typescript": {
@@ -8127,10 +8127,10 @@
},
"packages/agent": {
"name": "@mariozechner/pi-agent-core",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"dependencies": {
"@mariozechner/pi-ai": "^0.71.0",
"@mariozechner/pi-ai": "^0.71.1",
"typebox": "^1.1.24"
},
"devDependencies": {
@@ -8161,7 +8161,7 @@
},
"packages/ai": {
"name": "@mariozechner/pi-ai",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.91.1",
@@ -8207,13 +8207,13 @@
},
"packages/coding-agent": {
"name": "@mariozechner/pi-coding-agent",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"dependencies": {
"@mariozechner/jiti": "^2.6.2",
"@mariozechner/pi-agent-core": "^0.71.0",
"@mariozechner/pi-ai": "^0.71.0",
"@mariozechner/pi-tui": "^0.71.0",
"@mariozechner/pi-agent-core": "^0.71.1",
"@mariozechner/pi-ai": "^0.71.1",
"@mariozechner/pi-tui": "^0.71.1",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
@@ -8254,18 +8254,18 @@
},
"packages/coding-agent/examples/extensions/custom-provider-anthropic": {
"name": "pi-extension-custom-provider-anthropic",
"version": "0.71.0",
"version": "0.71.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.71.0"
"version": "0.71.1"
},
"packages/coding-agent/examples/extensions/sandbox": {
"name": "pi-extension-sandbox",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.26"
}
@@ -8323,7 +8323,7 @@
},
"packages/coding-agent/examples/extensions/with-deps": {
"name": "pi-extension-with-deps",
"version": "0.71.0",
"version": "0.71.1",
"dependencies": {
"ms": "^2.1.3"
},
@@ -8359,7 +8359,7 @@
},
"packages/tui": {
"name": "@mariozechner/pi-tui",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"dependencies": {
"@types/mime-types": "^2.1.4",
@@ -8381,12 +8381,12 @@
},
"packages/web-ui": {
"name": "@mariozechner/pi-web-ui",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"@mariozechner/pi-ai": "^0.71.0",
"@mariozechner/pi-tui": "^0.71.0",
"@mariozechner/pi-ai": "^0.71.1",
"@mariozechner/pi-tui": "^0.71.1",
"docx-preview": "^0.3.7",
"jszip": "^3.10.1",
"lucide": "^0.544.0",
@@ -8408,7 +8408,7 @@
},
"packages/web-ui/example": {
"name": "pi-web-ui-example",
"version": "0.71.0",
"version": "0.71.1",
"dependencies": {
"@mariozechner/mini-lit": "^0.2.0",
"@mariozechner/pi-ai": "file:../../ai",

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.71.1] - 2026-05-01
## [0.71.0] - 2026-04-30

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-agent-core",
"version": "0.71.0",
"version": "0.71.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.71.0",
"@mariozechner/pi-ai": "^0.71.1",
"typebox": "^1.1.24"
},
"keywords": [

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.71.1] - 2026-05-01
### Added

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-ai",
"version": "0.71.0",
"version": "0.71.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.71.1] - 2026-05-01
### Added

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-coding-agent",
"version": "0.71.0",
"version": "0.71.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.71.0",
"@mariozechner/pi-ai": "^0.71.0",
"@mariozechner/pi-tui": "^0.71.0",
"@mariozechner/pi-agent-core": "^0.71.1",
"@mariozechner/pi-ai": "^0.71.1",
"@mariozechner/pi-tui": "^0.71.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.71.1] - 2026-05-01
## [0.71.0] - 2026-04-30

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-tui",
"version": "0.71.0",
"version": "0.71.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.71.1] - 2026-05-01
## [0.71.0] - 2026-04-30

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@mariozechner/pi-web-ui",
"version": "0.71.0",
"version": "0.71.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.71.0",
"@mariozechner/pi-tui": "^0.71.0",
"@mariozechner/pi-ai": "^0.71.1",
"@mariozechner/pi-tui": "^0.71.1",
"typebox": "^1.1.24",
"docx-preview": "^0.3.7",
"jszip": "^3.10.1",