From 87ff478e50fd967c8a7ad8b71941381329e8e085 Mon Sep 17 00:00:00 2001 From: Adam Miedema Date: Sat, 26 Apr 2025 22:13:02 -0500 Subject: [PATCH 1/4] chore: add mention that os must support gui (#37) --- content/0.getting started/0.download.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/0.getting started/0.download.md b/content/0.getting started/0.download.md index c8c7854..fc4e87f 100644 --- a/content/0.getting started/0.download.md +++ b/content/0.getting started/0.download.md @@ -4,9 +4,10 @@ description: Download Msty for Windows, Mac, and Linux navTruncate: false --- -Find the right Msty installer for your operating system and hardware. Whether you're on Windows, Mac, or Linux, we offer versions optimized for both CPU and GPU setups. +Find the right Msty installer for your operating system and hardware. Whether you're on Windows, Mac, or Linux, we offer versions optimized for both CPU and GPU setups. Ensure your OS supports running a GUI application. ::tabs{variant="card" sync="download-os"} + ::div{label="Windows" icon="iconoir:windows"} ### Windows Choose between two versions depending on your hardware. From 459f69e3a4ece17a3db7e507d4551daaa7789287 Mon Sep 17 00:00:00 2001 From: Adam Miedema Date: Tue, 29 Apr 2025 18:23:02 -0600 Subject: [PATCH 2/4] chore: add missing command for updating local ai for Linux (#39) --- .../get the latest version of local ai service.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/2.how-to guides/get the latest version of local ai service.md b/content/2.how-to guides/get the latest version of local ai service.md index 961baa9..d1cb9b8 100644 --- a/content/2.how-to guides/get the latest version of local ai service.md +++ b/content/2.how-to guides/get the latest version of local ai service.md @@ -51,6 +51,10 @@ If you are unable to download the latest version of Local AI service using this 3. Once downloaded, unzip and move `bin` and `lib` directories to `~/.config/Msty/` 4. Rename `ollama` executable under `bin` to `msty-local` 5. Open Terminal and run the following command to make the file executable: + + ```sh + chmod +x ~/.config/Msty/bin/msty-local + ``` #### Additional config for AMD ROCmâ„¢ GPU users only: 1. Go to releases page on the Ollama repository: https://github.com/ollama/ollama/releases From eccdf73404c93a65f7d14d08dcb8a9c715cfcd92 Mon Sep 17 00:00:00 2001 From: Adam Miedema Date: Tue, 6 May 2025 10:33:17 -0600 Subject: [PATCH 3/4] chore: add advanced search doc (#41) --- content/1.features/advanced-search.md | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 content/1.features/advanced-search.md diff --git a/content/1.features/advanced-search.md b/content/1.features/advanced-search.md new file mode 100644 index 0000000..148deea --- /dev/null +++ b/content/1.features/advanced-search.md @@ -0,0 +1,50 @@ +--- +title: Advanced Search +description: Search through conversations with advanced search +navTruncate: false +--- + +Looking for a past conversation? Msty offers search options for searching through conversation titles and content. + +The Free plan includes basic search only, while the Aurum plan includes advanced search options that allow you to search through all conversations, including the content of the conversations. + +## Basic Search + +Basic search is available in the Free plan. It allows you to search through conversation titles only. + + +## Advanced Search :aurum-tag + +Advanced search is available in the Aurum plan and allows you to search through all conversations, including the content of the conversations. + +There are a few ways you can perform an advanced search. You can select a search method from the ellipsis menu. + +### Fuzzy Search + +Fuzzy search will search through conversation titles and looks for similar words, not just exact matches. + +Such as, if there is a typo in a title, fuzzy search may still be able to find it as long as the misspelled word has enough overlap with the fuzzy search keywords. + + + +### Match Case +Match case search will look for exact matches of the search keywords. + +Match Case searches through the conversation body only and does not include titles. + +### Full-text Search + +This method matches all words by default, is case-insensitive, and order of words does not matter. + +Full-text searches through conversations body only and does not include titles. + +#### Helpful tips: +- Use an asterisk (\*) to search for partial words. For example, searching for "chat*" will return results that contain "chat", "chats", "chatbot", etc. +- Use 'OR' to search for multiple words. For example, searching for "chat OR bot" will return results that contain either "chat" or "bot". +- Use double quotes to search for an exact phrase. For example, searching for "chat bot" will return results that contain the exact phrase "chat bot". +- Use "" to escape special characters. For example, searching for "chat \*bot" will return results that contain the exact phrase "chat *bot". + + +### Re-index Search + +Re-index search will re-index all conversations. This is a great way to ensure that your searches are up to date and accurate. From a4785ebac350a88ade231fb1bcabf95a9a13eac7 Mon Sep 17 00:00:00 2001 From: Adam Miedema Date: Wed, 9 Jul 2025 10:46:54 -0600 Subject: [PATCH 4/4] chore: add encryption error for license act docs --- content/3.troubleshooting/license-activation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/3.troubleshooting/license-activation.md b/content/3.troubleshooting/license-activation.md index 7b81d17..226685a 100644 --- a/content/3.troubleshooting/license-activation.md +++ b/content/3.troubleshooting/license-activation.md @@ -70,6 +70,15 @@ NODE_TLS_REJECT_UNAUTHORIZED=0 /Applications/Msty.app/Contents/MacOS/Msty :: +## Encryption error + +If you encounter an "... Encryption is not available" error when trying to activate your license, it may be due to one of the following reasons: +1. You don't have a keychain setup on your system. +2. Your keychain is not enabled. +3. If you are running KDE, ensure the kwallet is enabled and running. + +Please investigate these possibilities to resolve the issue. + --- If you still have issues activating your license, please reach out on our Discord server for support.