mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:30:44 +00:00
fix(qr): replace qrcode-terminal with qrcode-tui
Replace legacy qrcode-terminal usage with shared qrcode-tui media helpers, bound QR PNG rendering options, and raise bundled plugin host floors for the new SDK runtime surface.
This commit is contained in:
@@ -18,7 +18,7 @@ const packageManifestContractTests: PackageManifestContractParams[] = [
|
||||
{
|
||||
pluginId: "feishu",
|
||||
pluginLocalRuntimeDeps: ["@larksuiteoapi/node-sdk"],
|
||||
mirroredRootRuntimeDeps: ["typebox", "qrcode-terminal"],
|
||||
mirroredRootRuntimeDeps: ["typebox"],
|
||||
minHostVersionBaseline: "2026.3.22",
|
||||
},
|
||||
{ pluginId: "google", pluginLocalRuntimeDeps: ["@google/genai"] },
|
||||
@@ -105,7 +105,6 @@ const packageManifestContractTests: PackageManifestContractParams[] = [
|
||||
{
|
||||
pluginId: "whatsapp",
|
||||
pluginLocalRuntimeDeps: ["@whiskeysockets/baileys", "jimp"],
|
||||
mirroredRootRuntimeDeps: ["qrcode-terminal"],
|
||||
minHostVersionBaseline: "2026.3.22",
|
||||
},
|
||||
{ pluginId: "zalo", minHostVersionBaseline: "2026.3.22" },
|
||||
|
||||
Reference in New Issue
Block a user