feat(site): add copilot as a provider option in AI Bridge logs filter#22023
Merged
ssncferreira merged 1 commit intomainfrom Feb 11, 2026
Merged
feat(site): add copilot as a provider option in AI Bridge logs filter#22023ssncferreira merged 1 commit intomainfrom
ssncferreira merged 1 commit intomainfrom
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
55181e7 to
07dff06
Compare
902fb19 to
29697ea
Compare
5332178 to
15b426f
Compare
ssncferreira
commented
Feb 10, 2026
| <AIBridgeProviderIcon provider="anthropic" className="size-icon-sm" /> | ||
| ), | ||
| }, | ||
| { |
Contributor
Author
There was a problem hiding this comment.
Maybe it would be useful to have an endpoint that returns the supported providers. But even then, we would always need to maintain the provider-icon mapping.
jakehwll
approved these changes
Feb 10, 2026
dannykopping
approved these changes
Feb 11, 2026
Contributor
Author
Merge activity
|
15b426f to
ccdfe7a
Compare
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.

Problem
The Copilot provider was missing from the AI Bridge logs filter dropdown, so users couldn't filter interceptions by Copilot. Additionally, the
AIBridgeProviderIconcomponent didn't handle the copilot provider, so it would render a fallback question mark icon.Changes
copilotcase toAIBridgeProviderIcon, using the existing/icon/github.svg.MockInterceptionAnthropicandMockInterceptionCopilotmock data with sample prompts, and updated the Storybook stories to use one interception per provider.