Skip to content

Releases: 10Nates/ollama-autocoder

0.1.0

09 Oct 23:46
84b0e99
Compare
Choose a tag to compare

Tenth release

This project has gotten to a fairly stable state so I am bumping the version from patch to minor. This still doesn't feel enough like a product to be bumped to major.

  • Significantly improved error handling, addresses show error toasts #9
  • Max context window is no longer hardcoded (had been so due to previous optimization)
  • Defaults have been changed based on newly released LLMs. If you didn't change from the defaults, this will mean downloading a new model.

Available at:

Full Changelog: 0.0.10...0.1.0

0.0.10

11 Jun 04:08
cc9e60f
Compare
Choose a tag to compare

Ninth release

  • I screwed up the publishing so I had to skip a version number. My bad.
  • Changed a lot of defaults around to reflect the newer models
  • Ollama can now to shrink memory usage to only what is used on supported models.
  • Now Mentions the default model in the README because some people don't like rummaging through settings, which is reasonable.

Available at:

Full Changelog: 0.0.8...0.0.10

0.0.8

11 Mar 18:52
207e4ff
Compare
Choose a tag to compare

Eighth release

  • Removed settings (no more system message or raw option) (BREAKS YOUR OLD SETTINGS)
  • Added new "message header" setting to replace system message - this provides better results compared to the previous method.
  • Added temperature setting (I hadn't exposed that beforehand)
  • added environmental context within message header (language, file name, workplace name)
  • extended default generation windows

Available at:

Full Changelog: 0.0.7...0.0.8

0.0.7

28 Jan 03:53
72003d9
Compare
Choose a tag to compare

Seventh release

  • Fix with battery drain due to near constant running when typing
  • More reliable user input detection (less random stops)
  • Additions are now highlighted by the cursor allowing easy undo and manipulation
  • New settings
  • Updated README to reflect new settings

Available at:

Full Changelog: 0.0.6...0.0.7

0.0.6

09 Jan 20:35
3689852
Compare
Choose a tag to compare

Sixth release

Expect bugs I have not found.

  • added preview max tokens settings
  • fixed api endpoint typo making it impossible to change endpoint
  • fixed raw input setting not being honored in preview
  • Updated license year (I forgor 💀)

Available at:

New Contributors

Full Changelog: 0.0.5...0.0.6

0.0.5

06 Jan 23:38
5153544
Compare
Choose a tag to compare

Fifth release. Expect bugs I have not found.

  • User can now change completion key in settings
  • New response preview for inline completion
  • Updated README

Available at:

Full Changelog: 0.0.4...0.0.5

0.0.4

27 Dec 01:15
916c2c8
Compare
Choose a tag to compare

Fourth release. Expect bugs I have not found.

  • Improved product page significantly
  • Consolidated internal command into external command
  • Added cancel on user input

Available at:

Full Changelog: 0.0.3...0.0.4

0.0.3

21 Dec 06:57
e4ee5d6
Compare
Choose a tag to compare

Third release. Expect bugs I have not found.

  • removed the option I added in 0.0.2 because it didn't really work very well
  • removed trigger on newline because it kept bugging me so it probably would bug other people too
  • added "Autocomplete with Ollama" to command pallete
  • changed settings to not have dashes in them, likely breaking change

Available at:

Full Changelog: 0.0.2...0.0.3

0.0.2

21 Dec 02:28
b095396
Compare
Choose a tag to compare

Second release. Expect bugs I have not found.

  • fixed bug with insertion of code in the center of a document causing overwriting
  • clarified some descriptions
  • added new option

Available at https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder

0.0.1

21 Dec 01:12
8cf6565
Compare
Choose a tag to compare

First release. Expect bugs I have not found.

Available at https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder