Skip to content

Commit

Permalink
(feat): rel 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Aug 19, 2024
1 parent 3cfdd51 commit 308f830
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 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.5.0]
- User Experience Improvements

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

Expand Down
12 changes: 6 additions & 6 deletions vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<div align="center">
<h3>Integrate APIs, SDKs or Packages with AI Agents</h3>
<h3>Integrate Packages and SDKs with AI Agents</h3>

[![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)
</div>
<img src="/assets/docs/poster.jpg"></a>

-----------------
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.

##### ✨ Skip the documentation
##### 🤝 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.

-----------------

Expand Down Expand Up @@ -54,19 +54,19 @@ 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).

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

- **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

Expand Down
8 changes: 3 additions & 5 deletions vscode/package-lock.json

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

6 changes: 3 additions & 3 deletions vscode/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 308f830

Please sign in to comment.