Update github-copilot extension#25205
Conversation
- improve mocks - Compact date and count - Add premium tokens to the view tasks list items - Pull contributions
|
Thank you for your contribution! 🎉 🔔 @timrogers @thomaspaulmann @gdarchen @pedrocostadev @xilopaint you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="ext/github-copilot"
FORK_URL="https://github.com/pedrocostadev/raycast-extensions.git"
EXTENSION_NAME="github-copilot"
REPO_NAME="raycast-extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
Greptile OverviewGreptile SummaryThis PR adds premium request tracking to the "View Tasks" command in the GitHub Copilot extension. The implementation fetches agent session data in parallel with task data from the new Key changes:
The implementation is well-structured with proper error handling and follows React best practices with memoization. Confidence Score: 5/5
Important Files Changed
|
|
Hi 👋 I might have created a merge conflict. Do you think you can help resolve it @pedrocostadev? |
- minor improvement on TaskItem - minor improvement on TaskItem - Pull contributions
No problem @pernielsentikaer 😎 Just fixed it. |
|
Can we merge this @pernielsentikaer @timrogers ? |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Adds premium requests to view tasks
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder