From 6c60f8a2be9224a67d398856348f0f65eada3dd7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 15 Mar 2026 19:20:14 +0100 Subject: [PATCH] Release v0.58.2 --- package-lock.json | 50 +++++++++---------- packages/agent/CHANGELOG.md | 2 +- packages/agent/package.json | 4 +- packages/ai/CHANGELOG.md | 6 ++- packages/ai/package.json | 2 +- packages/coding-agent/CHANGELOG.md | 14 +++++- .../package-lock.json | 4 +- .../custom-provider-anthropic/package.json | 2 +- .../custom-provider-gitlab-duo/package.json | 2 +- .../custom-provider-qwen-cli/package.json | 2 +- .../extensions/with-deps/package-lock.json | 4 +- .../extensions/with-deps/package.json | 2 +- packages/coding-agent/package.json | 8 +-- packages/mom/CHANGELOG.md | 2 +- packages/mom/package.json | 8 +-- packages/pods/package.json | 4 +- packages/tui/CHANGELOG.md | 11 +++- packages/tui/package.json | 2 +- packages/web-ui/CHANGELOG.md | 2 +- packages/web-ui/example/package.json | 2 +- packages/web-ui/package.json | 6 +-- 21 files changed, 82 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index a10b2ed4..7db6b8d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8074,9 +8074,9 @@ } }, "node_modules/undici": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz", - "integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.3.tgz", + "integrity": "sha512-eJdUmK/Wrx2d+mnWWmwwLRyA7OQCkLap60sk3dOK4ViZR7DKwwptwuIvFBg2HaiP9ESaEdhtpSymQPvytpmkCA==", "license": "MIT", "engines": { "node": ">=20.18.1" @@ -8521,10 +8521,10 @@ }, "packages/agent": { "name": "@mariozechner/pi-agent-core", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { - "@mariozechner/pi-ai": "^0.58.1" + "@mariozechner/pi-ai": "^0.58.2" }, "devDependencies": { "@types/node": "^24.3.0", @@ -8554,7 +8554,7 @@ }, "packages/ai": { "name": "@mariozechner/pi-ai", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.73.0", @@ -8602,13 +8602,13 @@ }, "packages/coding-agent": { "name": "@mariozechner/pi-coding-agent", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { "@mariozechner/jiti": "^2.6.2", - "@mariozechner/pi-agent-core": "^0.58.1", - "@mariozechner/pi-ai": "^0.58.1", - "@mariozechner/pi-tui": "^0.58.1", + "@mariozechner/pi-agent-core": "^0.58.2", + "@mariozechner/pi-ai": "^0.58.2", + "@mariozechner/pi-tui": "^0.58.2", "@silvia-odwyer/photon-node": "^0.3.4", "chalk": "^5.5.0", "cli-highlight": "^2.1.11", @@ -8647,22 +8647,22 @@ }, "packages/coding-agent/examples/extensions/custom-provider-anthropic": { "name": "pi-extension-custom-provider-anthropic", - "version": "1.9.1", + "version": "1.9.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": "1.9.1" + "version": "1.9.2" }, "packages/coding-agent/examples/extensions/custom-provider-qwen-cli": { "name": "pi-extension-custom-provider-qwen-cli", - "version": "1.8.1" + "version": "1.8.2" }, "packages/coding-agent/examples/extensions/with-deps": { "name": "pi-extension-with-deps", - "version": "1.22.1", + "version": "1.22.2", "dependencies": { "ms": "^2.1.3" }, @@ -8698,13 +8698,13 @@ }, "packages/mom": { "name": "@mariozechner/pi-mom", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { "@anthropic-ai/sandbox-runtime": "^0.0.16", - "@mariozechner/pi-agent-core": "^0.58.1", - "@mariozechner/pi-ai": "^0.58.1", - "@mariozechner/pi-coding-agent": "^0.58.1", + "@mariozechner/pi-agent-core": "^0.58.2", + "@mariozechner/pi-ai": "^0.58.2", + "@mariozechner/pi-coding-agent": "^0.58.2", "@sinclair/typebox": "^0.34.0", "@slack/socket-mode": "^2.0.0", "@slack/web-api": "^7.0.0", @@ -8743,10 +8743,10 @@ }, "packages/pods": { "name": "@mariozechner/pi", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { - "@mariozechner/pi-agent-core": "^0.58.1", + "@mariozechner/pi-agent-core": "^0.58.2", "chalk": "^5.5.0" }, "bin": { @@ -8759,7 +8759,7 @@ }, "packages/tui": { "name": "@mariozechner/pi-tui", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { "@types/mime-types": "^2.1.4", @@ -8806,12 +8806,12 @@ }, "packages/web-ui": { "name": "@mariozechner/pi-web-ui", - "version": "0.58.1", + "version": "0.58.2", "license": "MIT", "dependencies": { "@lmstudio/sdk": "^1.5.0", - "@mariozechner/pi-ai": "^0.58.1", - "@mariozechner/pi-tui": "^0.58.1", + "@mariozechner/pi-ai": "^0.58.2", + "@mariozechner/pi-tui": "^0.58.2", "docx-preview": "^0.3.7", "jszip": "^3.10.1", "lucide": "^0.544.0", @@ -8832,7 +8832,7 @@ }, "packages/web-ui/example": { "name": "pi-web-ui-example", - "version": "1.46.1", + "version": "1.46.2", "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 9b279fa8..b136a492 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.58.2] - 2026-03-15 ## [0.58.1] - 2026-03-14 diff --git a/packages/agent/package.json b/packages/agent/package.json index 677966f5..d2e5b7c3 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-agent-core", - "version": "0.58.1", + "version": "0.58.2", "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.58.1" + "@mariozechner/pi-ai": "^0.58.2" }, "keywords": [ "ai", diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index c3f59051..c069cb19 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## [Unreleased] +## [0.58.2] - 2026-03-15 + +### Fixed + +- Fixed Anthropic OAuth manual login and token refresh by using the localhost callback URI for pasted redirect/code flows and omitting `scope` from refresh-token requests ([#2169](https://github.com/badlogic/pi-mono/issues/2169)) ## [0.58.1] - 2026-03-14 diff --git a/packages/ai/package.json b/packages/ai/package.json index 1fd1fe18..8474698f 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-ai", - "version": "0.58.1", + "version": "0.58.2", "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 d5187318..d295dda8 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [Unreleased] +## [0.58.2] - 2026-03-15 + +### Added + +- Improved settings, theme, thinking, and show-images selector layouts by using configurable select-list primary column sizing ([#2154](https://github.com/badlogic/pi-mono/pull/2154) by [@markusylisiurunen](https://github.com/markusylisiurunen)) + +### Fixed + +- Fixed fuzzy `edit` matching to normalize Unicode compatibility variants before comparison, reducing false "oldText not found" failures for text such as CJK and full-width characters ([#2044](https://github.com/badlogic/pi-mono/issues/2044)) +- Fixed `/model ` exact matching and picker search to recognize canonical `provider/model` references when model IDs themselves contain `/`, such as LM Studio models like `unsloth/qwen3.5-35b-a3b` ([#2174](https://github.com/badlogic/pi-mono/issues/2174)) +- Fixed Anthropic OAuth manual login and token refresh by using the localhost callback URI for pasted redirect/code flows and omitting `scope` from refresh-token requests ([#2169](https://github.com/badlogic/pi-mono/issues/2169)) +- Fixed stale scrollback remaining after session switches by clearing the screen before wiping scrollback ([#2155](https://github.com/badlogic/pi-mono/pull/2155) by [@Perlence](https://github.com/Perlence)) +- Fixed extra blank lines after markdown block elements in rendered output ([#2152](https://github.com/badlogic/pi-mono/pull/2152) by [@markusylisiurunen](https://github.com/markusylisiurunen)) ## [0.58.1] - 2026-03-14 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 64164f2e..a164ff1a 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.9.1", + "version": "1.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-custom-provider", - "version": "1.9.1", + "version": "1.9.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 b85a8e87..abd0ec60 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.9.1", + "version": "1.9.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 e72e304d..bc0434cb 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.9.1", + "version": "1.9.2", "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 fe1e3554..6e729d16 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.8.1", + "version": "1.8.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 4fd5c37b..81c6856a 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.22.1", + "version": "1.22.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pi-extension-with-deps", - "version": "1.22.1", + "version": "1.22.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 edb668c9..9685eed8 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.22.1", + "version": "1.22.2", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json index e8a55812..0896c1c0 100644 --- a/packages/coding-agent/package.json +++ b/packages/coding-agent/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-coding-agent", - "version": "0.58.1", + "version": "0.58.2", "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.58.1", - "@mariozechner/pi-ai": "^0.58.1", - "@mariozechner/pi-tui": "^0.58.1", + "@mariozechner/pi-agent-core": "^0.58.2", + "@mariozechner/pi-ai": "^0.58.2", + "@mariozechner/pi-tui": "^0.58.2", "@silvia-odwyer/photon-node": "^0.3.4", "chalk": "^5.5.0", "cli-highlight": "^2.1.11", diff --git a/packages/mom/CHANGELOG.md b/packages/mom/CHANGELOG.md index 44493b3b..160b395a 100644 --- a/packages/mom/CHANGELOG.md +++ b/packages/mom/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.58.2] - 2026-03-15 ## [0.58.1] - 2026-03-14 diff --git a/packages/mom/package.json b/packages/mom/package.json index c078ac1c..1e7d00a7 100644 --- a/packages/mom/package.json +++ b/packages/mom/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-mom", - "version": "0.58.1", + "version": "0.58.2", "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.58.1", - "@mariozechner/pi-ai": "^0.58.1", - "@mariozechner/pi-coding-agent": "^0.58.1", + "@mariozechner/pi-agent-core": "^0.58.2", + "@mariozechner/pi-ai": "^0.58.2", + "@mariozechner/pi-coding-agent": "^0.58.2", "@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 79739503..0f4f375c 100644 --- a/packages/pods/package.json +++ b/packages/pods/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi", - "version": "0.58.1", + "version": "0.58.2", "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.58.1", + "@mariozechner/pi-agent-core": "^0.58.2", "chalk": "^5.5.0" }, "devDependencies": {} diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 31a9f858..728323db 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [Unreleased] +## [0.58.2] - 2026-03-15 + +### Added + +- Added configurable `SelectList` primary column sizing via `SelectListLayoutOptions`, including custom primary-label truncation hooks ([#2154](https://github.com/badlogic/pi-mono/pull/2154) by [@markusylisiurunen](https://github.com/markusylisiurunen)) + +### Fixed + +- Fixed stale scrollback remaining after full-screen redraws such as session switches by clearing the screen before wiping scrollback ([#2155](https://github.com/badlogic/pi-mono/pull/2155) by [@Perlence](https://github.com/Perlence)) +- Fixed trailing blank lines after markdown block elements when they are followed immediately by the next block or end of document ([#2152](https://github.com/badlogic/pi-mono/pull/2152) by [@markusylisiurunen](https://github.com/markusylisiurunen)) ## [0.58.1] - 2026-03-14 diff --git a/packages/tui/package.json b/packages/tui/package.json index 98ac90d5..432b6ef4 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-tui", - "version": "0.58.1", + "version": "0.58.2", "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 eb5e03ef..0ae13373 100644 --- a/packages/web-ui/CHANGELOG.md +++ b/packages/web-ui/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.58.2] - 2026-03-15 ## [0.58.1] - 2026-03-14 diff --git a/packages/web-ui/example/package.json b/packages/web-ui/example/package.json index 936a69cc..7dc74fe4 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.46.1", + "version": "1.46.2", "private": true, "type": "module", "scripts": { diff --git a/packages/web-ui/package.json b/packages/web-ui/package.json index 8005de7f..adb9743a 100644 --- a/packages/web-ui/package.json +++ b/packages/web-ui/package.json @@ -1,6 +1,6 @@ { "name": "@mariozechner/pi-web-ui", - "version": "0.58.1", + "version": "0.58.2", "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.58.1", - "@mariozechner/pi-tui": "^0.58.1", + "@mariozechner/pi-ai": "^0.58.2", + "@mariozechner/pi-tui": "^0.58.2", "docx-preview": "^0.3.7", "jszip": "^3.10.1", "lucide": "^0.544.0",