Skip to content

Releases: srikanth235/privy

v0.2.8

22 Feb 13:19
Compare
Choose a tag to compare

Added

  • Autocompletion support for Perl language.
  • Added timestamps for autocompletion and chat logs.

v0.2.7

10 Feb 10:09
Compare
Choose a tag to compare

Fixed

  • Autocompletion now honors the Ollama provider url.

v0.2.6

08 Feb 11:11
Compare
Choose a tag to compare

Added

  • Enabling hotkey (Cmd + c for Mac and Alt + c for Windows/Linux) for manually triggering code completions.

v0.2.5

06 Feb 15:01
Compare
Choose a tag to compare

Fixed

  • Simplified README content

v0.2.3

03 Feb 10:47
Compare
Choose a tag to compare

What's changed

  • Changing version number to match VSCode requirements.

v0.2.2.1

03 Feb 10:42
Compare
Choose a tag to compare

Fixed

  • Downgrading modelfusion library as it broke the plugin.

0.2.2

03 Feb 10:17
Compare
Choose a tag to compare

Fixed

  • Added system prompt for better prompt performance.
  • Bumped up modelfusion library version.

Full Changelog: 0.2.1...0.2.2

v0.2.1

02 Feb 07:53
Compare
Choose a tag to compare

Fixed

  • Fixing cold start issues in chat panel.
  • Disabling poorly designed edit and custom chat functionalities.

v0.2.0

01 Feb 12:27
Compare
Choose a tag to compare

Added

  • Support for inline code completions. Current LLMs supported for autocompletion are CodeLLama, StableCode & DeepSeek.

v0.1.6

26 Jan 08:55
Compare
Choose a tag to compare

Added

  • Added support for configuring custom Ollama models.
  • Enabled support for DeepSeekCoder models.
  • Easy access to settings via icon on top-right of the chat pane.

New Contributors