diff --git a/package-lock.json b/package-lock.json index ffb4bf595..fdd7f644d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8538,7 +8538,7 @@ }, "packages/agent": { "name": "@mariozechner/pi-agent-core", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@mariozechner/pi-ai": "^0.67.6" @@ -8571,7 +8571,7 @@ }, "packages/ai": { "name": "@mariozechner/pi-ai", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.90.0", @@ -8619,7 +8619,7 @@ }, "packages/coding-agent": { "name": "@mariozechner/pi-coding-agent", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@mariozechner/jiti": "^2.6.2", @@ -8666,22 +8666,22 @@ }, "packages/coding-agent/examples/extensions/custom-provider-anthropic": { "name": "pi-extension-custom-provider-anthropic", - "version": "1.18.6", + "version": "0.67.67", "dependencies": { "@anthropic-ai/sdk": "^0.52.0" } }, "packages/coding-agent/examples/extensions/custom-provider-gitlab-duo": { "name": "pi-extension-custom-provider-gitlab-duo", - "version": "1.18.6" + "version": "0.67.67" }, "packages/coding-agent/examples/extensions/custom-provider-qwen-cli": { "name": "pi-extension-custom-provider-qwen-cli", - "version": "1.17.6" + "version": "0.67.67" }, "packages/coding-agent/examples/extensions/with-deps": { "name": "pi-extension-with-deps", - "version": "1.31.6", + "version": "0.67.67", "dependencies": { "ms": "^2.1.3" }, @@ -8717,7 +8717,7 @@ }, "packages/mom": { "name": "@mariozechner/pi-mom", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@anthropic-ai/sandbox-runtime": "^0.0.16", @@ -8762,7 +8762,7 @@ }, "packages/pods": { "name": "@mariozechner/pi", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@mariozechner/pi-agent-core": "^0.67.6", @@ -8778,7 +8778,7 @@ }, "packages/tui": { "name": "@mariozechner/pi-tui", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@types/mime-types": "^2.1.4", @@ -8825,7 +8825,7 @@ }, "packages/web-ui": { "name": "@mariozechner/pi-web-ui", - "version": "0.67.6", + "version": "0.67.67", "license": "MIT", "dependencies": { "@lmstudio/sdk": "^1.5.0", @@ -8851,7 +8851,7 @@ }, "packages/web-ui/example": { "name": "pi-web-ui-example", - "version": "1.55.6", + "version": "0.67.67", "dependencies": { "@mariozechner/mini-lit": "^0.2.0", "@mariozechner/pi-ai": "file:../../ai", diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index 5855835f4..606c668d3 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.67.67] - 2026-04-17 ### Fixed diff --git a/packages/agent/package.json b/packages/agent/package.json index 76ebbe8df..20265e684 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-agent-core", - "version": "0.67.6", + "version": "0.67.67", "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.67.6" + "@mariozechner/pi-ai": "^0.67.67" }, "keywords": [ "ai", diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index c574c61ce..02e3a9e61 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.67.67] - 2026-04-17 ### Added diff --git a/packages/ai/package.json b/packages/ai/package.json index 881ada704..b078ee809 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-ai", - "version": "0.67.6", + "version": "0.67.67", "description": "Unified LLM API with automatic model discovery and provider configuration", "type": "module", "main": "./dist/index.js", diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 0df9cc257..c0d802e0a 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.67.67] - 2026-04-17 ### New Features 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 6637c89fb..6d66d326c 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", - "version": "1.18.6", + "version": "0.67.67", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-custom-provider", - "version": "1.18.6", + "version": "0.67.67", "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 da6667c21..07aa4109f 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": "1.18.6", + "version": "0.67.67", "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 2f6eda055..ff5270c4d 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": "1.18.6", + "version": "0.67.67", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/examples/extensions/custom-provider-qwen-cli/package.json b/packages/coding-agent/examples/extensions/custom-provider-qwen-cli/package.json index 249715e1c..93ff464ec 100644 --- a/packages/coding-agent/examples/extensions/custom-provider-qwen-cli/package.json +++ b/packages/coding-agent/examples/extensions/custom-provider-qwen-cli/package.json @@ -1,7 +1,7 @@ { "name": "pi-extension-custom-provider-qwen-cli", "private": true, - "version": "1.17.6", + "version": "0.67.67", "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 22b9706a9..89f1dc263 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": "1.31.6", + "version": "0.67.67", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-with-deps", - "version": "1.31.6", + "version": "0.67.67", "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 e9c63bf1a..6d83f9239 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": "1.31.6", + "version": "0.67.67", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json index ad21c8b84..5c1a02b72 100644 --- a/packages/coding-agent/package.json +++ b/packages/coding-agent/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-coding-agent", - "version": "0.67.6", + "version": "0.67.67", "description": "Coding agent CLI with read, bash, edit, write tools and session management", "type": "module", "piConfig": { @@ -40,9 +40,9 @@ }, "dependencies": { "@mariozechner/jiti": "^2.6.2", - "@mariozechner/pi-agent-core": "^0.67.6", - "@mariozechner/pi-ai": "^0.67.6", - "@mariozechner/pi-tui": "^0.67.6", + "@mariozechner/pi-agent-core": "^0.67.67", + "@mariozechner/pi-ai": "^0.67.67", + "@mariozechner/pi-tui": "^0.67.67", "@silvia-odwyer/photon-node": "^0.3.4", "ajv": "^8.17.1", "chalk": "^5.5.0", diff --git a/packages/mom/CHANGELOG.md b/packages/mom/CHANGELOG.md index a03de4202..66cd2b67f 100644 --- a/packages/mom/CHANGELOG.md +++ b/packages/mom/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.67.67] - 2026-04-17 ## [0.67.6] - 2026-04-16 diff --git a/packages/mom/package.json b/packages/mom/package.json index 0e8c60139..551b3f0d7 100644 --- a/packages/mom/package.json +++ b/packages/mom/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-mom", - "version": "0.67.6", + "version": "0.67.67", "description": "Slack bot that delegates messages to the pi coding agent", "type": "module", "bin": { @@ -20,9 +20,9 @@ }, "dependencies": { "@anthropic-ai/sandbox-runtime": "^0.0.16", - "@mariozechner/pi-agent-core": "^0.67.6", - "@mariozechner/pi-ai": "^0.67.6", - "@mariozechner/pi-coding-agent": "^0.67.6", + "@mariozechner/pi-agent-core": "^0.67.67", + "@mariozechner/pi-ai": "^0.67.67", + "@mariozechner/pi-coding-agent": "^0.67.67", "@sinclair/typebox": "^0.34.0", "@slack/socket-mode": "^2.0.0", "@slack/web-api": "^7.0.0", diff --git a/packages/pods/package.json b/packages/pods/package.json index e25d1ad9f..3dde2dfed 100644 --- a/packages/pods/package.json +++ b/packages/pods/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi", - "version": "0.67.6", + "version": "0.67.67", "description": "CLI tool for managing vLLM deployments on GPU pods", "type": "module", "bin": { @@ -33,7 +33,7 @@ "node": ">=20.0.0" }, "dependencies": { - "@mariozechner/pi-agent-core": "^0.67.6", + "@mariozechner/pi-agent-core": "^0.67.67", "chalk": "^5.5.0" }, "devDependencies": {} diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index e16ada790..8c4cc184a 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.67.67] - 2026-04-17 ## [0.67.6] - 2026-04-16 diff --git a/packages/tui/package.json b/packages/tui/package.json index 8bc881153..4fd1775b2 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-tui", - "version": "0.67.6", + "version": "0.67.67", "description": "Terminal User Interface library with differential rendering for efficient text-based applications", "type": "module", "main": "dist/index.js", diff --git a/packages/web-ui/CHANGELOG.md b/packages/web-ui/CHANGELOG.md index 8d9ada708..0c03cb6ad 100644 --- a/packages/web-ui/CHANGELOG.md +++ b/packages/web-ui/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.67.67] - 2026-04-17 ## [0.67.6] - 2026-04-16 diff --git a/packages/web-ui/example/package.json b/packages/web-ui/example/package.json index f3c97350a..8e74c08e8 100644 --- a/packages/web-ui/example/package.json +++ b/packages/web-ui/example/package.json @@ -1,6 +1,6 @@ { "name": "pi-web-ui-example", - "version": "1.55.6", + "version": "0.67.67", "private": true, "type": "module", "scripts": { diff --git a/packages/web-ui/package.json b/packages/web-ui/package.json index 67591ede0..a0bc12c2c 100644 --- a/packages/web-ui/package.json +++ b/packages/web-ui/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-web-ui", - "version": "0.67.6", + "version": "0.67.67", "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.67.6", - "@mariozechner/pi-tui": "^0.67.6", + "@mariozechner/pi-ai": "^0.67.67", + "@mariozechner/pi-tui": "^0.67.67", "docx-preview": "^0.3.7", "jszip": "^3.10.1", "lucide": "^0.544.0",