RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-2/plugins/provider-claude-code ❯ |bb-plugin-provider-claude-code| src/bridge/__tests__/issue-1762-image-tool-result.test.ts (1 test | 1 failed) 15ms × delivers the image to the model instead of the string OK 13ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL |bb-plugin-provider-claude-code| src/bridge/__tests__/issue-1762-image-tool-result.test.ts > issue #1762: browser_screenshot through the claude-code MCP proxy > delivers the image to the model instead of the string OK AssertionError: expected [ { type: 'text', text: 'OK' } ] to not deeply equal [ { type: 'text', text: 'OK' } ] Compared values have no visual difference. ❯ src/bridge/__tests__/issue-1762-image-tool-result.test.ts:42:25 40| // What the model actually sees on main: 41| // [{ type: "text", text: "OK" }] 42| expect(content).not.toEqual([{ type: "text", text: "OK" }]); | ^ 43| expect(content.some((part) => part.type === "image" && part.data =… 44| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) Tests 1 failed (1) Start at 07:18:45 Duration 914ms (transform 432ms, setup 0ms, import 793ms, tests 15ms, environment 0ms)