Conversation
- chore: improve readme - feat: implement initial version (raycast#1) - init
|
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. |
|
Founder at Inkeep here - endorsing/looks good to me. |
|
Looks really nice @marcklingen 🔥 I'll get @greptileai to have a quick look 😊 |
There was a problem hiding this comment.
PR Summary
Added a new Inkeep extension for Raycast that enables users to interact with the Inkeep Completions API to get AI-powered answers from their knowledge base.
- The CHANGELOG.md entry should use
{PR_MERGE_DATE}instead of the hardcoded date "2025-03-02" to follow repository conventions - The command name in package.json is "ask-inkeep" but the title is "Inkeep" - consider using a more descriptive title like "Ask Inkeep" to match the functionality
- The
handlePromptSubmissionfunction in ask-inkeep.tsx should be wrapped in a try-catch block as it's a launch command - Consider using
showFailureToastfrom@raycast/utilsinstead of manually creating error toasts in the error handling sections
10 file(s) reviewed, 6 comment(s)
Edit PR Review Bot Settings | Greptile
pernielsentikaer
left a comment
There was a problem hiding this comment.
Bot an I added a few suggestions, could you look into them :)
Request a new review when you are ready. Feel free to contact me here or at Slack if you have any questions.
This all looks like valid review feedback, will push an update in a bit |
|
Awesome, let me know if anything pops up :) I would also move |
- fix: improve streamed markdown rendering - chore: implement review feedback
will do |
|
@pernielsentikaer aside from naming discussion above, this should be good to go now, thanks again for the speedy review! |
|
Naming update pushed as well, fyi @pernielsentikaer |
|
You're missing |
Sure, based on the docs I assumed this is optional |
|
Thanks for flagging and taking a look at this; we'll improve this guide 😊 |
|
Thanks @thomaspaulmann! |
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 Such a great contribution deserves a reward, but unfortunately we couldn't find your Raycast account based on your GitHub username (@marcklingen). |
|
Thanks everyone for the speedy review, did not expect this to launch today 🙏 |
done -> raycast beta access would be really nice :) |
Description
Adding a new extension for the Inkeep completions API will assist teams using Inkeep for customer-facing documents. This extension enables them to answer questions about their products more easily.
Screencast
inkeep-raycast-extension.mp4
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder