Add Frameless Bidi support for realtime conversations - #33261
Merged
copyberry[bot] merged 1 commit intoJul 15, 2026
Merged
Conversation
## What changed - Add realtime conversation version `v3`, which preserves the V1 Codex Voice behavior while using Frameless Bidi `delegation.*` events. - Translate audio, transcripts, handoffs, session context, and lifecycle events between the app server and the Frameless Bidi wire protocol. - Support `v3` over WebSocket and WebRTC, including the Frameless `/live` endpoint, session configuration, headers, and default model selection. - Update the app-server protocol schemas and documentation for the new version. ## Testing - Add unit coverage for Frameless event parsing, outbound messages, context chunking, URL construction, and call creation. - Add app-server end-to-end coverage for WebSocket delegation and WebRTC session startup. GitOrigin-RevId: 79a3307bc209e1a54582ebd2febc07c909fca016
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/79a3307bc209e1a54582ebd2febc07c909fca016
branch
from
July 15, 2026 06:00
bd8ce6a to
2e1607e
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/79a3307bc209e1a54582ebd2febc07c909fca016
branch
July 15, 2026 06:01
Lin-Jiong-HDU
temporarily deployed
to
issue-triage
July 15, 2026 06:07 — with
GitHub Actions
Inactive
Lin-Jiong-HDU
temporarily deployed
to
issue-triage
July 15, 2026 06:07 — with
GitHub Actions
Inactive
Lin-Jiong-HDU
temporarily deployed
to
issue-triage
July 15, 2026 06:07 — with
GitHub Actions
Inactive
blakegallagher1
temporarily deployed
to
issue-triage
July 15, 2026 06:22 — with
GitHub Actions
Inactive
blakegallagher1
temporarily deployed
to
issue-triage
July 15, 2026 06:22 — with
GitHub Actions
Inactive
blakegallagher1
temporarily deployed
to
issue-triage
July 15, 2026 06:22 — with
GitHub Actions
Inactive
blakegallagher1
temporarily deployed
to
issue-triage
July 15, 2026 06:23 — with
GitHub Actions
Inactive
Arbiter5ItsSoul
temporarily deployed
to
issue-triage
July 15, 2026 06:28 — with
GitHub Actions
Inactive
Arbiter5ItsSoul
temporarily deployed
to
issue-triage
July 15, 2026 06:28 — with
GitHub Actions
Inactive
Arbiter5ItsSoul
temporarily deployed
to
issue-triage
July 15, 2026 06:28 — with
GitHub Actions
Inactive
onetreegrove
temporarily deployed
to
issue-triage
July 15, 2026 06:59 — with
GitHub Actions
Inactive
onetreegrove
temporarily deployed
to
issue-triage
July 15, 2026 06:59 — with
GitHub Actions
Inactive
onetreegrove
temporarily deployed
to
issue-triage
July 15, 2026 06:59 — with
GitHub Actions
Inactive
owenchou95-svg
temporarily deployed
to
issue-triage
July 15, 2026 06:59 — with
GitHub Actions
Inactive
isaiahtse-eng
temporarily deployed
to
issue-triage
July 15, 2026 07:05 — with
GitHub Actions
Inactive
isaiahtse-eng
temporarily deployed
to
issue-triage
July 15, 2026 07:05 — with
GitHub Actions
Inactive
isaiahtse-eng
temporarily deployed
to
issue-triage
July 15, 2026 07:05 — with
GitHub Actions
Inactive
pharmatorium
temporarily deployed
to
issue-triage
July 15, 2026 07:18 — with
GitHub Actions
Inactive
pharmatorium
temporarily deployed
to
issue-triage
July 15, 2026 07:18 — with
GitHub Actions
Inactive
pharmatorium
temporarily deployed
to
issue-triage
July 15, 2026 07:18 — with
GitHub Actions
Inactive
pharmatorium
temporarily deployed
to
issue-triage
July 15, 2026 07:19 — with
GitHub Actions
Inactive
klementv-cpu
temporarily deployed
to
issue-triage
July 15, 2026 07:20 — with
GitHub Actions
Inactive
klementv-cpu
temporarily deployed
to
issue-triage
July 15, 2026 07:20 — with
GitHub Actions
Inactive
klementv-cpu
temporarily deployed
to
issue-triage
July 15, 2026 07:20 — with
GitHub Actions
Inactive
naterliuGamania
temporarily deployed
to
issue-triage
July 15, 2026 07:36 — with
GitHub Actions
Inactive
naterliuGamania
temporarily deployed
to
issue-triage
July 15, 2026 07:36 — with
GitHub Actions
Inactive
naterliuGamania
temporarily deployed
to
issue-triage
July 15, 2026 07:36 — with
GitHub Actions
Inactive
chemistrrrry-wq
temporarily deployed
to
issue-triage
July 15, 2026 07:36 — with
GitHub Actions
Inactive
chemistrrrry-wq
temporarily deployed
to
issue-triage
July 15, 2026 07:36 — with
GitHub Actions
Inactive
chemistrrrry-wq
temporarily deployed
to
issue-triage
July 15, 2026 07:36 — 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.
Add Frameless Bidi support for realtime conversations
What changed
v3, which preserves the V1 Codex Voice behavior while using Frameless Bididelegation.*events.v3over WebSocket and WebRTC, including the Frameless/liveendpoint, session configuration, headers, and default model selection.Testing