From 0d120e82673133d47889b739ceb1798f7c2e7bd6 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Fri, 24 Jul 2026 21:18:43 -0400 Subject: [PATCH] fix(pi): pin pi-mcp-adapter to exact 2.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.12.x added an exports map that breaks the wizard's jiti .ts subpath imports (index/server-manager/metadata-cache) — fresh prod installs resolved ^2.9.0 to 2.12.1, the posthog MCP never attached to pi tasks, and every 2.51.0 orchestrator run failed its dashboard step and aborted. Pin the version the lockfile and CI actually test. Generated-By: PostHog Code Task-Id: 2d43c175-646e-4d73-a974-760280c8c95b --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 0b12893d..6b2813de 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "magicast": "^0.2.10", "nanostores": "^1.1.1", "opn": "^5.4.0", - "pi-mcp-adapter": "^2.9.0", + "pi-mcp-adapter": "2.10.0", "posthog-node": "^5.24.17", "react": "^19.2.4", "read-env": "^1.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8661189..8fbd19f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: specifier: ^5.4.0 version: 5.5.0 pi-mcp-adapter: - specifier: ^2.9.0 + specifier: 2.10.0 version: 2.10.0(@cfworker/json-schema@4.1.1)(@opentelemetry/api@1.9.0)(react@19.2.4)(ws@8.18.1)(zod@3.25.76) posthog-node: specifier: ^5.24.17 @@ -3314,10 +3314,6 @@ packages: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - get-east-asian-width@1.5.0: - resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} - engines: {node: '>=18'} - get-east-asian-width@1.6.0: resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==} engines: {node: '>=18'} @@ -5440,7 +5436,7 @@ snapshots: '@aws-sdk/types': 3.973.13 '@smithy/core': 3.25.1 '@smithy/fetch-http-handler': 5.5.1 - '@smithy/node-http-handler': 4.7.3 + '@smithy/node-http-handler': 4.8.1 '@smithy/types': 4.15.0 tslib: 2.8.1 @@ -6556,7 +6552,7 @@ snapshots: '@earendil-works/pi-tui@0.74.2': dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 marked: 15.0.12 optionalDependencies: koffi: 2.16.2 @@ -8771,8 +8767,6 @@ snapshots: get-caller-file@2.0.5: {} - get-east-asian-width@1.5.0: {} - get-east-asian-width@1.6.0: {} get-intrinsic@1.3.0: @@ -9047,11 +9041,11 @@ snapshots: is-fullwidth-code-point@5.0.0: dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 is-fullwidth-code-point@5.1.0: dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 is-generator-fn@2.1.0: {} @@ -10418,12 +10412,12 @@ snapshots: string-width@7.2.0: dependencies: emoji-regex: 10.4.0 - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 strip-ansi: 7.1.0 string-width@8.2.0: dependencies: - get-east-asian-width: 1.5.0 + get-east-asian-width: 1.6.0 strip-ansi: 7.2.0 strip-ansi@4.0.0: