Add ego-lite extension - #30182
Conversation
- feat: prepare Raycast Store submission - fix: handle Chromium favicon timestamps - feat: show local favicons for Ego Lite bookmarks - feat: read local Ego Lite favicons - docs: plan local bookmark favicon implementation - docs: refine immutable favicon database access - docs: design local bookmark favicons - fix: route Ego Lite tabs through LaunchServices - docs: add Ego Lite extension setup and privacy guide - feat: add Ego Lite Raycast commands - feat: add Ego Lite AppleScript adapter - feat: add safe Ego Lite history queries - feat: add local Ego Lite bookmark search - chore: scaffold Ego Lite Raycast extension - docs: add Ego Lite extension implementation plan - docs: add Ego Lite Raycast extension design
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryThe PR adds a local-first Ego Lite browser extension with commands to create a tab and search bookmarks and history.
Confidence Score: 5/5The PR appears safe to merge because the previous Store screenshot omission is fixed and no blocking failure remains. No blocking failure remains. Important Files Changed
Reviews (4): Last reviewed commit: "docs: clarify Ego Lite integration" | Re-trigger Greptile |
| "title": "Search Bookmarks", | ||
| "subtitle": "Ego Lite", | ||
| "description": "Search local Ego Lite bookmarks.", | ||
| "mode": "view" |
There was a problem hiding this comment.
Store Screenshots Outside Metadata
The Search Bookmarks and Search History view commands provide their screenshots only under media/, but Raycast Store screenshots for view commands belong in metadata/. This leaves the extension without the required Store listing screenshots, and the metadata-image workflow does not detect the omission because no metadata/ path is changed.
Rule Used: What: Extensions with view-type commands must incl... (source)
Knowledge Base Used: Extension Authoring Conventions
Prompt To Fix With AI
This is a comment left during a code review.
Path: extensions/ego-lite/package.json
Line: 24
Comment:
**Store Screenshots Outside Metadata**
The Search Bookmarks and Search History view commands provide their screenshots only under `media/`, but Raycast Store screenshots for view commands belong in `metadata/`. This leaves the extension without the required Store listing screenshots, and the metadata-image workflow does not detect the omission because no `metadata/` path is changed.
**Rule Used:** What: Extensions with view-type commands must incl... ([source](https://app.greptile.com/raycast/-/custom-context?memory=87059ac1-c601-487f-9f1c-bce8a3cb6209))
**Knowledge Base Used:** [Extension Authoring Conventions](https://app.greptile.com/raycast/-/custom-context/knowledge-base/raycast/extensions/-/docs/extension-authoring-conventions.md)
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.
Similar extensions already in the StoreAutomated first pass. Overlap is not a blocker on its own, but the README should make the difference clear.
|
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder