-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(icons): Bump platformicons & add ai integration logos #16185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(icons): Bump platformicons & add ai integration logos #16185
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| 'python-pydantic-ai': 'pydantic', | ||
| 'python-openai-agents': 'openai', | ||
| 'python-mcp': 'mcp', | ||
| 'python-google-genai': 'gemini', | ||
| 'python-litellm': 'litellm', | ||
| 'python-langgraph': 'langgraph', | ||
| 'pydantic-ai': 'pydantic', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are shown in the sidebar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| 'go-logrus': 'go', | ||
| godot: 'godot', | ||
| huggingface: 'huggingface', | ||
| huggingface_hub: 'huggingface', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed key breaks existing huggingface platform icon lookups
Medium Severity
The PLATFORM_TO_ICON key huggingface was renamed to huggingface_hub, which breaks backwards compatibility. Any code using platform="huggingface" will now receive the default icon instead of the HuggingFace icon. The getIcon function won't find huggingface in the mapping and will return 'default' since the string doesn't contain a hyphen. Both keys could coexist to maintain backwards compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i believe this was wrong before, its a fix
Contributes to https://linear.app/getsentry/issue/TET-1789/update-platformicons-for-ai-integrations