Releases: MassimilianoPasquini97/raycast_ollama
Releases · MassimilianoPasquini97/raycast_ollama
2024-08-05
What's Changed
- [Improvement] New action "Continue as Chat" on single shot commands allow continuing conversation on "Chat with Ollama".
- [BugFix] Custom commands created before "2024-06-03" update, or with incorrect parameters now display error message instead of crashing.
- [BugFix] Typo fixed on "Make Longer" command.
Full Changelog: 2024-06-20...2024-08-05
Available at Raycast Store
2024-06-20
What's Changed
- Fixed Error
keep alive, error missing unit in duration
on Command 'Create Custom Command'.
Full Changelog: 2024-06-19...2024-06-20
Available at Raycast Store
2024-06-19
What's Changed
- Fixed Error
keep alive, error missing unit in duration
: unit is now required for negative or zero duration time. Use -1s for persistent model on memory or 0s for free up memory immediately.
Full Changelog: 2024-06-03...2024-06-19
Available at Raycast Store
2024-06-03
What's Changed
- Command 'Manage Models': Support for multiple configured Ollama Server, manage and use models from different server.
- Command 'Custom Command': changed prompt format to the Raycast Prompt Explorer one. More details on supported tag on the README.md. WARNING: This change combined with allowing multiple Ollama server feature break all configured custom command so all custom commands need to be reconfigured.
- Command 'Summarize Website': New command that summarize the content of the current web browser tab. For this feature Raycast Browser Extentision is required.
- Command 'Chat with Ollama': Improved UI, combine models from different Ollama Server and use browser content on prompt with Raycast Browser Extentision.
- Added support for keep_alive, you can now chose how many minutes the model must stay on memory.
Full Changelog: 2024-03-12...2024-06-03
Available at Raycast Store
2024-03-12
What's Changed
- [@almoce] Fixed missing first word in answer on
Chat with Ollama
.
New Contributors
Full Changelog: 2024-03-02...2024-03-12
Available at Raycast Store
2024-03-02
What's Changed
- [Improvement] [@AlexMcDermott] Screenshot on Clipboard can now be used on
Chat with Ollama
andDescribe Content of Image
. - [BugFix] Fixed error causing ModelView not
New Contributors
- @AlexMcDermott made their first contribution in #10
Full Changelog: 2024-01-24...2024-03-02
Available at Raycast Store
2024-01-24
- Fixed
Cannot read properties of undefined (reading 'split')
caused by API route '/api/show' responding with empty 'parameters' value for some models.
Available at Raycast Store
2024-01-12
- Command 'Improve Writing': fixed error 'Preferred model is not configured in LocalStorage'.
- Fixed typo on error code 'Prefered model is not configured in LocalStorage'.
Available at Raycast Store
2024-01-11
- Command 'Translate': now is required to specify the destination language.
Available at Raycast Store
2024-01-02
- Command 'Manage Models': fixed bug that cause error
ollama-models | TypeError: Cannot read properties of undefined (reading 'split')
when model show information was undefined. - Command 'Chat With Ollama': fixed bug that cause error
ollama-chat | SyntaxError: Expected ',' or '}' after property value in JSON at position 97
when Ollama chat api response with an unformatted JSON response. - Command 'Manage Models': fixed bug that cause error
ollama-models | SyntaxError: Unexpected non-whitespace character after JSON at position 30
when Ollama pull api response with an unformatted JSON response.
Available at Raycast Store