[codex] [4/4] Simplify recommended plugin install schema#28403
Merged
adaley-openai merged 1 commit intoJun 16, 2026
Conversation
adaley-openai
force-pushed
the
dev/adaley/recommended-plugin-hint-experiment
branch
from
June 15, 2026 23:25
831815e to
1aaa60a
Compare
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 15, 2026 23:25
a0d26e0 to
0e032c1
Compare
adaley-openai
force-pushed
the
dev/adaley/recommended-plugin-hint-experiment
branch
from
June 15, 2026 23:36
1aaa60a to
58db110
Compare
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 15, 2026 23:37
0e032c1 to
2ad17aa
Compare
adaley-openai
force-pushed
the
dev/adaley/recommended-plugin-hint-experiment
branch
from
June 16, 2026 00:11
58db110 to
3b66932
Compare
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 16, 2026 00:12
2ad17aa to
6c9eed8
Compare
adaley-openai
force-pushed
the
dev/adaley/recommended-plugin-hint-experiment
branch
from
June 16, 2026 00:29
3b66932 to
4fa7092
Compare
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 16, 2026 00:29
6c9eed8 to
2bb609f
Compare
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 16, 2026 17:21
2bb609f to
634b265
Compare
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 16, 2026 19:56
634b265 to
f4b1983
Compare
sayan-oai
approved these changes
Jun 16, 2026
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
2 times, most recently
from
June 16, 2026 21:24
82f0796 to
1b361d1
Compare
adaley-openai
force-pushed
the
dev/adaley/recommended-plugin-hint-experiment
branch
from
June 16, 2026 22:46
e5f2f30 to
bc40f0f
Compare
Base automatically changed from
dev/adaley/recommended-plugin-hint-experiment
to
main
June 16, 2026 23:04
adaley-openai
added a commit
that referenced
this pull request
Jun 16, 2026
Summary\n- Await endpoint recommendation selection while constructing each authenticated turn, removing the first-turn cache race.\n- Snapshot and filter endpoint candidates once per turn, then use that same set for the bounded contextual user fragment, tool exposure, and exact install validation.\n- Keep recommendation selection ephemeral: do not persist recommendation state in or gate resumed threads on prior context.\n- Hide the legacy list tool in endpoint mode and preserve legacy discovery unchanged when the endpoint is disabled or unavailable.\n- Keep remote plugin and connector app identities out of model-visible context and attach them only to Codex-owned elicitation metadata.\n\nStack\n- 3/4, based on #28400.\n- Endpoint client and cache: #28399.\n- Generalized suggestion presentation: #28400.\n- Install-schema follow-up: #28403.\n\nValidation\n- \n- \n- \n- \n- Full : 2,649 passed and 88 environment-dependent tests failed because this sandbox cannot write , nest Seatbelt, or locate auxiliary test binaries.
adaley-openai
force-pushed
the
dev/adaley/simplify-recommended-plugin-install-schema
branch
from
June 16, 2026 23:21
1b361d1 to
8758a12
Compare
adaley-openai
enabled auto-merge (squash)
June 16, 2026 23:27
adaley-openai
deleted the
dev/adaley/simplify-recommended-plugin-install-schema
branch
June 16, 2026 23:44
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.
Summary
request_plugin_installarguments toplugin_idandsuggest_reason.tool_id.Stack
Validation
just test -p codex-tools -p codex-core request_plugin_install(25 passed)just fix -p codex-tools -p codex-corejust fmtgit diff --check