Add arca extension#27261
Conversation
- Remove owner field from package.json - Refactor label rendering in TaskDetail for cleaner code - Update CHANGELOG with initial release details for Arca Raycast extension - Add new metadata images (screenshots) - Update README with detailed commands and setup instructions; replace extension icon - Add labels support to Task type and display in TaskDetail - New command: Planned Tasks - Enhance task creation flow by adding popToRoot after successful task creation - New command: My Tasks - ✨ Initial commit: - API Key configuration - Extension icon - First command (create task) - Initial commit
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, 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. |
Greptile SummaryThis PR introduces a new Arca extension for Raycast, providing three commands — Create Task, My Tasks, and Planned Tasks — backed by the Arca API. Previous review feedback on
Confidence Score: 5/5The extension is safe to merge; all source logic is straightforward and the only outstanding issue is a changelog formatting nit. All three commands correctly handle API errors, loading states, and pagination. Previous review findings have been resolved. The only remaining item is the hardcoded date in CHANGELOG.md instead of the standard template variable, which does not affect runtime behavior. extensions/arca/CHANGELOG.md — the {PR_MERGE_DATE} placeholder needs to replace the hardcoded date. Important Files Changed
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
extensions/arca/CHANGELOG.md:3
The changelog entry uses a hardcoded date instead of the required `{PR_MERGE_DATE}` template variable. Raycast automatically substitutes this placeholder with the actual merge date at publish time. Using a literal date today means the entry will show the wrong date if the PR is merged on a different day, and it deviates from the standard the Raycast store expects.
```suggestion
## [Initial Release] - {PR_MERGE_DATE}
```
Reviews (3): Last reviewed commit: "Update CHANGELOG.md and optimise images" | Re-trigger Greptile |
- Refactor TurndownService rules for improved readability - Add custom rules to TurndownService for enhanced Markdown conversion
|
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 😊 |
0xdhrv
left a comment
There was a problem hiding this comment.
Looks good to me, approved ✅
|
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 (@gre-dev). Please link your GitHub account to your Raycast account to receive your credits and soon be able to exchange them for some swag. |
Description
This extension brings Arca, a task management app, into Raycast. It lets you create tasks and review your work without switching context.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder