Computer Use / node_repl: nodeRepl.write and nodeRepl.emitImage execute but MCP content[] (screenshots) not surfaced to model

Open 💬 2 comments Opened Aug 12, 2026 by paneerchilly
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the Codex App are you using (From “About Codex” dialog)?

Powered by Codex & OWL Version 26.803.81509, Released Aug 11, 2026

What subscription do you have?

Plus

What platform is your computer?

Microsoft Windows NT 10.0.26200.0 x64

What issue are you seeing?

Computer Use tool calls to @oai/sky run, and nodeRepl.write / nodeRepl.emitImage appear to execute successfully. However, the tool output visible to the assistant only shows metadata or no payload at all — the actual image content is missing. As a result, Computer Use cannot inspect screenshots b

computer-use-screenshot-bug-report.md

ecause the content[] array returned by node_repl over MCP is not being surfaced to the model.

What steps can reproduce the bug?

Start a Computer Use session using @oai/sky. Call nodeRepl.write or nodeRepl.emitImage to emit a screenshot/image. Observe that the call executes without error. Inspect the tool output available to the model — only metadata (or nothing) appears instead of the image payload.

What is the expected behavior?

The content[] array returned by node_repl over MCP (including image/screenshot payloads from emitImage) should be surfaced to the model, so Computer Use can actually inspect the screenshot rather than just metadata.

Additional information

_No response_

View original on GitHub ↗

2 Comments

github-actions[bot] contributor · 15 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #36765

Powered by Codex Action

paneerchilly · 14 days ago

This is related to #36765 in that successful MCP results are not surfaced to the model/UI, but this report is specifically about node_repl result content[] being discarded when structuredContent is present, without nested MCP Apps or widget rendering involved