From edfa238201a839b16530fbac13385e42207812fd Mon Sep 17 00:00:00 2001 From: junior Date: Wed, 22 Jul 2026 14:15:29 -0400 Subject: [PATCH] fix(coding-agent): prepare v0.81.0-kkl.2 --- package-lock.json | 36 +++++++++---------- packages/agent/package.json | 4 +-- packages/ai/package.json | 2 +- .../package-lock.json | 4 +-- .../custom-provider-anthropic/package.json | 2 +- .../custom-provider-gitlab-duo/package.json | 2 +- .../extensions/gondolin/package-lock.json | 4 +-- .../examples/extensions/gondolin/package.json | 2 +- .../extensions/sandbox/package-lock.json | 4 +-- .../examples/extensions/sandbox/package.json | 2 +- .../extensions/with-deps/package-lock.json | 4 +-- .../extensions/with-deps/package.json | 2 +- .../install-lock/package-lock.json | 30 ++++++++-------- .../coding-agent/install-lock/package.json | 4 +-- packages/coding-agent/npm-shrinkwrap.json | 24 ++++++------- packages/coding-agent/package.json | 8 ++--- packages/server/package.json | 4 +-- packages/storage/sqlite-node/package.json | 6 ++-- packages/tui/package.json | 2 +- 19 files changed, 73 insertions(+), 73 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8b33ba38f6..577379926cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5047,10 +5047,10 @@ }, "packages/agent": { "name": "@earendil-works/pi-agent-core", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { - "@earendil-works/pi-ai": "0.81.0-kkl.1", + "@earendil-works/pi-ai": "0.81.0-kkl.2", "ignore": "7.0.5", "typebox": "1.1.38", "yaml": "2.9.0" @@ -5402,7 +5402,7 @@ }, "packages/ai": { "name": "@earendil-works/pi-ai", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "0.91.1", @@ -5709,12 +5709,12 @@ }, "packages/coding-agent": { "name": "@earendil-works/pi-coding-agent", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { - "@earendil-works/pi-agent-core": "0.81.0-kkl.1", - "@earendil-works/pi-ai": "0.81.0-kkl.1", - "@earendil-works/pi-tui": "0.81.0-kkl.1", + "@earendil-works/pi-agent-core": "0.81.0-kkl.2", + "@earendil-works/pi-ai": "0.81.0-kkl.2", + "@earendil-works/pi-tui": "0.81.0-kkl.2", "@silvia-odwyer/photon-node": "0.3.4", "chalk": "5.6.2", "cross-spawn": "7.0.6", @@ -5755,32 +5755,32 @@ }, "packages/coding-agent/examples/extensions/custom-provider-anthropic": { "name": "pi-extension-custom-provider-anthropic", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "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.81.0-kkl.1" + "version": "0.81.0-kkl.2" }, "packages/coding-agent/examples/extensions/gondolin": { "name": "pi-extension-gondolin", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "@earendil-works/gondolin": "0.12.0" } }, "packages/coding-agent/examples/extensions/sandbox": { "name": "pi-extension-sandbox", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "@anthropic-ai/sandbox-runtime": "0.0.26" } }, "packages/coding-agent/examples/extensions/with-deps": { "name": "pi-extension-with-deps", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "ms": "2.1.3" }, @@ -6077,10 +6077,10 @@ }, "packages/server": { "name": "@earendil-works/pi-server", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { - "@earendil-works/pi-coding-agent": "0.81.0-kkl.1" + "@earendil-works/pi-coding-agent": "0.81.0-kkl.2" }, "bin": { "server": "dist/cli.js" @@ -6094,11 +6094,11 @@ }, "packages/storage/sqlite-node": { "name": "@earendil-works/pi-storage-sqlite-node", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { - "@earendil-works/pi-agent-core": "0.81.0-kkl.1", - "@earendil-works/pi-ai": "0.81.0-kkl.1" + "@earendil-works/pi-agent-core": "0.81.0-kkl.2", + "@earendil-works/pi-ai": "0.81.0-kkl.2" }, "engines": { "node": ">=22.19.0" @@ -6106,7 +6106,7 @@ }, "packages/tui": { "name": "@earendil-works/pi-tui", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { "get-east-asian-width": "1.6.0", diff --git a/packages/agent/package.json b/packages/agent/package.json index af07b2615f9..8e89e7c0c76 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@earendil-works/pi-agent-core", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "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 build" }, "dependencies": { - "@earendil-works/pi-ai": "0.81.0-kkl.1", + "@earendil-works/pi-ai": "0.81.0-kkl.2", "ignore": "7.0.5", "typebox": "1.1.38", "yaml": "2.9.0" diff --git a/packages/ai/package.json b/packages/ai/package.json index 8a64b01e935..8f34769c340 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@earendil-works/pi-ai", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "description": "Unified LLM API with automatic model discovery and provider configuration", "type": "module", "main": "./dist/index.js", diff --git a/packages/coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json b/packages/coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json index c35b6de935e..53db918fd47 100644 --- a/packages/coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json +++ b/packages/coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json @@ -1,12 +1,12 @@ { "name": "pi-extension-custom-provider-anthropic", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-custom-provider-anthropic", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "@anthropic-ai/sdk": "0.52.0" } diff --git a/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json b/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json index 0c9ca725c3a..8126f8b9ee7 100644 --- a/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json +++ b/packages/coding-agent/examples/extensions/custom-provider-anthropic/package.json @@ -1,7 +1,7 @@ { "name": "pi-extension-custom-provider-anthropic", "private": true, - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json b/packages/coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json index f969c9c17a2..34d7a9c0553 100644 --- a/packages/coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +++ b/packages/coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json @@ -1,7 +1,7 @@ { "name": "pi-extension-custom-provider-gitlab-duo", "private": true, - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/examples/extensions/gondolin/package-lock.json b/packages/coding-agent/examples/extensions/gondolin/package-lock.json index 40b50905dfc..7340208f2df 100644 --- a/packages/coding-agent/examples/extensions/gondolin/package-lock.json +++ b/packages/coding-agent/examples/extensions/gondolin/package-lock.json @@ -1,12 +1,12 @@ { "name": "pi-extension-gondolin", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-gondolin", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "@earendil-works/gondolin": "0.12.0" } diff --git a/packages/coding-agent/examples/extensions/gondolin/package.json b/packages/coding-agent/examples/extensions/gondolin/package.json index 2e7ed8158ed..05503614c1a 100644 --- a/packages/coding-agent/examples/extensions/gondolin/package.json +++ b/packages/coding-agent/examples/extensions/gondolin/package.json @@ -1,7 +1,7 @@ { "name": "pi-extension-gondolin", "private": true, - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/examples/extensions/sandbox/package-lock.json b/packages/coding-agent/examples/extensions/sandbox/package-lock.json index 5cc2fb33cbf..a581e1c358a 100644 --- a/packages/coding-agent/examples/extensions/sandbox/package-lock.json +++ b/packages/coding-agent/examples/extensions/sandbox/package-lock.json @@ -1,12 +1,12 @@ { "name": "pi-extension-sandbox", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-sandbox", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "@anthropic-ai/sandbox-runtime": "0.0.26" } diff --git a/packages/coding-agent/examples/extensions/sandbox/package.json b/packages/coding-agent/examples/extensions/sandbox/package.json index d78a0360427..e8819465aed 100644 --- a/packages/coding-agent/examples/extensions/sandbox/package.json +++ b/packages/coding-agent/examples/extensions/sandbox/package.json @@ -1,7 +1,7 @@ { "name": "pi-extension-sandbox", "private": true, - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/examples/extensions/with-deps/package-lock.json b/packages/coding-agent/examples/extensions/with-deps/package-lock.json index c4186bd98e0..bffe1296d46 100644 --- a/packages/coding-agent/examples/extensions/with-deps/package-lock.json +++ b/packages/coding-agent/examples/extensions/with-deps/package-lock.json @@ -1,12 +1,12 @@ { "name": "pi-extension-with-deps", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-with-deps", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { "ms": "2.1.3" }, diff --git a/packages/coding-agent/examples/extensions/with-deps/package.json b/packages/coding-agent/examples/extensions/with-deps/package.json index bc90df7a37e..dc5b257a233 100644 --- a/packages/coding-agent/examples/extensions/with-deps/package.json +++ b/packages/coding-agent/examples/extensions/with-deps/package.json @@ -1,7 +1,7 @@ { "name": "pi-extension-with-deps", "private": true, - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/install-lock/package-lock.json b/packages/coding-agent/install-lock/package-lock.json index 53a4477f824..dc018f6a433 100644 --- a/packages/coding-agent/install-lock/package-lock.json +++ b/packages/coding-agent/install-lock/package-lock.json @@ -1,14 +1,14 @@ { "name": "@earendil-works/pi-coding-agent-install", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@earendil-works/pi-coding-agent-install", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "dependencies": { - "@earendil-works/pi-coding-agent": "0.81.0-kkl.1" + "@earendil-works/pi-coding-agent": "0.81.0-kkl.2" }, "engines": { "node": ">=22.19.0" @@ -450,11 +450,11 @@ } }, "node_modules/@earendil-works/pi-agent-core": { - "version": "0.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { - "@earendil-works/pi-ai": "0.81.0-kkl.1", + "@earendil-works/pi-ai": "0.81.0-kkl.2", "ignore": "7.0.5", "typebox": "1.1.38", "yaml": "2.9.0" @@ -464,8 +464,8 @@ } }, "node_modules/@earendil-works/pi-ai": { - "version": "0.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "0.91.1", @@ -488,13 +488,13 @@ } }, "node_modules/@earendil-works/pi-coding-agent": { - "version": "0.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-coding-agent/-/pi-coding-agent-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-coding-agent/-/pi-coding-agent-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { - "@earendil-works/pi-agent-core": "0.81.0-kkl.1", - "@earendil-works/pi-ai": "0.81.0-kkl.1", - "@earendil-works/pi-tui": "0.81.0-kkl.1", + "@earendil-works/pi-agent-core": "0.81.0-kkl.2", + "@earendil-works/pi-ai": "0.81.0-kkl.2", + "@earendil-works/pi-tui": "0.81.0-kkl.2", "@silvia-odwyer/photon-node": "0.3.4", "chalk": "5.6.2", "cross-spawn": "7.0.6", @@ -522,8 +522,8 @@ } }, "node_modules/@earendil-works/pi-tui": { - "version": "0.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { "get-east-asian-width": "1.6.0", diff --git a/packages/coding-agent/install-lock/package.json b/packages/coding-agent/install-lock/package.json index 9d378b3e1a2..0ad9b90bf6e 100644 --- a/packages/coding-agent/install-lock/package.json +++ b/packages/coding-agent/install-lock/package.json @@ -1,10 +1,10 @@ { "name": "@earendil-works/pi-coding-agent-install", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "private": true, "description": "Lockfile root used by the Pi installer and updater.", "dependencies": { - "@earendil-works/pi-coding-agent": "0.81.0-kkl.1" + "@earendil-works/pi-coding-agent": "0.81.0-kkl.2" }, "overrides": { "rimraf": "6.1.2", diff --git a/packages/coding-agent/npm-shrinkwrap.json b/packages/coding-agent/npm-shrinkwrap.json index 885361ee35e..0c58b7a8732 100644 --- a/packages/coding-agent/npm-shrinkwrap.json +++ b/packages/coding-agent/npm-shrinkwrap.json @@ -1,17 +1,17 @@ { "name": "@earendil-works/pi-coding-agent", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@earendil-works/pi-coding-agent", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "license": "MIT", "dependencies": { - "@earendil-works/pi-agent-core": "0.81.0-kkl.1", - "@earendil-works/pi-ai": "0.81.0-kkl.1", - "@earendil-works/pi-tui": "0.81.0-kkl.1", + "@earendil-works/pi-agent-core": "0.81.0-kkl.2", + "@earendil-works/pi-ai": "0.81.0-kkl.2", + "@earendil-works/pi-tui": "0.81.0-kkl.2", "@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.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { - "@earendil-works/pi-ai": "0.81.0-kkl.1", + "@earendil-works/pi-ai": "0.81.0-kkl.2", "ignore": "7.0.5", "typebox": "1.1.38", "yaml": "2.9.0" @@ -488,8 +488,8 @@ } }, "node_modules/@earendil-works/pi-ai": { - "version": "0.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "0.91.1", @@ -512,8 +512,8 @@ } }, "node_modules/@earendil-works/pi-tui": { - "version": "0.81.0-kkl.1", - "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.81.0-kkl.1.tgz", + "version": "0.81.0-kkl.2", + "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.81.0-kkl.2.tgz", "license": "MIT", "dependencies": { "get-east-asian-width": "1.6.0", diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json index 96bc58ba85f..d3b993630a1 100644 --- a/packages/coding-agent/package.json +++ b/packages/coding-agent/package.json @@ -1,6 +1,6 @@ { "name": "@earendil-works/pi-coding-agent", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "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.81.0-kkl.1", - "@earendil-works/pi-ai": "0.81.0-kkl.1", - "@earendil-works/pi-tui": "0.81.0-kkl.1", + "@earendil-works/pi-agent-core": "0.81.0-kkl.2", + "@earendil-works/pi-ai": "0.81.0-kkl.2", + "@earendil-works/pi-tui": "0.81.0-kkl.2", "@silvia-odwyer/photon-node": "0.3.4", "chalk": "5.6.2", "cross-spawn": "7.0.6", diff --git a/packages/server/package.json b/packages/server/package.json index 907bd0002a8..10d6707f23e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@earendil-works/pi-server", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "description": "experimental server package for pi", "type": "module", "main": "./dist/index.js", @@ -40,7 +40,7 @@ "node": ">=22.19.0" }, "dependencies": { - "@earendil-works/pi-coding-agent": "0.81.0-kkl.1" + "@earendil-works/pi-coding-agent": "0.81.0-kkl.2" }, "devDependencies": { "shx": "0.4.0" diff --git a/packages/storage/sqlite-node/package.json b/packages/storage/sqlite-node/package.json index 433351a3ab0..718c875d820 100644 --- a/packages/storage/sqlite-node/package.json +++ b/packages/storage/sqlite-node/package.json @@ -1,6 +1,6 @@ { "name": "@earendil-works/pi-storage-sqlite-node", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "description": "Node sqlite storage backend for @earendil-works/pi-agent-core sessions", "type": "module", "main": "./dist/index.js", @@ -32,7 +32,7 @@ "node": ">=22.19.0" }, "dependencies": { - "@earendil-works/pi-ai": "0.81.0-kkl.1", - "@earendil-works/pi-agent-core": "0.81.0-kkl.1" + "@earendil-works/pi-ai": "0.81.0-kkl.2", + "@earendil-works/pi-agent-core": "0.81.0-kkl.2" } } diff --git a/packages/tui/package.json b/packages/tui/package.json index 724dccbe35c..7e94c700802 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,6 +1,6 @@ { "name": "@earendil-works/pi-tui", - "version": "0.81.0-kkl.1", + "version": "0.81.0-kkl.2", "description": "Terminal User Interface library with differential rendering for efficient text-based applications", "type": "module", "main": "dist/index.js",