Add Minds extension - #30284
Conversation
|
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 a new Minds extension for browsing synthetic-audience groups, asking groups questions, drafting panel studies, and checking panel status.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains. No blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "Address Raycast review feedback" | Re-trigger Greptile |
| "name": "list-groups", | ||
| "title": "Browse Research Groups", | ||
| "subtitle": "Minds", | ||
| "description": "Browse and search your synthetic audience Groups.", |
There was a problem hiding this comment.
View commands lack screenshots
All four commands use view mode, but the new extension has no metadata/ screenshots, leaving it without the presentation assets required for Raycast Store review.
Rule Used: What: Extensions with view-type commands must incl... (source)
Knowledge Base Used: Extension Authoring Conventions
Prompt To Fix With AI
This is a comment left during a code review.
Path: extensions/minds/package.json
Line: 18
Comment:
**View commands lack screenshots**
All four commands use view mode, but the new extension has no `metadata/` screenshots, leaving it without the presentation assets required for Raycast Store review.
**Rule Used:** What: Extensions with view-type commands must incl... ([source](https://app.greptile.com/raycast/-/custom-context?memory=87059ac1-c601-487f-9f1c-bce8a3cb6209))
**Knowledge Base Used:** [Extension Authoring Conventions](https://app.greptile.com/raycast/-/custom-context/knowledge-base/raycast/extensions/-/docs/extension-authoring-conventions.md)
---
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!
Description
Adds Minds for Raycast, a public extension for synthetic audience research through the canonical Minds MCP endpoint.
Commands:
Validation
npm run buildnpm run lintThe API key is stored as a Raycast password preference. The client requires HTTPS and supports JSON and text/event-stream MCP responses.