mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 22:40:43 +00:00
fix: expose safe restart deferral bypass (#78658)
Expose the existing safe-restart skipDeferral escape hatch through gateway RPC and the daemon CLI, document the flag, and add restart/CLI regression coverage. Also keep CLI failure output off the cold bootstrap graph and align CLI guidance expectations needed by current CI. Co-authored-by: Solomon Neas <solomonneas@users.noreply.github.com>
This commit is contained in:
@@ -204,7 +204,7 @@ describe("models cli", () => {
|
||||
command: modelsSetImageCommand,
|
||||
},
|
||||
])("rejects parent --agent for models $label", async ({ args, command }) => {
|
||||
await expect(runModelsCommand(args)).rejects.toThrow("does not support `--agent`");
|
||||
await expect(runModelsCommand(args)).rejects.toThrow("does not support --agent");
|
||||
|
||||
expect(command).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user