Add ai-status-check extension - #30152
Open
Astatine-213-Tian wants to merge 3 commits into
Open
Conversation
- docs: add Store screenshots - refactor: standardize provider status integrations - feat: add AI provider status extension
Collaborator
|
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. |
Contributor
Greptile SummaryThe PR adds the AI Status extension for viewing provider health, incidents, and components. The latest changes fully address the two previously reported failures:
Confidence Score: 5/5The PR appears safe to merge because both previously reported blocking failures are fixed and no blocking failure remains. No blocking failure remains. Important Files Changed
Reviews (3): Last reviewed commit: "fix: simplify system status rows" | Re-trigger Greptile |
Astatine-213-Tian
marked this pull request as ready for review
August 12, 2026 05:34
- fix: make Store checks portable and order refreshes - fix: normalize xAI operational status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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