Skip to content

Add ai-status-check extension - #30152

Open
Astatine-213-Tian wants to merge 3 commits into
raycast:mainfrom
Astatine-213-Tian:ext/ai-status-check
Open

Add ai-status-check extension#30152
Astatine-213-Tian wants to merge 3 commits into
raycast:mainfrom
Astatine-213-Tian:ext/ai-status-check

Conversation

@Astatine-213-Tian

@Astatine-213-Tian Astatine-213-Tian commented Aug 12, 2026

Copy link
Copy Markdown

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.

Provider overview

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.

Active incident

Incident timeline

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.

Component groups

Individual components

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

  • I read the extension guidelines
  • I read the documentation about publishing
  • I ran npm run build and tested the distribution build in Raycast
  • I checked that files in the assets folder are used by the extension itself
  • I checked that assets used by the README are placed outside of the metadata folder

- docs: add Store screenshots
- refactor: standardize provider status integrations
- feat: add AI provider status extension
@raycastbot raycastbot added the new extension Label for PRs with new extensions label Aug 12, 2026
@raycastbot

Copy link
Copy Markdown
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.

@greptile-apps

greptile-apps Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The PR adds the AI Status extension for viewing provider health, incidents, and components. The latest changes fully address the two previously reported failures:

  • Test and publishing helpers are now compiled from tracked tests/support sources before invocation.
  • Bulk and individual refreshes share per-provider request ordering that guards both cache and state commits.

Confidence Score: 5/5

The 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

Filename Overview
extensions/ai-status-check/package.json The affected scripts compile tracked helper sources to their referenced output paths before tests, store checks, source checks, and publishing.
extensions/ai-status-check/tsconfig.test.json The test compiler includes the helper and request-ordering sources and emits them beneath the cache directory expected by package scripts.
extensions/ai-status-check/src/hooks/use-provider-statuses.ts Bulk, individual, and initial refreshes use one shared per-provider request-order tracker and reject stale state commits.
extensions/ai-status-check/src/services/fetch-provider-statuses.ts Cache writes honor the request-currentness callback supplied by the refresh hook.
extensions/ai-status-check/src/services/provider-request-order.ts Monotonic per-provider tokens prevent older overlapping requests from committing after newer requests begin.

Reviews (3): Last reviewed commit: "fix: simplify system status rows" | Re-trigger Greptile

@Astatine-213-Tian
Astatine-213-Tian marked this pull request as ready for review August 12, 2026 05:34
Comment thread extensions/ai-status-check/package.json Outdated
Comment thread extensions/ai-status-check/src/hooks/use-provider-statuses.ts
- fix: make Store checks portable and order refreshes
- fix: normalize xAI operational status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new extension Label for PRs with new extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants