- LLMs are now selectable by querying Ollama APIs
- Markdown views can now use follow-up functions
- Minor refactoring
- It is now possibile to set a language in which the LLM must answer
- Refactoring for LLM httpClient
- Main menu moved to Extensions menu; command are now grouped
- Added multiple programming languages support
- Minor refactorings
- User can now configure a specific LLM to serve each operation
Added new commands to:
- Generate documentation for selected code
- Review selected code to identify issues and improvements
- Visual style revisited
- General refactor
- Implemented command to save the generated code in a
.cs
file, added to the current project - Implemented follow-up prompt to better define LLM response (a91501c)
- General refactor; implemented unit tests generation (fc8af9b)
- First release; code writing and refactor functions enabled (02d319f)