Description: Whenever I try to provide an image to the agent, the execution immediately crashes. The UI displays the error: “Agent execution terminated due to error.”
Steps to Reproduce:
-
Attach any image file directly to the prompt and send.
-
Alternative step: Download the image, use “Copy as path”, paste the absolute local file path into the prompt, and send.
Expected Behavior: The agent should successfully parse the image and generate a response.
Actual Behavior: The agent crashes almost instantly (fails at ~1s). Error displayed: Error Agent execution terminated due to error. Example Error ID: 0a25e331-ade3-4f5a-a8c8-e71f60cdef8d-2..
Additional Context:
-
Completely restarting the IDE does not resolve the issue.
-
Since the exact same crash happens when simply providing the local path of the file, it strongly indicates that the failure occurs specifically during the image processing/parsing phase by the underlying model/agent, rather than a UI attachment issue.
-
Windows 11 Pro
-
Antigravity IDE 2.5.2

