Skip to content

Commit

Permalink
(rel) 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Jun 29, 2024
1 parent 6cd4e00 commit ad64327
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "commanddash" extension will be documented in this fi

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.4.9]
- Set minimum VSCode engine to 1.77.0

## [0.4.8]
- Don't ask for Gemini API Key
- Removed google generative ai package dependencies
Expand Down
6 changes: 3 additions & 3 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "fluttergpt",
"displayName": "CommandDash: AI Agents for APIs, SDKs and more",
"description": "AI assist to integrate 1000+ libraries with expert agents from marketplace",
"version": "0.4.8",
"version": "0.4.9",
"publisher": "WelltestedAI",
"icon": "media/icon.png",
"engines": {
"vscode": "^1.82.0"
"vscode": "^1.77.0"
},
"repository": {
"url": "https://github.com/CommandDash/commanddash"
Expand Down

0 comments on commit ad64327

Please sign in to comment.