Skip to content

Commit f6ac809

Browse files
committedSep 9, 2024
Merge branch 'rel-0.5.0' into develop
2 parents 6bee80f + 308f830 commit f6ac809

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed
 

‎vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.0]
8+
- User Experience Improvements
9+
10+
## [0.4.9]
11+
- Set minimum VSCode engine to 1.77.0
12+
713
## [0.4.8]
814
- Don't ask for Gemini API Key
915
- Removed google generative ai package dependencies

‎vscode/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<div align="center">
2-
<h3>Integrate APIs, SDKs or Packages with AI Agents</h3>
2+
<h3>Integrate Packages and SDKs with AI Agents</h3>
33

44
[![VScode Downloads](https://img.shields.io/visual-studio-marketplace/d/WelltestedAI.fluttergpt)](https://marketplace.visualstudio.com/items?itemName=WelltestedAI.fluttergpt&ssr=false#overview) [![VScode version](https://img.shields.io/visual-studio-marketplace/v/WelltestedAI.fluttergpt)](https://marketplace.visualstudio.com/items?itemName=WelltestedAI.fluttergpt&ssr=false#overview) [![License: APACHE](https://img.shields.io/badge/License-APACHE%202.0-yellow)](/LICENSE)
55
</div>
66
<img src="/assets/docs/poster.jpg"></a>
77

88
-----------------
9-
CommandDash is a marketplace of AI agents that are expert at integrating APIs and SDKs.
9+
CommandDash is a marketplace of AI agents that are expert at integrating Packages and SDKs.
1010

1111
Dash Agents are trained on the latest documentation, examples and issues enabling you to integrate any library without reading its docs by generating integration code contextualized to your codebase.
1212

1313
##### ✨ Skip the documentation
1414
##### 🤝 Supports all languages
1515
##### 👨🏼‍💻 Free for every developer
1616

17-
Currently in Beta, CommandDash is being built in [open-sourced](https://github.com/CommandDash/commanddash) with the community.
17+
CommandDash is being built in [open-sourced](https://github.com/CommandDash/commanddash) with the community.
1818

1919
-----------------
2020

@@ -54,19 +54,19 @@ Note: Commands are optionally offered by agents depending on the usecase.
5454

5555
## Contributing
5656

57-
CommanDash is hub of AI agents on docs of any APIs, SDKs and more.
57+
CommanDash is hub of AI agents on docs of any Packages, SDKs and Github Libraries.
5858

5959
You can suggest agents to add to the marketplace, or contribute to the VSCODE or IntelliJ extension or also to the shared [engine](https://github.com/CommandDash/packages).
6060

6161
- **File feature requests**: Suggest features that'll make your development process easier in the [issues board](https://github.com/CommandDash/commanddash//issues).
6262

6363
- **Pick up open issues**: Pick up and fix existing issues open to the community in [issues board](https://github.com/CommandDash/commanddash/issues).
6464

65-
- **Request agents in the marketplace**: You can submit requests to add agents for your most used APIs or SDKs. [Fill Form](https://airtable.com/app22SBaii3xYD5aR/shrLv4mDsEtnFjmtj).
65+
- **Create agents in the marketplace**: You can create agents for any Packages or SDKs in one-click. [Create Here](https://app.commanddash.io/?create=true).
6666

6767
## Community
6868

69-
Do you love devtools but hate documentation? Join our community and help developers build without leaving their IDE: [Join Now](https://join.slack.com/t/welltested-ai/shared_invite/zt-25u09fty8-gaggH9HbmopB~4tialTrlA) 👋🏼
69+
Do you love devtools but hate documentation? Join our community and help developers build without leaving their IDE: [Join Now](https://discord.gg/szUCAnrsHQ) 👋🏼
7070

7171
## License
7272

‎vscode/package-lock.json

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vscode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "fluttergpt",
3-
"displayName": "CommandDash: AI Agents for APIs, SDKs and more",
4-
"description": "AI assist to integrate 1000+ libraries with expert agents from marketplace",
5-
"version": "0.4.8",
3+
"displayName": "CommandDash: Assist for Packages, SDKs, APIs and Github",
4+
"description": "Only AI Copilot to integrate libraries with expert agents",
5+
"version": "0.5.0",
66
"publisher": "WelltestedAI",
77
"icon": "media/icon.png",
88
"engines": {
9-
"vscode": "^1.82.0"
9+
"vscode": "^1.77.0"
1010
},
1111
"repository": {
1212
"url": "https://github.com/CommandDash/commanddash"

0 commit comments

Comments
 (0)