Releases: mnismt/codyplusplus
Releases · mnismt/codyplusplus
v0.4.0
-
Refactor OpenAI provider to OpenAI & OpenAI-compatible for better configuration
-
Add Gemini provider
-
Add "Select LLM (switch model)" command to switch between models of the selected provider
- Supported LLM Providers:
- OpenAI
- Gemini
- OpenAI-compatible
- Supported LLM Providers:
v0.3.2
v0.3.1
v0.3.0
- New: Add Files to Cody (Smart) command
- Supported Providers: OpenAI-compatible
- Improve the performance of all commands when adding a large number of files to Cody.
- Improve UI for adding custom commands
- Add Telemetry option and update dependencies
- Refactors the extension to use webviews instead of a tree view for displaying custom commands
- Upgraded VS Code API from 1.89.0 to 1.93.0
v0.2.1
v0.2.0
- Add commands "Add File to Cody", "Add Folder to Cody" and "Add Selection to Cody" (#10 - thanks @Yandrik)
- Rename "Add Folder to Cody" to "Add Folder (Recursive) to Cody"
- Add "Add Selected Files (Recursive) to Cody" to recursively add selected multiple files & folders
- Improve UX with progress indicator when adding files