Add icons for AI assistants, local AI runtimes, and dev tools#512
Open
SijanC147 wants to merge 3 commits into
Open
Add icons for AI assistants, local AI runtimes, and dev tools#512SijanC147 wants to merge 3 commits into
SijanC147 wants to merge 3 commits into
Conversation
New icon library entries: - AI assistants: Claude, Claude Code, Cline, Codex, Manus, Maestro AI, Perplexity, NotebookLM, OpenClaw, Opencode, Antigravity - Local AI runtimes: LM Studio, ComfyUI - Automation/workflow: n8n - Editors/terminals: Replit, Warp - Other: Roon App registrations added in app-icons.js, lazy exports in icons.jsx. Refresh Cursor icon to use latest official mark. Co-Authored-By: Claude
Add icon for the Goose AI agent and register it in app-icons.js and icons.jsx. Co-Authored-By: Claude
Add icon for the Monero GUI wallet and register it in app-icons.js and icons.jsx. Co-Authored-By: Claude
Owner
Jean-Tinland
left a comment
There was a problem hiding this comment.
Thank you very much for all of these icons!
I'd just like you to look at the two comments I left and let me know if this is okay to make these changes.
If you are short in time please let know I make the necessary changes while merging your work.
Thanks again!
| stroke="#000" | ||
| strokeWidth="0.5" | ||
| /> | ||
| /> */} |
Owner
There was a problem hiding this comment.
If you deem the added icon good, you can remove the commented old one. :)
Comment on lines
+5
to
+6
| <Icon {...props} width={320} height={263}> | ||
| <g transform="translate(0, 2.921)"> |
Owner
There was a problem hiding this comment.
Is it possible to cleanup this one a bit? You can wrap your paths in a standard svg tag then past it in Figma for example.
It will allow you to make this icon square in a 24x24 box and also remove the g and transform attribute attached to it.
Thanks!
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.
Description
Adds icons to the icon library for a batch of AI assistants, local AI runtimes, automation tools, dev/editor apps, and a cryptocurrency wallet that are not currently represented. Each new app is also registered in
lib/app-icons.jsand lazy-exported inlib/components/icons/icons.jsx, matching the existing pattern. TheCursoricon is also refreshed to use the latest official mark (previous SVG kept as commented reference inside the file).No new dependencies. No runtime/behavior changes — purely additive icon assets and registrations. Closes no specific issue.
Type of change
How Has This Been Tested?
Visually verified inside Übersicht by reloading the widget and confirming each newly registered app name (e.g.
Claude,Warp,Ollama-adjacent apps, etc.) renders its custom icon in the process bar instead of the generic fallback.npm run lint)simple-barwidgetTest Configuration:
Checklist:
Changes to make to the documentation
None. The icon library is self-documenting via
lib/app-icons.js; the new entries follow the existing alphabetical/grouping conventions.Icons added
AI assistants
Local AI runtimes
Automation / workflow
Editors / terminals
Wallets / finance
Other
Refreshed: Cursor (now using current official mark)