feat(site): add copilot as a provider option in AI Bridge logs filter by ssncferreira · Pull Request #22023 · coder/coder
Problem
The Copilot provider was missing from the AI Bridge logs filter dropdown, so users couldn't filter interceptions by Copilot. Additionally, the AIBridgeProviderIcon component didn't handle the copilot provider, so it would render a fallback question mark icon.
Changes
- Added
copilotcase toAIBridgeProviderIcon, using the existing/icon/github.svg. - Added Copilot as a provider option in the filter dropdown.
- Added
MockInterceptionAnthropicandMockInterceptionCopilotmock data with sample prompts, and updated the Storybook stories to use one interception per provider.
