Reuse agent-compatibility avatar for pr-review-canvas and docs-canvas#55
Merged
maloneya merged 1 commit intocursor:mainfrom Apr 15, 2026
Conversation
The inline SVG Cursor cube was rendering too chunky in the marketplace card tile, even after padding the viewBox. Drop both avatars back to the same properly-designed raster avatar (256x256 RGBA PNG) used by `agent-compatibility`, and point each manifest's `logo` field at `assets/avatar.png`. Made-with: Cursor
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.
Summary
The inline-SVG Cursor cube we shipped in #52 and padded in #54 still looks wrong in the rendered marketplace tile — the cube is too chunky / too heavy against the icon frame.
Fall back to the PNG avatar that
agent-compatibilityuses (a properly-designed 256×256 RGBA raster), and point bothpr-review-canvasanddocs-canvasat it via"logo": "assets/avatar.png". Each plugin ships its own copy of the file rather than taking a cross-plugin reference.Changes
pr-review-canvas/assets/avatar.svganddocs-canvas/assets/avatar.svg.pr-review-canvas/assets/avatar.pnganddocs-canvas/assets/avatar.png(copied fromagent-compatibility/assets/avatar.png)..cursor-plugin/plugin.jsonlogofields fromassets/avatar.svg→assets/avatar.png.Path data / viewBox tweaks from #54 are therefore unused and dropped along with the SVGs.
Test plan
node scripts/validate-plugins.mjspasses.Validate pluginspasses.agent-compatibility.Follow-ups (not this PR)
Made with Cursor