chore(tui): replace koffi with Windows VT input helper

closes #4480
This commit is contained in:
Mario Zechner
2026-05-21 00:21:21 +02:00
parent 385a11bf53
commit 4868222e34
11 changed files with 176 additions and 70 deletions

View File

@@ -12,7 +12,6 @@ const shrinkwrapPath = join(codingAgentDir, "npm-shrinkwrap.json");
const internalPackagePrefix = "@earendil-works/pi-";
const allowedInstallScriptPackages = new Map([
["@google/genai@1.52.0", "preinstall is a no-op in the published package"],
["koffi@2.16.2", "optional native package ships prebuilt modules used without install scripts"],
["protobufjs@7.5.9", "postinstall only warns about protobufjs version scheme mismatches"],
]);