From bd8bcbfed547f7abe87c6b1cccb46781537524d0 Mon Sep 17 00:00:00 2001 From: Long Huynh Date: Fri, 12 Jul 2024 21:48:56 -0400 Subject: [PATCH] chore: version 2.3.0 --- README.md | 3 ++- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0534384..ea811b0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Render codeblocks (e.g. Dataview) that can be displayed in your chat view. Use t - **Chat from anywhere in Obsidian:** Chat with your bot from anywhere within Obsidian. - **Customizable bot name:** Personalize the chatbot's name. - **Chatbot renders in Obsidian Markdown:** Receive formatted responses in Obsidian Markdown for consistency. -- **Save current chat history as markdown:** Use the `/save` command in chat to save current conversation. +- **Save and load a chat history as markdown:** Use the `/save` command in chat to save current conversation and `/load` to load a chat history. ## Requirements @@ -104,6 +104,7 @@ To start using the plugin, enable it in your settings menu and insert an API key - `/ref on | off` - Turn on or off reference current note. - `/append` - Append current chat history to current active note. - `/save` - Save current chat history to a note. +- `/load` - List or load a chat history. - `/clear` or `/c` - Clear chat history. - `/stop` or `/s` - Stop fetching response. diff --git a/manifest.json b/manifest.json index a555991..fd33aed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bmo-chatbot", "name": "BMO Chatbot", - "version": "2.2.0", + "version": "2.3.0", "minAppVersion": "1.0.0", "description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.", "author": "Longy2k", diff --git a/package-lock.json b/package-lock.json index b421691..4bfc723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmo-chatbot", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmo-chatbot", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@google/generative-ai": "^0.14.1", diff --git a/package.json b/package.json index f6de7d0..ea7ed28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmo-chatbot", - "version": "2.2.0", + "version": "2.3.0", "description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.", "main": "main.js", "scripts": {