Done Bear: Add AI task capture and streamline commands - #30183
Conversation
|
Thank you for the update! 🎉 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. |
Greptile SummaryThe PR adds an AI-assisted, review-before-create task flow and consolidates several task-list commands into Browse Tasks.
Confidence Score: 5/5The PR appears safe to merge. The previously reported mutation-feedback failure is fixed, and no blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "Keep refresh errors from masking task mu..." | Re-trigger Greptile |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi @mblode 👋
Thanks for your contribution 💪
I have now tested your extension, and I have some feedback ready for you:
- Please recapture the Store metadata screenshots with Raycast’s Window Capture tool. The current
metadata/done-bear-1.png–done-bear-3.pngdon’t look like they were taken with it (pixel-perfect 2000×1250, consistent background, no extra chrome). Set it up under Settings → Advanced → Window Capture, open the commands in development mode, then capture with Save to Metadata ticked. Specs and steps: Adding screenshots.
I'm looking forward to testing this extension again 🔥
Feel free to contact me here or at Slack if you have any questions.
Please convert this PR to a draft while working on the requested changes. Once ready, mark it as ready for review again and we'll take another look. Thanks!
Description
Adds an AI-first Create Task flow that turns one sentence into reviewable task fields, with a local parser fallback. It also consolidates Inbox, Anytime, Upcoming, and Someday into Browse Tasks; removes the identifier-only project search; improves shared empty, error, and action states; and includes the Teams workspace ID fix from #30180.
Review path: start with
quick-add-parser.tsandai-quick-add.ts, thenquick-add-task.tsx, the manifest, and the shared task surfaces.Risk: AI output is constrained to valid lists, dates, and exact project/team matches, and no task is created before the user reviews it.
Screencast
The distribution build was also tested end-to-end in Raycast Beta, including AI interpretation, task creation, search, completion, task detail, Browse Tasks, both forms, Today, and the menu bar command.
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool