Skip to content

Commit cd31396

Browse files
committed
deploy: 8521877
1 parent 06f6f68 commit cd31396

File tree

5 files changed

+20
-13
lines changed

5 files changed

+20
-13
lines changed

.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.90.0"
2+
"version": "1.91.0"
33
}

api-reference/feedback/toast.md

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
44

55
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
66

7-
{% hint style="info" %}
8-
The `showToast()` will fallback to [showHUD()](./hud.md#showhud) if the Raycast window is closed.
9-
{% endhint %}
10-
117
![](../../.gitbook/assets/toast.webp)
128

139
## API Reference

changelog.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 1.91.0 - 2025-02-05
4+
5+
### ✨ New
6+
7+
- **AI**: The models added in [Raycast 1.90.0](https://www.raycast.com/changelog/1-90-0) are now also part of the API
8+
- DeepSeek R1² reasoning model (powered by Together AI) and its distilled version¹ (powered by Groq)
9+
- OpenAI o1-mini² and o1-preview² reasoning models
10+
- OpenAI o3-mini¹
11+
- Google Gemini 1.5 Flash¹ and Gemini 1.5 Pro², Gemini 2.0 Flash¹ and Gemini 2.0 Flash Thinking¹ models
12+
- xAI Grok-2² model
13+
- Perplexity Sonar¹, Sonar Pro² and Sonar Reasoning¹ models
14+
15+
¹ available with Raycast Pro
16+
² available with Raycast Pro + Advanced AI
17+
18+
### 🐞 Fixes
19+
20+
- **Window Management**: Added missing types for `getActiveWindow`.
21+
322
## 1.89.0 - 2025-01-15
423

524
### 💎 Improvements

llms-api.txt

-4
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,6 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
11791179

11801180
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
11811181

1182-
{% hint style="info" %}
1183-
The `showToast()` will fallback to showHUD() if the Raycast window is closed.
1184-
{% endhint %}
1185-
11861182

11871183

11881184
## API Reference

llms-full.txt

-4
Original file line numberDiff line numberDiff line change
@@ -1214,10 +1214,6 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
12141214

12151215
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
12161216

1217-
{% hint style="info" %}
1218-
The `showToast()` will fallback to showHUD() if the Raycast window is closed.
1219-
{% endhint %}
1220-
12211217

12221218

12231219
## API Reference

0 commit comments

Comments
 (0)