Skip to content

Add Bot Head, Brain, and Neural Net entity avatar icons#37

Merged
brionmario merged 1 commit into
thunder-id:mainfrom
brionmario:avatars
Jul 22, 2026
Merged

Add Bot Head, Brain, and Neural Net entity avatar icons#37
brionmario merged 1 commit into
thunder-id:mainfrom
brionmario:avatars

Conversation

@brionmario

@brionmario brionmario commented Jul 22, 2026

Copy link
Copy Markdown
Member

Purpose

Adds three agent-themed icons — bot_head, brain, neural_net — to the curated anonymous_entity avatar 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). Regenerated anonymousEntityIcons.generated.ts via the existing scripts/generate-anonymous-entity-icons.mjs codegen script rather than hand-editing the generated file. Updated the icon-count assertion in resolveLogoUri.test.ts to match the new total.

Related Issues

Related PRs

  • N/A

Checklist

  • Followed the contribution guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
  • Tests provided. (Add links if there are any)
    • Unit Tests
    • Integration Tests
  • Breaking changes. (Fill if applicable)
    • Breaking changes section filled.
    • breaking change label added.

Security checks

  • Followed secure coding standards in WSO2 Secure Coding Guidelines
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@brionmario, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 3 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d69bc2d3-34ac-473d-862f-170f5d34fa5f

📥 Commits

Reviewing files that changed from the base of the PR and between d5242ca and 628c876.

⛔ Files ignored due to path filters (4)
  • packages/browser/src/utils/anonymousEntityIcons.generated.ts is excluded by !**/*.generated.*
  • packages/browser/static/images/avatars/anonymous_entity/bot_head.svg is excluded by !**/*.svg
  • packages/browser/static/images/avatars/anonymous_entity/brain.svg is excluded by !**/*.svg
  • packages/browser/static/images/avatars/anonymous_entity/neural_net.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • packages/browser/src/utils/__tests__/resolveLogoUri.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Extends the curated anonymous_entity badge set with three agent-themed
icons, bringing it to 36 entries across applications, organizations,
resource servers, and agents.
@brionmario
brionmario merged commit 6a331a0 into thunder-id:main Jul 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants