test(release): declare CLI live fixture agent

This commit is contained in:
Vincent Koc
2026-07-05 22:27:19 -07:00
parent cbcd6a102c
commit 1f36539ab0

View File

@@ -470,6 +470,9 @@ describeLive("gateway live (cli backend)", () => {
},
sandbox: { mode: "off" },
},
// The live requests below use agent:dev:* session keys. Declare the
// agent so the gateway recognizes those sessions as configured.
list: [{ id: "dev", default: true }],
},
};
const tempConfigPath = path.join(tempDir, "openclaw.json");