Release v0.79.10

This commit is contained in:
Armin Ronacher
2026-06-22 11:14:43 +02:00
parent 5df5a1ce76
commit 8e1900666f
20 changed files with 97 additions and 97 deletions
+13 -13
View File
@@ -5111,10 +5111,10 @@
}, },
"packages/agent": { "packages/agent": {
"name": "@earendil-works/pi-agent-core", "name": "@earendil-works/pi-agent-core",
"version": "0.79.9", "version": "0.79.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@earendil-works/pi-ai": "^0.79.9", "@earendil-works/pi-ai": "^0.79.10",
"ignore": "7.0.5", "ignore": "7.0.5",
"typebox": "1.1.38", "typebox": "1.1.38",
"yaml": "2.9.0" "yaml": "2.9.0"
@@ -5463,7 +5463,7 @@
}, },
"packages/ai": { "packages/ai": {
"name": "@earendil-works/pi-ai", "name": "@earendil-works/pi-ai",
"version": "0.79.9", "version": "0.79.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "0.91.1", "@anthropic-ai/sdk": "0.91.1",
@@ -5769,12 +5769,12 @@
}, },
"packages/coding-agent": { "packages/coding-agent": {
"name": "@earendil-works/pi-coding-agent", "name": "@earendil-works/pi-coding-agent",
"version": "0.79.9", "version": "0.79.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@earendil-works/pi-agent-core": "^0.79.9", "@earendil-works/pi-agent-core": "^0.79.10",
"@earendil-works/pi-ai": "^0.79.9", "@earendil-works/pi-ai": "^0.79.10",
"@earendil-works/pi-tui": "^0.79.9", "@earendil-works/pi-tui": "^0.79.10",
"@silvia-odwyer/photon-node": "0.3.4", "@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2", "chalk": "5.6.2",
"cross-spawn": "7.0.6", "cross-spawn": "7.0.6",
@@ -5815,32 +5815,32 @@
}, },
"packages/coding-agent/examples/extensions/custom-provider-anthropic": { "packages/coding-agent/examples/extensions/custom-provider-anthropic": {
"name": "pi-extension-custom-provider-anthropic", "name": "pi-extension-custom-provider-anthropic",
"version": "0.79.9", "version": "0.79.10",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "0.52.0" "@anthropic-ai/sdk": "0.52.0"
} }
}, },
"packages/coding-agent/examples/extensions/custom-provider-gitlab-duo": { "packages/coding-agent/examples/extensions/custom-provider-gitlab-duo": {
"name": "pi-extension-custom-provider-gitlab-duo", "name": "pi-extension-custom-provider-gitlab-duo",
"version": "0.79.9" "version": "0.79.10"
}, },
"packages/coding-agent/examples/extensions/gondolin": { "packages/coding-agent/examples/extensions/gondolin": {
"name": "pi-extension-gondolin", "name": "pi-extension-gondolin",
"version": "0.79.9", "version": "0.79.10",
"dependencies": { "dependencies": {
"@earendil-works/gondolin": "0.12.0" "@earendil-works/gondolin": "0.12.0"
} }
}, },
"packages/coding-agent/examples/extensions/sandbox": { "packages/coding-agent/examples/extensions/sandbox": {
"name": "pi-extension-sandbox", "name": "pi-extension-sandbox",
"version": "1.9.9", "version": "1.9.10",
"dependencies": { "dependencies": {
"@anthropic-ai/sandbox-runtime": "0.0.26" "@anthropic-ai/sandbox-runtime": "0.0.26"
} }
}, },
"packages/coding-agent/examples/extensions/with-deps": { "packages/coding-agent/examples/extensions/with-deps": {
"name": "pi-extension-with-deps", "name": "pi-extension-with-deps",
"version": "0.79.9", "version": "0.79.10",
"dependencies": { "dependencies": {
"ms": "2.1.3" "ms": "2.1.3"
}, },
@@ -6136,7 +6136,7 @@
}, },
"packages/tui": { "packages/tui": {
"name": "@earendil-works/pi-tui", "name": "@earendil-works/pi-tui",
"version": "0.79.9", "version": "0.79.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"get-east-asian-width": "1.6.0", "get-east-asian-width": "1.6.0",
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## [Unreleased] ## [0.79.10] - 2026-06-22
## [0.79.9] - 2026-06-20 ## [0.79.9] - 2026-06-20
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@earendil-works/pi-agent-core", "name": "@earendil-works/pi-agent-core",
"version": "0.79.9", "version": "0.79.10",
"description": "General-purpose agent with transport abstraction, state management, and attachment support", "description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -33,7 +33,7 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"dependencies": { "dependencies": {
"@earendil-works/pi-ai": "^0.79.9", "@earendil-works/pi-ai": "^0.79.10",
"ignore": "7.0.5", "ignore": "7.0.5",
"typebox": "1.1.38", "typebox": "1.1.38",
"yaml": "2.9.0" "yaml": "2.9.0"
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## [Unreleased] ## [0.79.10] - 2026-06-22
### Fixed ### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@earendil-works/pi-ai", "name": "@earendil-works/pi-ai",
"version": "0.79.9", "version": "0.79.10",
"description": "Unified LLM API with automatic model discovery and provider configuration", "description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
+47 -47
View File
@@ -8885,23 +8885,6 @@ export const MODELS = {
contextWindow: 200000, contextWindow: 200000,
maxTokens: 4096, maxTokens: 4096,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"anthropic/claude-3.5-haiku": {
id: "anthropic/claude-3.5-haiku",
name: "Anthropic: Claude 3.5 Haiku",
api: "openai-completions",
provider: "openrouter",
baseUrl: "https://openrouter.ai/api/v1",
reasoning: false,
input: ["text", "image"],
cost: {
input: 0.8,
output: 4,
cacheRead: 0.08,
cacheWrite: 1,
},
contextWindow: 200000,
maxTokens: 8192,
} satisfies Model<"openai-completions">,
"anthropic/claude-fable-5": { "anthropic/claude-fable-5": {
id: "anthropic/claude-fable-5", id: "anthropic/claude-fable-5",
name: "Anthropic: Claude Fable 5", name: "Anthropic: Claude Fable 5",
@@ -9657,7 +9640,7 @@ export const MODELS = {
cacheRead: 0.2, cacheRead: 0.2,
cacheWrite: 0.375, cacheWrite: 0.375,
}, },
contextWindow: 131072, contextWindow: 65536,
maxTokens: 32768, maxTokens: 32768,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"google/gemini-3.1-flash-lite": { "google/gemini-3.1-flash-lite": {
@@ -9845,7 +9828,7 @@ export const MODELS = {
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 32768, maxTokens: 8192,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"ibm-granite/granite-4.1-8b": { "ibm-granite/granite-4.1-8b": {
id: "ibm-granite/granite-4.1-8b", id: "ibm-granite/granite-4.1-8b",
@@ -9947,8 +9930,8 @@ export const MODELS = {
cacheRead: 0.06, cacheRead: 0.06,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 256000,
maxTokens: 144000, maxTokens: 80000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"liquid/lfm-2.5-1.2b-thinking:free": { "liquid/lfm-2.5-1.2b-thinking:free": {
id: "liquid/lfm-2.5-1.2b-thinking:free", id: "liquid/lfm-2.5-1.2b-thinking:free",
@@ -10169,7 +10152,7 @@ export const MODELS = {
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 1048576, contextWindow: 1048576,
maxTokens: 4096, maxTokens: 512000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"mistralai/codestral-2508": { "mistralai/codestral-2508": {
id: "mistralai/codestral-2508", id: "mistralai/codestral-2508",
@@ -10505,7 +10488,7 @@ export const MODELS = {
cost: { cost: {
input: 0.6, input: 0.6,
output: 2.5, output: 2.5,
cacheRead: 0.6, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
@@ -10539,12 +10522,12 @@ export const MODELS = {
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.66, input: 0.66,
output: 3.5, output: 3.41,
cacheRead: 0.33, cacheRead: 0.144,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 262142, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"moonshotai/kimi-k2.7-code": { "moonshotai/kimi-k2.7-code": {
id: "moonshotai/kimi-k2.7-code", id: "moonshotai/kimi-k2.7-code",
@@ -10578,7 +10561,7 @@ export const MODELS = {
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 262144, maxTokens: 256000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"nvidia/llama-3.3-nemotron-super-49b-v1.5": { "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5", id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
@@ -10884,7 +10867,7 @@ export const MODELS = {
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 1047576, contextWindow: 1047576,
maxTokens: 4096, maxTokens: 32768,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"openai/gpt-4.1-nano": { "openai/gpt-4.1-nano": {
id: "openai/gpt-4.1-nano", id: "openai/gpt-4.1-nano",
@@ -10914,7 +10897,7 @@ export const MODELS = {
cost: { cost: {
input: 2.5, input: 2.5,
output: 10, output: 10,
cacheRead: 1.25, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 128000, contextWindow: 128000,
@@ -11050,11 +11033,11 @@ export const MODELS = {
cost: { cost: {
input: 0.25, input: 0.25,
output: 2, output: 2,
cacheRead: 0.03, cacheRead: 0.025,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 400000, contextWindow: 400000,
maxTokens: 4096, maxTokens: 128000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"openai/gpt-5-nano": { "openai/gpt-5-nano": {
id: "openai/gpt-5-nano", id: "openai/gpt-5-nano",
@@ -11118,11 +11101,11 @@ export const MODELS = {
cost: { cost: {
input: 1.25, input: 1.25,
output: 10, output: 10,
cacheRead: 0.125, cacheRead: 0.13,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 128000, contextWindow: 128000,
maxTokens: 16384, maxTokens: 32000,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"openai/gpt-5.1-codex": { "openai/gpt-5.1-codex": {
id: "openai/gpt-5.1-codex", id: "openai/gpt-5.1-codex",
@@ -11209,7 +11192,7 @@ export const MODELS = {
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 128000, contextWindow: 128000,
maxTokens: 32000, maxTokens: 16384,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"openai/gpt-5.2-codex": { "openai/gpt-5.2-codex": {
id: "openai/gpt-5.2-codex", id: "openai/gpt-5.2-codex",
@@ -12422,11 +12405,11 @@ export const MODELS = {
cost: { cost: {
input: 0.14, input: 0.14,
output: 1, output: 1,
cacheRead: 0.05, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 81920, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3.5-397b-a17b": { "qwen/qwen3.5-397b-a17b": {
id: "qwen/qwen3.5-397b-a17b", id: "qwen/qwen3.5-397b-a17b",
@@ -12459,8 +12442,8 @@ export const MODELS = {
cacheRead: 0, cacheRead: 0,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 256000, contextWindow: 262144,
maxTokens: 32768, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"qwen/qwen3.5-flash-02-23": { "qwen/qwen3.5-flash-02-23": {
id: "qwen/qwen3.5-flash-02-23", id: "qwen/qwen3.5-flash-02-23",
@@ -13034,11 +13017,11 @@ export const MODELS = {
cost: { cost: {
input: 0.98, input: 0.98,
output: 3.08, output: 3.08,
cacheRead: 0.182, cacheRead: 0.49,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 202752, contextWindow: 202752,
maxTokens: 4096, maxTokens: 65535,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"z-ai/glm-5.2": { "z-ai/glm-5.2": {
id: "z-ai/glm-5.2", id: "z-ai/glm-5.2",
@@ -13050,13 +13033,13 @@ export const MODELS = {
thinkingLevelMap: {"xhigh":"xhigh"}, thinkingLevelMap: {"xhigh":"xhigh"},
input: ["text"], input: ["text"],
cost: { cost: {
input: 1.2, input: 1,
output: 4.1, output: 4,
cacheRead: 0.2, cacheRead: 0.18,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 1048576, contextWindow: 1048576,
maxTokens: 131072, maxTokens: 32768,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"~anthropic/claude-fable-latest": { "~anthropic/claude-fable-latest": {
id: "~anthropic/claude-fable-latest", id: "~anthropic/claude-fable-latest",
@@ -13170,12 +13153,12 @@ export const MODELS = {
input: ["text", "image"], input: ["text", "image"],
cost: { cost: {
input: 0.66, input: 0.66,
output: 3.5, output: 3.41,
cacheRead: 0.33, cacheRead: 0.144,
cacheWrite: 0, cacheWrite: 0,
}, },
contextWindow: 262144, contextWindow: 262144,
maxTokens: 262142, maxTokens: 262144,
} satisfies Model<"openai-completions">, } satisfies Model<"openai-completions">,
"~openai/gpt-latest": { "~openai/gpt-latest": {
id: "~openai/gpt-latest", id: "~openai/gpt-latest",
@@ -15936,6 +15919,23 @@ export const MODELS = {
contextWindow: 200000, contextWindow: 200000,
maxTokens: 8000, maxTokens: 8000,
} satisfies Model<"anthropic-messages">, } satisfies Model<"anthropic-messages">,
"sakana/fugu-ultra": {
id: "sakana/fugu-ultra",
name: "Fugu Ultra",
api: "anthropic-messages",
provider: "vercel-ai-gateway",
baseUrl: "https://ai-gateway.vercel.sh",
reasoning: true,
input: ["text", "image"],
cost: {
input: 5,
output: 30,
cacheRead: 0.5,
cacheWrite: 0,
},
contextWindow: 1000000,
maxTokens: 1000000,
} satisfies Model<"anthropic-messages">,
"stepfun/step-3.5-flash": { "stepfun/step-3.5-flash": {
id: "stepfun/step-3.5-flash", id: "stepfun/step-3.5-flash",
name: "StepFun 3.5 Flash", name: "StepFun 3.5 Flash",
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## [Unreleased] ## [0.79.10] - 2026-06-22
### New Features ### New Features
@@ -1,12 +1,12 @@
{ {
"name": "pi-extension-custom-provider", "name": "pi-extension-custom-provider",
"version": "0.79.9", "version": "0.79.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pi-extension-custom-provider", "name": "pi-extension-custom-provider",
"version": "0.79.9", "version": "0.79.10",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.52.0" "@anthropic-ai/sdk": "^0.52.0"
} }
@@ -1,7 +1,7 @@
{ {
"name": "pi-extension-custom-provider-anthropic", "name": "pi-extension-custom-provider-anthropic",
"private": true, "private": true,
"version": "0.79.9", "version": "0.79.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"clean": "echo 'nothing to clean'", "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
{ {
"name": "pi-extension-custom-provider-gitlab-duo", "name": "pi-extension-custom-provider-gitlab-duo",
"private": true, "private": true,
"version": "0.79.9", "version": "0.79.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"clean": "echo 'nothing to clean'", "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
{ {
"name": "pi-extension-gondolin", "name": "pi-extension-gondolin",
"version": "0.79.9", "version": "0.79.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pi-extension-gondolin", "name": "pi-extension-gondolin",
"version": "0.79.9", "version": "0.79.10",
"dependencies": { "dependencies": {
"@earendil-works/gondolin": "0.12.0" "@earendil-works/gondolin": "0.12.0"
} }
@@ -1,7 +1,7 @@
{ {
"name": "pi-extension-gondolin", "name": "pi-extension-gondolin",
"private": true, "private": true,
"version": "0.79.9", "version": "0.79.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"clean": "echo 'nothing to clean'", "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
{ {
"name": "pi-extension-sandbox", "name": "pi-extension-sandbox",
"version": "1.9.9", "version": "1.9.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pi-extension-sandbox", "name": "pi-extension-sandbox",
"version": "1.9.9", "version": "1.9.10",
"dependencies": { "dependencies": {
"@anthropic-ai/sandbox-runtime": "^0.0.26" "@anthropic-ai/sandbox-runtime": "^0.0.26"
} }
@@ -1,7 +1,7 @@
{ {
"name": "pi-extension-sandbox", "name": "pi-extension-sandbox",
"private": true, "private": true,
"version": "1.9.9", "version": "1.9.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"clean": "echo 'nothing to clean'", "clean": "echo 'nothing to clean'",
@@ -1,12 +1,12 @@
{ {
"name": "pi-extension-with-deps", "name": "pi-extension-with-deps",
"version": "0.79.9", "version": "0.79.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pi-extension-with-deps", "name": "pi-extension-with-deps",
"version": "0.79.9", "version": "0.79.10",
"dependencies": { "dependencies": {
"ms": "^2.1.3" "ms": "^2.1.3"
}, },
@@ -1,7 +1,7 @@
{ {
"name": "pi-extension-with-deps", "name": "pi-extension-with-deps",
"private": true, "private": true,
"version": "0.79.9", "version": "0.79.10",
"type": "module", "type": "module",
"scripts": { "scripts": {
"clean": "echo 'nothing to clean'", "clean": "echo 'nothing to clean'",
+12 -12
View File
@@ -1,17 +1,17 @@
{ {
"name": "@earendil-works/pi-coding-agent", "name": "@earendil-works/pi-coding-agent",
"version": "0.79.9", "version": "0.79.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@earendil-works/pi-coding-agent", "name": "@earendil-works/pi-coding-agent",
"version": "0.79.9", "version": "0.79.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@earendil-works/pi-agent-core": "^0.79.9", "@earendil-works/pi-agent-core": "^0.79.10",
"@earendil-works/pi-ai": "^0.79.9", "@earendil-works/pi-ai": "^0.79.10",
"@earendil-works/pi-tui": "^0.79.9", "@earendil-works/pi-tui": "^0.79.10",
"@silvia-odwyer/photon-node": "0.3.4", "@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2", "chalk": "5.6.2",
"cross-spawn": "7.0.6", "cross-spawn": "7.0.6",
@@ -474,11 +474,11 @@
} }
}, },
"node_modules/@earendil-works/pi-agent-core": { "node_modules/@earendil-works/pi-agent-core": {
"version": "0.79.9", "version": "0.79.10",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.79.9.tgz", "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.79.10.tgz",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@earendil-works/pi-ai": "^0.79.9", "@earendil-works/pi-ai": "^0.79.10",
"ignore": "7.0.5", "ignore": "7.0.5",
"typebox": "1.1.38", "typebox": "1.1.38",
"yaml": "2.9.0" "yaml": "2.9.0"
@@ -488,8 +488,8 @@
} }
}, },
"node_modules/@earendil-works/pi-ai": { "node_modules/@earendil-works/pi-ai": {
"version": "0.79.9", "version": "0.79.10",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.79.9.tgz", "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.79.10.tgz",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "0.91.1", "@anthropic-ai/sdk": "0.91.1",
@@ -512,8 +512,8 @@
} }
}, },
"node_modules/@earendil-works/pi-tui": { "node_modules/@earendil-works/pi-tui": {
"version": "0.79.9", "version": "0.79.10",
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.79.9.tgz", "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.79.10.tgz",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"get-east-asian-width": "1.6.0", "get-east-asian-width": "1.6.0",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@earendil-works/pi-coding-agent", "name": "@earendil-works/pi-coding-agent",
"version": "0.79.9", "version": "0.79.10",
"description": "Coding agent CLI with read, bash, edit, write tools and session management", "description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module", "type": "module",
"piConfig": { "piConfig": {
@@ -36,9 +36,9 @@
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap" "prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
}, },
"dependencies": { "dependencies": {
"@earendil-works/pi-agent-core": "^0.79.9", "@earendil-works/pi-agent-core": "^0.79.10",
"@earendil-works/pi-ai": "^0.79.9", "@earendil-works/pi-ai": "^0.79.10",
"@earendil-works/pi-tui": "^0.79.9", "@earendil-works/pi-tui": "^0.79.10",
"@silvia-odwyer/photon-node": "0.3.4", "@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2", "chalk": "5.6.2",
"cross-spawn": "7.0.6", "cross-spawn": "7.0.6",
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog # Changelog
## [Unreleased] ## [0.79.10] - 2026-06-22
## [0.79.9] - 2026-06-20 ## [0.79.9] - 2026-06-20
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@earendil-works/pi-tui", "name": "@earendil-works/pi-tui",
"version": "0.79.9", "version": "0.79.10",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications", "description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",