We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f956a commit 4775371Copy full SHA for 4775371
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.4.0] - 2025-03-30
6
+
7
- Add Gemini provider
8
- Refactor OpenAI provider to OpenAI & OpenAI-compatible for better configuration
9
- Significantly improve tests coverage
package.json
@@ -3,7 +3,7 @@
"displayName": "Cody++",
"description": "Enhances Cody AI with additional files control and custom command features",
"publisher": "mnismt",
- "version": "0.3.2",
+ "version": "0.4.0",
"license": "MIT",
"icon": "resources/cody-plus-plus.png",
"homepage": "https://github.com/mnismt/codyplusplus",
@@ -272,4 +272,4 @@
272
"zod": "^3.23.8"
273
},
274
"packageManager": "pnpm@9.11.0"
275
-}
+}
0 commit comments