-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add screenpipe extension #16923
base: main
Are you sure you want to change the base?
Add screenpipe extension #16923
Conversation
- resize icon - Update README.md - update assets - update README - add screenshot - first commit
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10-15 business days Once the PR is approved and merged, the extension will be available on our Store. |
@pernielsentikaer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
New Raycast extension for Screenpipe that enables users to manage and interact with Screenpipe pipes through a clean interface with enable/disable functionality.
src/api/index.ts
hardcodes localhost:3030 as baseUrl without configuration options, should consider making this configurablesrc/list-pipes.tsx
lacks error state handling for failed API requests- README.md uses GitHub user-attachments URLs for images which should be replaced with local repository assets
- Missing setup/configuration instructions in README.md for users to get started
- Extension icon referenced in package.json but not included in repository
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
9 file(s) reviewed, 4 comment(s)
Edit PR Review Bot Settings | Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Description
Raycast extension for popular open source project screenpipe with 12K+ stars https://github.com/mediar-ai/screenpipe/
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder