Skip to content

Commit 036f96d

Browse files
committed
(rel)v0.5.1
1 parent f6ac809 commit 036f96d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

vscode/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "commanddash" extension will be documented in this fi
44

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

7+
## [0.5.1]
8+
- Replacing CLI with REST APIs to interact with model
9+
- Crashing fixes
10+
711
## [0.5.0]
812
- User Experience Improvements
913

vscode/package-lock.json

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fluttergpt",
33
"displayName": "CommandDash: Assist for Packages, SDKs, APIs and Github",
44
"description": "Only AI Copilot to integrate libraries with expert agents",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"publisher": "WelltestedAI",
77
"icon": "media/icon.png",
88
"engines": {

0 commit comments

Comments
 (0)