Codex App keeps a stale inline image in chat until the same file is rendered in the diff panel
Open 💬 1 comment Opened Apr 10, 2026 by IvanLi-CN
What version of the Codex App are you using (From “About Codex” dialog)?
26.406.31014 (Build 1395)
What subscription do you have?
Not relevant
What platform is your computer?
Darwin 25.4.0 arm64 arm
What issue are you seeing?
When an inline image in an assistant response is overwritten with new content at the same local path, the conversation can keep showing the old image.
I can reliably verify this by opening the diff panel and locating the same image there. Once the image renders in the diff panel, going back to the conversation makes the stale image update to the correct content.
This suggests the file on disk is already correct, but the chat view is holding a stale render/cache entry for the same image path.
What steps can reproduce the bug?
- Have Codex render a local image inline in an assistant response.
- Overwrite that image file with new content at the exact same path and filename.
- In the conversation, observe that the inline image still shows the old version.
- Open the diff panel and find the same image.
- Once it renders there, return to the conversation.
- The image in the chat now updates to the correct content.
What is the expected behavior?
The inline image in the conversation should refresh when the file contents change, even if the path stays the same.
Additional information
- The path does not change; only the file contents change.
- The diff panel can already render the correct updated image from the same path.
- This looks like a chat-view-side cache/render invalidation issue for same-path images.
- This may be a regression; I do not remember seeing this in earlier app versions.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