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.