[Codex] Add generated app-server protocol types#318827
Merged
Merged
Conversation
c8f1a88 to
a8fbed4
Compare
d141bb7 to
7e02d0e
Compare
7e02d0e to
1019c14
Compare
a8fbed4 to
a33bc6a
Compare
1019c14 to
a986161
Compare
e453a59 to
d8c7af6
Compare
a986161 to
e508909
Compare
d8c7af6 to
8f06d80
Compare
e508909 to
6e33065
Compare
6e33065 to
fbaac78
Compare
aiday-mar
approved these changes
Jun 1, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Part 2 of 4 in the Codex app-server stack.
This PR contains only the generated Codex app-server protocol TypeScript files under:
src/vs/platform/agentHost/node/codex/protocol/generated/**These files are generated from the Codex app-server protocol using
codex app-server generate-tswhich generates TypeScript bindings for the app server protocol (see #318826). The typed client and runtime provider are layered in the following PRs.