Update ccusage extension#27393
Conversation
|
Thank you for your contribution! 🎉 🔔 @nyatinte @zhuravel @GarrickZ2 @pernielsentikaer @raulgg 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="ccusage-menubar-refresh"
FORK_URL="https://github.com/ridemountainpig/extensions.git"
EXTENSION_NAME="ccusage"
REPO_NAME="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 SummaryThis PR adds a 5-minute auto-refresh interval ( Confidence Score: 5/5Safe to merge — minimal, well-scoped change with no logic or security concerns. Both changed files are correct: the changelog follows the required format and version ordering, and the No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "Update ccusage extension" | Re-trigger Greptile |
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
Menu bar command now auto-refreshes every 5 minutes in the background, so usage data stays up to date without requiring a manual click. Close #27071.
Screencast
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