Skip to content

feat(runtime/codex): multimodal I/O support — accept inbound images (#398)#530

Merged
alexey-pelykh merged 1 commit intomainfrom
feat/codex-multimodal-image-input
Mar 9, 2026
Merged

feat(runtime/codex): multimodal I/O support — accept inbound images (#398)#530
alexey-pelykh merged 1 commit intomainfrom
feat/codex-multimodal-image-input

Conversation

@alexey-pelykh
Copy link
Copy Markdown

Summary

  • Update mediaCapabilities to accept image/* inbound media
  • Add --image <path> flag injection in buildArgs() for image attachments
  • Add unit tests for buildArgs() with image media and mediaCapabilities declaration
  • Add live smoke test for image input

Closes #398

Test plan

  • Unit tests for buildArgs() with image media
  • Unit tests for mediaCapabilities values
  • Live smoke test for image input

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

…398)

Enable the Codex CLI runtime to accept image attachments by updating
mediaCapabilities to declare image/ support and appending --image flags
in buildArgs() for each image MediaAttachment with a filePath. Images
are skipped on session resume since Codex propagates context internally.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alexey-pelykh alexey-pelykh enabled auto-merge (squash) March 9, 2026 10:13
@alexey-pelykh alexey-pelykh merged commit 825d81d into main Mar 9, 2026
14 checks passed
@alexey-pelykh alexey-pelykh deleted the feat/codex-multimodal-image-input branch March 9, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(runtime/codex): multimodal I/O support

1 participant