From dd5004be082eef309dd8d950faf034fe09fcbbba Mon Sep 17 00:00:00 2001 From: raycastbot Date: Mon, 16 Dec 2024 14:43:48 +0000 Subject: [PATCH] Docs: update for the new API release --- docs/.config.json | 2 +- .../assets/icon-video-disabled-16@dark.svg | 4 ++++ .../assets/icon-video-disabled-16@light.svg | 4 ++++ docs/api-reference/ai.md | 1 - .../user-interface/icons-and-images.md | 14 +++++++------- docs/changelog.md | 7 +++++++ 6 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 docs/.gitbook/assets/icon-video-disabled-16@dark.svg create mode 100644 docs/.gitbook/assets/icon-video-disabled-16@light.svg diff --git a/docs/.config.json b/docs/.config.json index 901008082bf..f804856ae4c 100644 --- a/docs/.config.json +++ b/docs/.config.json @@ -1,3 +1,3 @@ { - "version": "1.87.5" + "version": "1.88.0" } diff --git a/docs/.gitbook/assets/icon-video-disabled-16@dark.svg b/docs/.gitbook/assets/icon-video-disabled-16@dark.svg new file mode 100644 index 00000000000..0fa01f3e21f --- /dev/null +++ b/docs/.gitbook/assets/icon-video-disabled-16@dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/.gitbook/assets/icon-video-disabled-16@light.svg b/docs/.gitbook/assets/icon-video-disabled-16@light.svg new file mode 100644 index 00000000000..61727e7b568 --- /dev/null +++ b/docs/.gitbook/assets/icon-video-disabled-16@light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/api-reference/ai.md b/docs/api-reference/ai.md index 6c79ed51d79..c06f7f8730e 100644 --- a/docs/api-reference/ai.md +++ b/docs/api-reference/ai.md @@ -165,7 +165,6 @@ The AI model to use to answer to the prompt. Defaults to `AI.Model["OpenAI_GPT3. | Perplexity_Llama3.1_Sonar_Large | Perplexity's advanced model. Can handle complex questions. It considers current web knowledge to provide well-reasoned, in-depth answers. | | Perplexity_Llama3.1_Sonar_Huge | Perplexity's most advanced model. Offers performance that is on par with state of the art models today. | | Llama3.3_70B | Llama 3.3 70B is an open-source model from Meta, state-of-the-art in areas like reasoning, math, and general knowledge. | -| Llama3.1_70B | Llama 3.1 70B is a versatile open-source model from Meta suitable for complex reasoning tasks, multilingual interactions, and extensive text analysis. Powered by Groq. | | Llama3.1_8B | Llama 3.1 8B is an open-source model from Meta, optimized for instruction following and high-speed performance. Powered by Groq. | | Llama3_70B | Llama 3 70B from Meta is a highly capable open-source LLM that can serve as a tool for various text-related tasks. Powered by Groq. | | Llama3.1_405B | Llama 3.1 405B is Meta's flagship open-source model, offering unparalleled capabilities in general knowledge, steerability, math, tool use, and multilingual translation. Powered by together.ai | diff --git a/docs/api-reference/user-interface/icons-and-images.md b/docs/api-reference/user-interface/icons-and-images.md index 8de8839c300..7e4ccf79635 100644 --- a/docs/api-reference/user-interface/icons-and-images.md +++ b/docs/api-reference/user-interface/icons-and-images.md @@ -139,13 +139,13 @@ export default function Command() { |


Trash

|


Tray

|


Tree

| |


Trophy

|


TwoPeople

|


Umbrella

| |


Underline

|


Undo

|


Upload

| -|


Uppercase

|


Video

|


Wallet

| -|


Wand

|


Warning

|


Waveform

| -|


Weights

|


Wifi

|


WifiDisabled

| -|


Wind

|


Window

|


Windsock

| -|


WrenchScrewdriver

|


WristWatch

|


XMarkCircle

| -|


XMarkCircleFilled

|


XMarkCircleHalfDash

|


XMarkTopRightSquare

| -|


Xmark

| +|


Uppercase

|


Video

|


VideoDisabled

| +|


Wallet

|


Wand

|


Warning

| +|


Waveform

|


Weights

|


Wifi

| +|


WifiDisabled

|


Wind

|


Window

| +|


Windsock

|


WrenchScrewdriver

|


WristWatch

| +|


XMarkCircle

|


XMarkCircleFilled

|


XMarkCircleHalfDash

| +|


XMarkTopRightSquare

|


Xmark

| ### Image.Mask diff --git a/docs/changelog.md b/docs/changelog.md index f2ba7368feb..f6606ba9632 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 1.88.0 - 2024-12-16 + +### 🐞 Fixes + +- **Markdown**: Fixed a crash when trying to print invalid surrogate code points +- **Types**: Fixed an issue when generating the TypeScript definition for the preferences when one of their descriptions contained `*/` + ## 1.87.0 - 2024-12-04 ### ✨ New