Release v0.79.9

This commit is contained in:
Armin Ronacher
2026-06-20 22:15:37 +02:00
parent 1aa79b9b29
commit 615bf2f874
20 changed files with 69 additions and 69 deletions

26
package-lock.json generated
View File

@@ -5111,10 +5111,10 @@
},
"packages/agent": {
"name": "@earendil-works/pi-agent-core",
"version": "0.79.8",
"version": "0.79.9",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-ai": "^0.79.8",
"@earendil-works/pi-ai": "^0.79.9",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"
@@ -5463,7 +5463,7 @@
},
"packages/ai": {
"name": "@earendil-works/pi-ai",
"version": "0.79.8",
"version": "0.79.9",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
@@ -5769,12 +5769,12 @@
},
"packages/coding-agent": {
"name": "@earendil-works/pi-coding-agent",
"version": "0.79.8",
"version": "0.79.9",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-agent-core": "^0.79.8",
"@earendil-works/pi-ai": "^0.79.8",
"@earendil-works/pi-tui": "^0.79.8",
"@earendil-works/pi-agent-core": "^0.79.9",
"@earendil-works/pi-ai": "^0.79.9",
"@earendil-works/pi-tui": "^0.79.9",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",
@@ -5815,32 +5815,32 @@
},
"packages/coding-agent/examples/extensions/custom-provider-anthropic": {
"name": "pi-extension-custom-provider-anthropic",
"version": "0.79.8",
"version": "0.79.9",
"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.79.8"
"version": "0.79.9"
},
"packages/coding-agent/examples/extensions/gondolin": {
"name": "pi-extension-gondolin",
"version": "0.79.8",
"version": "0.79.9",
"dependencies": {
"@earendil-works/gondolin": "0.12.0"
}
},
"packages/coding-agent/examples/extensions/sandbox": {
"name": "pi-extension-sandbox",
"version": "1.9.8",
"version": "1.9.9",
"dependencies": {
"@anthropic-ai/sandbox-runtime": "0.0.26"
}
},
"packages/coding-agent/examples/extensions/with-deps": {
"name": "pi-extension-with-deps",
"version": "0.79.8",
"version": "0.79.9",
"dependencies": {
"ms": "2.1.3"
},
@@ -6136,7 +6136,7 @@
},
"packages/tui": {
"name": "@earendil-works/pi-tui",
"version": "0.79.8",
"version": "0.79.9",
"license": "MIT",
"dependencies": {
"get-east-asian-width": "1.6.0",

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.79.9] - 2026-06-20
### Fixed

View File

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

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.79.9] - 2026-06-20
### Added

View File

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

View File

