Conversation
cb4bf60 to
67a316f
Compare
67a316f to
9e8c8a6
Compare
sayan-oai
added a commit
that referenced
this pull request
Mar 5, 2026
#13433) ### first half of changes, followed by #13510 Track plugin capabilities as derived summaries on `PluginLoadOutcome` for enabled plugins with at least one skill/app/mcp. Also add `Plugins` section to `user_instructions` injected on session start. These introduce the plugins concept and list enabled plugins, but do NOT currently include paths to enabled plugins or details on what apps/mcps the plugins contain (current plan is to inject this on @-mention). that can be adjusted in a follow up and based on evals. ### tests Added/updated tests, confirmed locally that new `Plugins` section + currently enabled plugins show up in `user_instructions`.
pakrym-oai
reviewed
Mar 5, 2026
9e8c8a6 to
584919c
Compare
pakrym-oai
reviewed
Mar 5, 2026
pakrym-oai
reviewed
Mar 5, 2026
pakrym-oai
reviewed
Mar 5, 2026
xl-openai
reviewed
Mar 5, 2026
pakrym-oai
reviewed
Mar 5, 2026
xl-openai
approved these changes
Mar 5, 2026
pakrym-oai
approved these changes
Mar 5, 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 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.
Note-- added plugin mentions via @, but that conflicts with file mentions
depends and builds upon #13433.
@pluginmentions. this injects the plugin's mcp servers, app names, and skill name format into turn context as a dev message.plugins/listapp-server endpoint we can feed the UI with, which is upcomingTests
Added and updated tests, unit and integration. Also confirmed locally a raw
@plugininjects the dev message, and the model knows about its apps, mcps, and skills.