Add Bot Head, Brain, and Neural Net entity avatar icons#37
Conversation
|
Warning Review limit reached
Next review available in: 3 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Extends the curated anonymous_entity badge set with three agent-themed icons, bringing it to 36 entries across applications, organizations, resource servers, and agents.
Purpose
Adds three agent-themed icons —
bot_head,brain,neural_net— to the curatedanonymous_entityavatar badge set, extending it from 33 to 36 entries so it now covers applications, organizations, resource servers, and agents. This is the source-of-truth SDK for this icon set; the same three icons are mirrored in the Android, iOS, and Flutter SDKs.Approach
Added the three new source SVGs under
packages/browser/static/images/avatars/anonymous_entity/(bot_head.svg,brain.svg,neural_net.svg), following the existing badge convention (colored rounded-square background + white icon paths). RegeneratedanonymousEntityIcons.generated.tsvia the existingscripts/generate-anonymous-entity-icons.mjscodegen script rather than hand-editing the generated file. Updated the icon-count assertion inresolveLogoUri.test.tsto match the new total.Related Issues
Related PRs
Checklist
breaking changelabel added.Security checks