@@ -9657,7 +9657,7 @@ export const MODELS = {
cacheRead: 0.2,
cacheWrite: 0.375,
},
contextWindow: 65536,
contextWindow: 131072,
maxTokens: 32768,
} satisfies Model<"openai-completions">,
"google/gemini-3.1-flash-lite": {
@@ -9845,7 +9845,7 @@ export const MODELS = {
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 8192,
maxTokens: 32768,
} satisfies Model<"openai-completions">,
"ibm-granite/granite-4.1-8b": {
id: "ibm-granite/granite-4.1-8b",
@@ -9947,8 +9947,8 @@ export const MODELS = {
cacheRead: 0.06,
cacheWrite: 0,
},
contextWindow: 256000,
maxTokens: 80000,
contextWindow: 262144,
maxTokens: 144000,
} satisfies Model<"openai-completions">,
"liquid/lfm-2.5-1.2b-thinking:free": {
id: "liquid/lfm-2.5-1.2b-thinking:free",
@@ -10169,7 +10169,7 @@ export const MODELS = {
cacheWrite: 0,
},
contextWindow: 1048576,
maxTokens: 512000,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"mistralai/codestral-2508": {
id: "mistralai/codestral-2508",
@@ -10505,7 +10505,7 @@ export const MODELS = {
cost: {
input: 0.6,
output: 2.5,
cacheRead: 0,
cacheRead: 0.6,
cacheWrite: 0,
},
contextWindow: 262144,
@@ -10884,7 +10884,7 @@ export const MODELS = {
cacheWrite: 0,
},
contextWindow: 1047576,
maxTokens: 32768,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"openai/gpt-4.1-nano": {
id: "openai/gpt-4.1-nano",
@@ -10914,7 +10914,7 @@ export const MODELS = {
cost: {
input: 2.5,
output: 10,
cacheRead: 0,
cacheRead: 1.25,
cacheWrite: 0,
},
contextWindow: 128000,
@@ -11050,11 +11050,11 @@ export const MODELS = {
cost: {
input: 0.25,
output: 2,
cacheRead: 0.025,
cacheRead: 0.03,
cacheWrite: 0,
},
contextWindow: 400000,
maxTokens: 128000,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"openai/gpt-5-nano": {
id: "openai/gpt-5-nano",
@@ -11118,11 +11118,11 @@ export const MODELS = {
cost: {
input: 1.25,
output: 10,
cacheRead: 0.13,
cacheRead: 0.125,
cacheWrite: 0,
},
contextWindow: 128000,
maxTokens: 32000,
maxTokens: 16384,
} satisfies Model<"openai-completions">,
"openai/gpt-5.1-codex": {
id: "openai/gpt-5.1-codex",
@@ -11209,7 +11209,7 @@ export const MODELS = {
cacheWrite: 0,
},
contextWindow: 128000,
maxTokens: 16384,
maxTokens: 32000,
} satisfies Model<"openai-completions">,
"openai/gpt-5.2-codex": {
id: "openai/gpt-5.2-codex",
@@ -12422,11 +12422,11 @@ export const MODELS = {
cost: {
input: 0.14,
output: 1,
cacheRead: 0,
cacheRead: 0.05,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 262144,
maxTokens: 81920,
} satisfies Model<"openai-completions">,
"qwen/qwen3.5-397b-a17b": {
id: "qwen/qwen3.5-397b-a17b",
@@ -12459,8 +12459,8 @@ export const MODELS = {
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 262144,
maxTokens: 262144,
contextWindow: 256000,
maxTokens: 32768,
} satisfies Model<"openai-completions">,
"qwen/qwen3.5-flash-02-23": {
id: "qwen/qwen3.5-flash-02-23",
@@ -13034,11 +13034,11 @@ export const MODELS = {
cost: {
input: 0.98,
output: 3.08,
cacheRead: 0.49,
cacheRead: 0.182,
cacheWrite: 0,
},
contextWindow: 202752,
maxTokens: 65535,
maxTokens: 4096,
} satisfies Model<"openai-completions">,
"z-ai/glm-5.2": {
id: "z-ai/glm-5.2",

View File

@@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [0.79.9] - 2026-06-20
### New Features

View File

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

View File

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

View File

@@ -1,12 +1,12 @@
{
"name": "pi-extension-gondolin",
"version": "0.79.8",
"version": "0.79.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-extension-gondolin",
"version": "0.79.8",
"version": "0.79.9",
"dependencies": {
"@earendil-works/gondolin": "0.12.0"
}

View File

@@ -1,7 +1,7 @@
{
"name": "pi-extension-gondolin",
"private": true,
"version": "0.79.8",
"version": "0.79.9",
"type": "module",
"scripts": {
"clean": "echo 'nothing to clean'",

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,17 +1,17 @@
{
"name": "@earendil-works/pi-coding-agent",
"version": "0.79.8",
"version": "0.79.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@earendil-works/pi-coding-agent",
"version": "0.79.8",
"version": "0.79.9",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-agent-core": "^0.79.8",
"@earendil-works/pi-ai": "^0.79.8",
"@earendil-works/pi-tui": "^0.79.8",
"@earendil-works/pi-agent-core": "^0.79.9",
"@earendil-works/pi-ai": "^0.79.9",
"@earendil-works/pi-tui": "^0.79.9",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",
@@ -474,11 +474,11 @@
}
},
"node_modules/@earendil-works/pi-agent-core": {
"version": "0.79.8",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.79.8.tgz",
"version": "0.79.9",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.79.9.tgz",
"license": "MIT",
"dependencies": {
"@earendil-works/pi-ai": "^0.79.8",
"@earendil-works/pi-ai": "^0.79.9",
"ignore": "7.0.5",
"typebox": "1.1.38",
"yaml": "2.9.0"
@@ -488,8 +488,8 @@
}
},
"node_modules/@earendil-works/pi-ai": {
"version": "0.79.8",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.79.8.tgz",
"version": "0.79.9",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.79.9.tgz",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "0.91.1",
@@ -512,8 +512,8 @@
}
},
"node_modules/@earendil-works/pi-tui": {
"version": "0.79.8",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.79.8.tgz",
"version": "0.79.9",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.79.9.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.79.8",
"version": "0.79.9",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
@@ -36,9 +36,9 @@
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
},
"dependencies": {
"@earendil-works/pi-agent-core": "^0.79.8",
"@earendil-works/pi-ai": "^0.79.8",
"@earendil-works/pi-tui": "^0.79.8",
"@earendil-works/pi-agent-core": "^0.79.9",
"@earendil-works/pi-ai": "^0.79.9",
"@earendil-works/pi-tui": "^0.79.9",
"@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.79.9] - 2026-06-20
### Fixed

View File

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