Add ai-status-check extension - #30152
Conversation
- docs: add Store screenshots - refactor: standardize provider status integrations - feat: add AI provider status 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 AI Status extension, providing cached and independently refreshed health, incident, and component information for 18 AI providers.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (5): Last reviewed commit: "feat: add provider component history" | Re-trigger Greptile |
- fix: make Store checks portable and order refreshes - fix: normalize xAI operational status
Similar extensions already in the StoreAutomated first pass. Overlap is not a blocker on its own, but the README should make the difference clear.
|
|
Thanks for flagging these. I’ve updated the extension title to AI Provider Status and expanded the README to make its scope and differences clearer. AI Usage Tracker tracks premium-request usage, while AI Stats provides AI model statistics. AI Provider Status does neither—it checks providers’ published operational health, components, and incidents. Is It Alive? has the closest functional overlap, but its workflow is different: it is a general-purpose monitor where users add and maintain status-page URLs. AI Provider Status is purpose-built for AI services and ships with a curated catalog of 18 provider integrations. Users simply select the providers they use in Raycast preferences, with no URLs to find, detect, or maintain. We intend to keep that curated, AI-provider-specific focus rather than add general custom status pages. |
Description
Adds AI Status, a single Raycast command for checking the official service health of 18 common AI providers on macOS and Windows.
Check every provider at a glance
The main list groups providers by health and category, shows each provider's published status, and highlights active incidents. Providers can be enabled or disabled from the extension preferences.
Review incidents and their updates
Open a provider to see active and recently resolved incidents. Selecting an incident shows its published update timeline, while the action menu links back to the official status page.
Inspect component health
Provider detail pages preserve the source status page's component organization. Component groups stay compact in the main view and can be opened to inspect individual services.
The extension uses unauthenticated public status sources, shows cached results immediately while refreshing providers independently, and requires no provider credentials or extension-specific backend.
Checklist
npm run buildand tested the distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder