Skip to content

Releases: mnismt/codyplusplus

v0.4.0

30 Mar 14:26
Compare
Choose a tag to compare
  • 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

    image

    • Supported LLM Providers:
      • OpenAI
      • Gemini
      • OpenAI-compatible

    image

    • Select and switch between available models for each provider using the "Select LLM (switch model)" command.

    • Google Gemini Models

      image

    • OpenAI-compatible (Groq, Ollama, etc.) (example: Groq)

      groq(openai-compatible)

v0.3.2

26 Mar 10:35
Compare
Choose a tag to compare
  • New: Add Telemetry to track folder counts
  • Security: Remove release-it.sh from the bundle (added to .vscodeignore)

v0.3.1

28 Feb 01:34
Compare
Choose a tag to compare
  • Fix: Telemetry doesn't track file count for "Add Files to Cody (Smart)"
  • Fix: Add ignoreFocusOut to prevent the input box from disappearing in the "Add Files to Cody (Smart)" command

v0.3.0

27 Feb 15:50
Compare
Choose a tag to compare
  • 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

image

v0.2.1

08 Jan 14:40
Compare
Choose a tag to compare
  • Add welcome message to the custom commands tree view when no commands are added

WelcomeImage

v0.2.0

04 Jan 02:42
Compare
Choose a tag to compare
  • 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

v0.1.3

23 Oct 09:42
Compare
Choose a tag to compare
  • Add support for excluding folders from being added to Cody (#8)
v0.1.3.mp4

v0.1.2

15 Oct 16:45
a0cc8c3
Compare
Choose a tag to compare

What's Changed

  • Create FUNDING.yml by @mnismt in #7
  • Introduce a new logo that is distinct from the original Cody
    codypp-logo

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jun 02:47
Compare
Choose a tag to compare

What's Changed

  • Implement file watcher for hot-reloading and command execution by @mnismt in #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Jun 05:18
5ba9b12
Compare
Choose a tag to compare

What's Changed

  • #1 - Implement Cody Custom Management by @mnismt in #3

Full Changelog: v0.0.1...v0.1.0