fix(codex): forward image attachments to app-server #41
Reference in New Issue
Block a user
Delete Branch "fix/l4-vision-attachments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Live tenant image-upload smoke showed attachment metadata reaching runtimes but image bytes not being delivered to the model path.\n\nThis PR adds targeted L4 forwarding and regression tests.\n\nValidation:\n- runtime: PYTHONPATH=. pytest -q tests/test_a2a_nonblocking_inbox.py tests/test_executor_helpers.py::test_build_user_content_with_files_image_is_multimodal tests/test_executor_helpers.py::test_extract_attached_files_fetches_platform_pending_attachment\n- codex: PYTHONPATH=. pytest -q tests/test_executor.py
Approved after static review and local tests. Codex app-server protocol supports localImage and this patch forwards image parts into turn/start and turn/steer.
Approved. Scoped template adapter fix with regression tests and runtime 0.2.2 pin.