Add mise-window-sets extension - #30484
Conversation
- Prepare Mise Window Sets for Raycast Store - Use Mise app icon; fix list icons - Initial Mise Raycast extension
|
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 15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryThe PR adds the Mise Window Sets extension, including commands to apply saved layouts and reload Mise’s configuration.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (5): Last reviewed commit: "Use official Raycast Window Capture scre..." | Re-trigger Greptile |
| "title": "Apply Set", | ||
| "subtitle": "Mise", | ||
| "description": "Pick a saved Mise Set and arrange windows. Applying via layouts:// requires Mise Pro.", | ||
| "mode": "view" |
There was a problem hiding this comment.
View command lacks screenshots
The new Apply Set view has no metadata folder containing Raycast-styled screenshots, leaving the extension without the visual metadata required for Store review and presentation.
Rule Used: What: Extensions with view-type commands must incl... (source)
Prompt To Fix With AI
This is a comment left during a code review.
Path: extensions/mise-window-sets/package.json
Line: 18
Comment:
**View command lacks screenshots**
The new Apply Set view has no `metadata` folder containing Raycast-styled screenshots, leaving the extension without the visual metadata required for Store review and presentation.
**Rule Used:** What: Extensions with view-type commands must incl... ([source](https://app.greptile.com/raycast/-/custom-context?memory=87059ac1-c601-487f-9f1c-bce8a3cb6209))
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Keep Raycast open when Mise or layouts:// is unavailable so the error is visible, matching Apply Set.
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder