Skip to content

Releases: MassimilianoPasquini97/raycast_ollama

2024-08-05

06 Aug 05:21
647d08f
Compare
Choose a tag to compare

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

20 Jun 17:06
Compare
Choose a tag to compare

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

19 Jun 20:40
Compare
Choose a tag to compare

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

03 Jun 12:51
Compare
Choose a tag to compare

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

12 Mar 08:47
Compare
Choose a tag to compare

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

02 Mar 07:43
Compare
Choose a tag to compare

What's Changed

  • [Improvement] [@AlexMcDermott] Screenshot on Clipboard can now be used on Chat with Ollama and Describe Content of Image.
  • [BugFix] Fixed error causing ModelView not

New Contributors

Full Changelog: 2024-01-24...2024-03-02

Available at Raycast Store

2024-01-24

24 Jan 09:03
Compare
Choose a tag to compare
  • 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

13 Jan 07:19
Compare
Choose a tag to compare
  • 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

11 Jan 10:40
Compare
Choose a tag to compare
  • Command 'Translate': now is required to specify the destination language.

Available at Raycast Store

2024-01-02

02 Jan 15:18
Compare
Choose a tag to compare
  • 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