Decouple recommended plugins from tool suggestions - #35839
Merged
copyberry[bot] merged 1 commit intoJul 28, 2026
Merged
Conversation
## What changed - Add the stable, disabled-by-default `recommended_plugins` feature flag. - Load recommended plugin candidates when apps and plugins are enabled and either `tool_suggest` or `recommended_plugins` is active. - Keep the `request_plugin_install` tool gated by `tool_suggest`. ## Testing - Cover the first turn after external login with `tool_suggest` both enabled and disabled, including the expected install-tool availability. GitOrigin-RevId: 06d9a1c2e8dd2498a47796d833eb6d25ba528351
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/06d9a1c2e8dd2498a47796d833eb6d25ba528351
branch
from
July 28, 2026 22:53
10c5e0b to
3a79749
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/06d9a1c2e8dd2498a47796d833eb6d25ba528351
branch
July 28, 2026 22:54
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.
Decouple recommended plugins from tool suggestions
What changed
recommended_pluginsfeature flag.either
tool_suggestorrecommended_pluginsis active.request_plugin_installtool gated bytool_suggest.Testing
tool_suggestboth enabledand disabled, including the expected install-tool availability.