Skip to content

Releases: fmueller/jarvis

v1.5.0

12 Sep 11:58
Compare
Choose a tag to compare

Added

  • Plain chat command to send a message without code context

Changed

  • Always add selected code to the prompt, even if no flag is provided

Full Changelog: https://github.com/fmueller/jarvis/commits/v1.5.0

v1.4.0

11 Sep 08:50
Compare
Choose a tag to compare

Added

  • Moving token window to respect the context limit

Changed

  • Use LangChain4j as the default LLM framework

Full Changelog: https://github.com/fmueller/jarvis/commits/v1.4.0

v1.3.0

20 Aug 09:08
Compare
Choose a tag to compare

Fixed

  • Compatibility with the latest Jetbrains Platform version

Full Changelog: https://github.com/fmueller/jarvis/commits/v1.3.0

v1.2.0

14 Aug 10:19
Compare
Choose a tag to compare

Added

  • Streaming updates from the LLM
  • Sensible timeouts for the Ollama client

Changed

  • Use LLama 3.1 model

Full Changelog: https://github.com/fmueller/jarvis/commits/v1.2.0

v1.1.0

12 Jul 08:37
Compare
Choose a tag to compare

Added

  • Support for selected code in prompts

Full Changelog: https://github.com/fmueller/jarvis/commits/v1.1.0

v1.0.0

28 Jun 10:39
Compare
Choose a tag to compare

Added

  • Ollama integration to query LLMs
  • Chat interface to list messages and enter a new message
  • Support for rendering Markdown
  • Support for rendering code blocks with syntax highlighting
  • Support for slash commands
  • Command to start a new conversation
  • Help command to list all available commands
  • Support for different themes

Full Changelog: https://github.com/fmueller/jarvis/commits/v1.0.0