Skip to content

chore: version packages#4

Merged
MyPrototypeWhat merged 1 commit into
mainfrom
changeset-release/main
Jun 25, 2026
Merged

chore: version packages#4
MyPrototypeWhat merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

codex-a2a@0.4.0

Minor Changes

  • 9543747: Upgrade @openai/codex-sdk to ^0.142.1 and surface two existing SDK capabilities:

    • Thread resume: capture and expose the Codex thread_id on thread.started
      (metadata.codexAgent.threadId); resume a context's thread after LRU eviction or via a
      client-supplied metadata.codexAgent.threadId (legacy metadata.codexThreadId accepted).
    • Image input: forward A2A image/* file parts to Codex as local_image (inline bytes →
      temp file; local file:// paths scoped to the working directory). Agent card now declares
      image input modes.

    Also exports a typed metadata contract so consumers don't hand-write magic keys:
    threadIdMetadata(), readThreadId(), CodexAgentEventKind, CodexAgentMetadata,
    CODEX_AGENT_METADATA_KEY, LEGACY_THREAD_ID_KEY, and SUPPORTED_IMAGE_MIME_TYPES.
    getWorkingDirectory is deprecated in favor of getThreadOptions().workingDirectory.

@MyPrototypeWhat
MyPrototypeWhat merged commit f04618c into main Jun 25, 2026
1 check passed
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.

1 participant