mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 15:00:44 +00:00
CLI/plugins: stop forced-unsafe fallback to hook packs
This commit is contained in:
@@ -252,6 +252,8 @@ vi.mock("./prompt.js", () => ({
|
||||
vi.mock("../plugins/install.js", () => ({
|
||||
PLUGIN_INSTALL_ERROR_CODE: {
|
||||
NPM_PACKAGE_NOT_FOUND: "npm_package_not_found",
|
||||
SECURITY_SCAN_BLOCKED: "security_scan_blocked",
|
||||
SECURITY_SCAN_FAILED: "security_scan_failed",
|
||||
},
|
||||
installPluginFromNpmSpec: ((
|
||||
...args: Parameters<(typeof import("../plugins/install.js"))["installPluginFromNpmSpec"]>
|
||||
|
||||
Reference in New Issue
Block a user