Description
Certain models such as ChatGPT-5 have filesize limits for reading files.
This means that even if the image that I want the model to analyze is inside the codebase, the model cannot call view on it.
This is the case even if I manually /-complete the image's filename when typing the prompt.
As a stop-gap measure, we could ensure that /-completing an image also attaches it.
See example:

Description
Certain models such as ChatGPT-5 have filesize limits for reading files.
This means that even if the image that I want the model to analyze is inside the codebase, the model cannot call
viewon it.This is the case even if I manually
/-complete the image's filename when typing the prompt.As a stop-gap measure, we could ensure that
/-completing an image also attaches it.See example: