mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix: align plugin prerelease guardrails
(cherry picked from commit ca8c7224a3bf4165723755358f579098cce193bd) (cherry picked from commitff12508123) (cherry picked from commit a8ce81c77d9981ed7cb76249c2791eaf8b9d1bbf) (cherry picked from commit 873a71b7fa8bb05e05efee29913b4f7e5ac31c51) (cherry picked from commit3c2c30c1fa) (cherry picked from commit 6a6bd03e7d7e9f5a3676ef9bdd57b76cc989f89f)
This commit is contained in:
@@ -13,7 +13,7 @@ const hasPythonModeOverride =
|
||||
process.env.FS_SAFE_PYTHON_MODE != null || process.env.OPENCLAW_FS_SAFE_PYTHON_MODE != null;
|
||||
|
||||
if (!hasPythonModeOverride) {
|
||||
configureFsSafePython({ mode: "off" });
|
||||
configureFsSafePython({ mode: "auto" });
|
||||
}
|
||||
|
||||
export function isFileMissingError(
|
||||
|
||||
Reference in New Issue
Block a user