From 4ce46b27c81e2de1c30e1b60f3ec814904d8bb84 Mon Sep 17 00:00:00 2001 From: Justyn Shull Date: Sun, 7 Jul 2024 17:50:46 -0500 Subject: [PATCH] Bump version to 0.1.0 --- README.md | 8 ++++---- docs/Installation.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c20c8e8..66a4df4 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ The list below are the commands available in this plugin. - **AI: Summarize Note and open summary**: Uses a built-in prompt to ask the LLM for a summary of either the entire note, or the selected -text. Opens the resulting summary in a temporary right pane. +text. Opens the resulting summary in a temporary right pane. - **AI: Insert Summary**: Uses a built-in prompt to ask the LLM for a summary of either the entire note, or the selected -text. Inserts the summary at the cursor's position. -- **AI: Call OpenAI with Note as context**: Prompts the user for a custom prompt to send to the LLM. If the user has text selected, the selected text is used as the note content. +text. Inserts the summary at the cursor's position. +- **AI: Call OpenAI with Note as context**: Prompts the user for a custom prompt to send to the LLM. If the user has text selected, the selected text is used as the note content. If the user has no text selected, the entire note is used as the note content. The response is streamed to the cursor position. - **AI: Generate tags for note**: Asks the LLM to generate tags for the current note. @@ -317,7 +317,7 @@ For in-development code from the main branch: For the latest "release" code, mostly also still in development for now: ```yaml -- ghr:justyns/silverbullet-ai/0.0.11 +- ghr:justyns/silverbullet-ai/0.1.0 ``` You can also use the `Plugs: Add` command and enter the above url to install. diff --git a/docs/Installation.md b/docs/Installation.md index ed5fa8f..cb2364b 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -13,7 +13,7 @@ For in-development code from the main branch: For the latest "release" code, mostly also still in development for now: ```yaml -- ghr:justyns/silverbullet-ai/0.0.11 +- ghr:justyns/silverbullet-ai/0.1.0 ``` You can also use the `Plugs: Add` command and enter the above url to install.