mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 12:14:54 +00:00
fix(images): skip CLI image cache refs
This commit is contained in:
@@ -103,6 +103,9 @@ describe("detectImageReferences", () => {
|
||||
expectNoImageReferences(
|
||||
`Prior turn wrote ${path.join(resolvePreferredOpenClawTmpDir(), "openclaw-cli-images", "stale.jpg")}`,
|
||||
);
|
||||
expectNoImageReferences(
|
||||
`[media attached: ${path.join(resolvePreferredOpenClawTmpDir(), "openclaw-cli-images", "stale.jpg")} (image/jpeg)]`,
|
||||
);
|
||||
expectNoImageReferences(
|
||||
`Prior turn wrote ${path.join(os.tmpdir(), "openclaw", "openclaw-cli-images", "stale.jpg")}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user