diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index f10817c..e1f8e00 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -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.5.0] +- User Experience Improvements + ## [0.4.9] - Set minimum VSCode engine to 1.77.0 diff --git a/vscode/README.md b/vscode/README.md index 12c61a3..427c274 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,12 +1,12 @@
-

Integrate APIs, SDKs or Packages with AI Agents

+

Integrate Packages and SDKs with AI Agents

[![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)
----------------- -CommandDash is a marketplace of AI agents that are expert at integrating APIs and SDKs. +CommandDash is a marketplace of AI agents that are expert at integrating Packages and SDKs. 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. @@ -14,7 +14,7 @@ Dash Agents are trained on the latest documentation, examples and issues enablin ##### 🤝 Supports all languages ##### 👨🏼‍💻 Free for every developer -Currently in Beta, CommandDash is being built in [open-sourced](https://github.com/CommandDash/commanddash) with the community. +CommandDash is being built in [open-sourced](https://github.com/CommandDash/commanddash) with the community. ----------------- @@ -54,7 +54,7 @@ Note: Commands are optionally offered by agents depending on the usecase. ## Contributing -CommanDash is hub of AI agents on docs of any APIs, SDKs and more. +CommanDash is hub of AI agents on docs of any Packages, SDKs and Github Libraries. 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). @@ -62,11 +62,11 @@ You can suggest agents to add to the marketplace, or contribute to the VSCODE or - **Pick up open issues**: Pick up and fix existing issues open to the community in [issues board](https://github.com/CommandDash/commanddash/issues). -- **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). +- **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). ## Community -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) 👋🏼 +Do you love devtools but hate documentation? Join our community and help developers build without leaving their IDE: [Join Now](https://discord.gg/szUCAnrsHQ) 👋🏼 ## License diff --git a/vscode/package-lock.json b/vscode/package-lock.json index 2338026..8bbf02e 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "fluttergpt", - "version": "0.4.9", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fluttergpt", - "version": "0.4.9", + "version": "0.5.0", "dependencies": { "@vscode/extension-telemetry": "^0.8.1", "axios": "^1.4.0", @@ -3776,8 +3776,7 @@ "node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/tsutils": { "version": "3.21.0", @@ -3822,7 +3821,6 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", - "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/vscode/package.json b/vscode/package.json index 8f24a2c..84a986c 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -1,8 +1,8 @@ { "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.9", + "displayName": "CommandDash: Assist for Packages, SDKs, APIs and Github", + "description": "Only AI Copilot to integrate libraries with expert agents", + "version": "0.5.0", "publisher": "WelltestedAI", "icon": "media/icon.png", "engines": {