Gate audio history by model input modalities - #33982
Merged
copyberry[bot] merged 1 commit intoJul 18, 2026
Merged
Conversation
## What changed - Add `audio` to the model input modalities exposed by the protocol and generated app-server schemas. - Preserve audio in prompts for models that advertise audio input, and replace historical audio with an omission marker for models that do not. ## Testing - Cover prompt normalization with and without audio support. - Extend the model-switching integration test to verify that switching from a multimodal model to a text-only model strips prior image and audio content. GitOrigin-RevId: c18e47ad602720216303ff9abb5bca4d508391ee
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/c18e47ad602720216303ff9abb5bca4d508391ee
branch
from
July 18, 2026 09:14
7ec15cf to
56395bd
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/c18e47ad602720216303ff9abb5bca4d508391ee
branch
July 18, 2026 09:15
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 09:58 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 09:58 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 09:58 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 10:01 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 10:01 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 10:01 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 10:02 — with
GitHub Actions
Inactive
hacksurvivor
temporarily deployed
to
issue-triage
July 18, 2026 10:02 — with
GitHub Actions
Inactive
jjoanna2-debug
temporarily deployed
to
issue-triage
July 18, 2026 10:31 — with
GitHub Actions
Inactive
jjoanna2-debug
temporarily deployed
to
issue-triage
July 18, 2026 10:31 — with
GitHub Actions
Inactive
jjoanna2-debug
temporarily deployed
to
issue-triage
July 18, 2026 10:31 — with
GitHub Actions
Inactive
jjoanna2-debug
temporarily deployed
to
issue-triage
July 18, 2026 10:32 — with
GitHub Actions
Inactive
michaelstienstra25-sudo
temporarily deployed
to
issue-triage
July 18, 2026 10:39 — with
GitHub Actions
Inactive
michaelstienstra25-sudo
temporarily deployed
to
issue-triage
July 18, 2026 10:39 — with
GitHub Actions
Inactive
michaelstienstra25-sudo
temporarily deployed
to
issue-triage
July 18, 2026 10:39 — with
GitHub Actions
Inactive
jasoncayen-star
temporarily deployed
to
issue-triage
July 18, 2026 11:05 — with
GitHub Actions
Inactive
jasoncayen-star
temporarily deployed
to
issue-triage
July 18, 2026 11:05 — with
GitHub Actions
Inactive
jasoncayen-star
temporarily deployed
to
issue-triage
July 18, 2026 11:05 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gate audio history by model input modalities
What changed
audioto the model input modalities exposed by the protocol and generated app-server schemas.Testing