Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/ai-status-check/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
dist/
.firecrawl/
.DS_Store
1 change: 1 addition & 0 deletions extensions/ai-status-check/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24.19.0
4 changes: 4 additions & 0 deletions extensions/ai-status-check/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist/
node_modules/
raycast-env.d.ts
tests/fixtures/
4 changes: 4 additions & 0 deletions extensions/ai-status-check/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
9 changes: 9 additions & 0 deletions extensions/ai-status-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [Initial Release] - {PR_MERGE_DATE}

- Check the published system status of 18 AI providers from one command.
- Inspect provider components in a dedicated detail view, including source-published history and uptime where available.
- Read incident update timelines and open the corresponding official source.
- Choose which providers are displayed and fetched from extension preferences.
- Preserve last-known results while status sources refresh independently.
21 changes: 21 additions & 0 deletions extensions/ai-status-check/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Astatine-213

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
48 changes: 48 additions & 0 deletions extensions/ai-status-check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# AI Provider Status

Check official service health across popular AI providers without opening or maintaining a collection of status-page URLs. AI Provider Status ships with a curated catalog of provider integrations: choose the providers you use in Raycast preferences, then inspect their published system health, components, active incidents, and recent incident updates from one native command.

Unlike a general-purpose status-page monitor, there are no URLs to add, detect, or maintain. Each supported AI provider is integrated with its official public status source, including provider-specific handling when status systems expose different components or incident formats.

## Features

- Choose from 18 built-in AI providers with no status-page setup.
- See provider-published health at a glance, with matching severity icons.
- Preview each service's published component history and exact uptime when its official source provides them.
- Open a dedicated component list to inspect individual services; components without published history remain available with their current status and a clear no-history message.
- Read active incidents and their update timelines inside Raycast.
- Press Enter on a component to open its official source, or open the provider's status page from the action panel.
- Show cached last-known results immediately while a quiet background refresh runs.
- Enable only the providers you use from Raycast preferences.

The default list includes OpenAI, Claude, Google AI Studio and Gemini, xAI, DeepSeek, and OpenRouter. The full catalog also covers Mistral AI, Cohere, Perplexity, Groq, Together AI, Fireworks AI, Cerebras, Replicate, Hugging Face, Baseten, ElevenLabs, and Stability AI.

## Usage

1. Run **Check AI Provider Status**.
2. Press Enter on a provider to see its components and incidents.
3. Choose **View Components**, then select a component to preview its provider-published history and uptime. Press Enter to open the component's official source.
4. Press Enter on an incident to open its local detail view.
5. Use the action panel to open an official source, refresh, or configure providers.

History availability varies by provider and component. The extension shows the source's chart whenever it can reproduce it faithfully, displays uptime only when the source publishes or precisely measures that percentage, and does not manufacture missing history from the current operational state.

Providers are grouped by purpose in preferences. Disabled providers are neither displayed nor fetched.

## Privacy

AI Provider Status makes unauthenticated requests only to the enabled providers' public, official status sources. It does not ask for provider credentials, run model prompts, collect analytics, or use an extension-specific backend. Last-successful responses are cached locally by Raycast so the list can remain useful during a temporary source failure.

## Notes

AI Provider Status is an independent project and is not affiliated with the providers it displays. Provider names and marks belong to their respective owners. See [Third-Party Notices](THIRD_PARTY_NOTICES.md) for bundled icon attribution.

## Development

```bash
nvm use
npm ci
npm run dev
```

Run `npm test`, `npm run typecheck`, `npm run lint`, and `npm run build` before submitting a change. `npm run check:sources` is an opt-in live check of every official status source; the regular test suite is deterministic and runs from local fixtures.
25 changes: 25 additions & 0 deletions extensions/ai-status-check/THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Third-Party Notices

Provider names and marks are used only to identify the services shown by this extension and remain the property of their respective owners.

## LobeHub Icons

Most provider icons were rendered from marks distributed in `@lobehub/icons-static-svg` 1.94.0.

MIT License

Copyright (c) 2023 LobeHub

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## Simple Icons

The Claude mark was rendered from Simple Icons, which is distributed under the CC0 1.0 Universal public-domain dedication. Claude is a trademark of Anthropic PBC.

## OpenAI

The OpenAI mark was obtained from the asset used by the official OpenAI status page. OpenAI and its marks are trademarks of OpenAI, L.L.C.
Binary file added extensions/ai-status-check/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions extensions/ai-status-check/assets/provider-icons/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Provider Icon Sources

- `openai.png`: OpenAI mark downloaded from the asset referenced by the official OpenAI status page.
- `claude.png`: Rendered from the Claude mark distributed by Simple Icons. Claude is a trademark of Anthropic PBC.
- All other PNG files: provider marks from `@lobehub/icons-static-svg` 1.94.0, rendered locally with a shared icon treatment.

The rendered icons use a shared circular background so monochrome marks remain readable in both Raycast themes. Development source files are not bundled with the extension. See the repository's `THIRD_PARTY_NOTICES.md` for license details.

The provider marks belong to their respective owners and are bundled only to identify their services in the extension.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions extensions/ai-status-check/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const { defineConfig } = require("eslint/config");
const raycastConfig = require("@raycast/eslint-config");

module.exports = defineConfig([{ ignores: ["dist/**", "eslint.config.js"] }, ...raycastConfig]);
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading