mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 19:35:28 -06:00
fix(exec): stop isolated state dirs from moving live approvals (#108742)
* fix(exec): isolate approval state directories * chore: drop release-owned changelog entry * chore: refresh native i18n inventory * fix(ci): pin XcodeGen for Periphery scans
This commit is contained in:
committed by
GitHub
parent
7a18a781bc
commit
8fe4eeea9e
@@ -7467,7 +7467,6 @@ describe("update-cli", () => {
|
||||
nonInteractive: true,
|
||||
repair: true,
|
||||
yes: true,
|
||||
crossStateDirImports: false,
|
||||
});
|
||||
expect(syncPluginCall()?.channel).toBe("stable");
|
||||
expect(syncPluginCall()?.acknowledgeClawHubRisk).toBe(true);
|
||||
@@ -7568,7 +7567,6 @@ describe("update-cli", () => {
|
||||
nonInteractive: true,
|
||||
repair: true,
|
||||
yes: false,
|
||||
crossStateDirImports: false,
|
||||
});
|
||||
expect(syncPluginCall()?.channel).toBe("beta");
|
||||
expect(syncPluginCall()?.config).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user