Releases: 10Nates/ollama-autocoder
0.1.0
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.10...0.1.0
0.0.10
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.8...0.0.10
0.0.8
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.7...0.0.8
0.0.7
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.6...0.0.7
0.0.6
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
New Contributors
- @Huftierchen made their first contribution in #4
Full Changelog: 0.0.5...0.0.6
0.0.5
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.4...0.0.5
0.0.4
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.3...0.0.4
0.0.3
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:
- https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder
- https://open-vsx.org/extension/10nates/ollama-autocoder
Full Changelog: 0.0.2...0.0.3
0.0.2
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
First release. Expect bugs I have not found.
Available at https://marketplace.visualstudio.com/items?itemName=10nates.ollama-autocoder