mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:01:37 +00:00
feat(skills): add cross-platform install fallback for non-brew environments (#17687)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 3ed4850838
Co-authored-by: mcrolly <60803337+mcrolly@users.noreply.github.com>
Co-authored-by: sebslight <19554889+sebslight@users.noreply.github.com>
Reviewed-by: @sebslight
This commit is contained in:
@@ -967,11 +967,10 @@ describe("runReplyAgent fallback reasoning tags", () => {
|
||||
},
|
||||
});
|
||||
|
||||
const flushCall = runEmbeddedPiAgentMock.mock.calls.find(
|
||||
([params]) =>
|
||||
(params as EmbeddedPiAgentParams | undefined)?.prompt?.includes(
|
||||
"Pre-compaction memory flush.",
|
||||
),
|
||||
const flushCall = runEmbeddedPiAgentMock.mock.calls.find(([params]) =>
|
||||
(params as EmbeddedPiAgentParams | undefined)?.prompt?.includes(
|
||||
"Pre-compaction memory flush.",
|
||||
),
|
||||
)?.[0] as EmbeddedPiAgentParams | undefined;
|
||||
|
||||
expect(flushCall?.enforceFinalTag).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user