-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add baby-buddy extension #17993
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
base: main
Are you sure you want to change the base?
Add baby-buddy extension #17993
Conversation
- Lint - Fixing create forms not navigating properly - Lots of fixes, screenshots, etc - Fixing many type issues - Improving access to relative time - Fixing issue where timers without names broke the active timer ilst - More readme - Fixing issues
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
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
This PR adds a comprehensive Baby Buddy extension for Raycast, enabling users to manage their Baby Buddy instance with features for tracking children's activities and AI-powered natural language interactions.
- CHANGELOG.md entry title should end with
{PR_MERGE_DATE}
instead of "2025-03-19" - CreateFeedingForm.tsx contains debug console.log statements (lines 58, 66, 74) that should be removed
- Empty useEffect hooks in CreateTummyTimeForm.tsx and StopTimerForm.tsx serve no purpose and should be removed
- Since the extension has AI tools in package.json, it should also include
ai
with at least one eval referencing AI Evals Documentation - Consider using
showFailureToast
from@raycast/utils
in try-catch blocks instead of manually showing error toasts
💡 (2/5) Greptile learns from your feedback when you react with 👍/👎!
58 file(s) reviewed, 98 comment(s)
Edit PR Review Bot Settings | Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Is this ready for another review, looks like Greptile gave some good feedback? |
Hey! Sorry, there was a lot of good feedback and I need to implement it, I've just been really busy. Sorta the thing about baby buddy is it's really useful after you have a kid to keep track of their development, especially in the first several months, and my kid is consuming basically all of my free time haha I will try to implement these changes when I'm able to, sorry! |
I know the feeling 🫠😂 |
…stead of relative time
…tly navigate back
Hey @pernielsentikaer, I think I got everything cleaned up and working now. I either responded to what the bot said or took its suggestion for everything. Ready for review 💪 |
This pull request has been automatically marked as stale because it did not have any recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean 😊 |
👋 This isn't stale, just waiting for review 😅 |
Description
This pull request adds support for managing your Baby Buddy instance to Raycast.
As well as making it very convenient to generally view information about your children and track them from Raycast, the AI support makes it extremely easy to create entries through natural language and view data summaries that otherwise do not exist.
Screencast
Screenshot.2025-03-19.at.17.36.18.mp4
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder