Skip to content

Releases: Plazide/local-ai-code-completion

1.2.0 - General improvements

05 Jan 17:09
Compare
Choose a tag to compare

[1.2.0] - 2024-01-05

Added

  • Config option for generation timeout
  • Config options for baseUrl of Ollama API (enables use of the extension with a remote or local Ollama server)

Changed

  • Improved logging

Fixed

  • Bug where aborting generation would not work

Thanks to @johnnyasantoss for making these changes.

1.1.0 - Extension options

16 Dec 17:44
Compare
Choose a tag to compare

[1.1.0] - 2023-12-16

Added

  • Options for changing model, temperature and top_p parameters. Thanks to @Entaigner for adding this.

1.0.2 - Fix first run issues and switch model

25 Oct 18:04
Compare
Choose a tag to compare

[1.0.2] - 2023-10-25

Changed

  • Switched model to codellama:7b-code-q4_K_S from codellama:7b-code. This noticeably increases generation speed.

Fixed

  • Ollama server seemingly not starting when triggering generation for the first time.

1.0.1 - Fix cancellation behavior

23 Oct 20:32
Compare
Choose a tag to compare

[1.0.1] - 2023-10-23

Added

  • Additional usage instructions in README.

Fixed

  • Escape key locked to abort generation, causing other escape key functions, such as closing intellisense, to not work.
  • Cancel button in progress notification not working.

1.0.0 - Initial release

23 Oct 20:30
Compare
Choose a tag to compare

Initial release with basic code completion.