fix: replace Emoji 13.0 mode icons with universally supported alternatives#12031
Draft
roomote-v0[bot] wants to merge 1 commit intomainfrom
Draft
fix: replace Emoji 13.0 mode icons with universally supported alternatives#12031roomote-v0[bot] wants to merge 1 commit intomainfrom
roomote-v0[bot] wants to merge 1 commit intomainfrom
Conversation
…niversally supported alternatives Debug mode: beetle (U+1FAB2) -> bug (U+1F41B, Emoji 1.0) Orchestrator mode: boomerang (U+1FA83) -> shuffle arrows (U+1F500, Emoji 1.0) Fixes #12030
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related GitHub Issue
Closes: #12030
Description
This PR attempts to address Issue #12030. The Debug and Orchestrator mode icons use Emoji 13.0 characters (beetle U+1FAB2 and boomerang U+1FA83) which are not supported on Windows 10 (supports only up to Emoji 12.0), causing them to render as broken/missing glyphs.
Changes:
Both replacement emoji are from Emoji 1.0 and are universally supported across all modern platforms. The semantic meaning of each icon is preserved.
Feedback and guidance are welcome.
Test Procedure
src/shared/__tests__/modes.spec.tspass with the updated emojiPre-Submission Checklist
Screenshots / Videos
N/A - emoji changes visible in code diff.
Documentation Updates
Additional Notes
This is a minimal two-file change (source + test) with no behavioral impact beyond fixing icon rendering on older platforms.
Get in Touch
Available via GitHub for any questions.
Interactively review PR in Roo Code Cloud