From dde43121c03696289ec9f4e60e9910630d4f0297 Mon Sep 17 00:00:00 2001 From: SidQin-cyber Date: Sat, 28 Feb 2026 10:30:43 +0800 Subject: [PATCH] fix(deps): add strip-ansi runtime dependency Add strip-ansi as an explicit root dependency so pi-coding-agent runtime imports do not fail with ERR_MODULE_NOT_FOUND in strict pnpm installs. --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 599d0af8622..92a23da970c 100644 --- a/package.json +++ b/package.json @@ -209,6 +209,7 @@ "qrcode-terminal": "^0.12.0", "sharp": "^0.34.5", "sqlite-vec": "0.1.7-alpha.2", + "strip-ansi": "^7.2.0", "tar": "7.5.9", "tslog": "^4.10.2", "undici": "^7.22.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d670165d879..e72911298a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -180,6 +180,9 @@ importers: sqlite-vec: specifier: 0.1.7-alpha.2 version: 0.1.7-alpha.2 + strip-ansi: + specifier: ^7.2.0 + version: 7.2.0 tar: specifier: 7.5.9 version: 7.5.9