Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devchat-ai/devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://github.com/devchat-ai/devchat

ai chatgpt gpt-4 programming python software-development software-engineering vscode-extension

Last synced: about 2 months ago
JSON representation

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.

Awesome Lists containing this project

README

        

![devchat](https://github.com/devchat-ai/devchat/assets/592493/f39979fe-fe32-410b-bf9d-2118ac8ea3d5)

# DevChat: Intelligent Scripts that Streamline Your Dev Workflows

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![CircleCI](https://circleci.com/gh/devchat-ai/devchat/tree/main.svg?style=shield)](https://circleci.com/gh/devchat-ai/devchat/tree/main)
[![GitHub license](https://img.shields.io/github/license/devchat-ai/devchat.svg)](https://github.com/devchat-ai/devchat/blob/main/LICENSE)
[![Downloads](https://pepy.tech/badge/devchat)](https://pepy.tech/project/devchat)
[![PyPI version](https://badge.fury.io/py/devchat.svg)](https://badge.fury.io/py/devchat)
[![Discord Chat](https://img.shields.io/discord/1106908489114206309?logo=discord)](https://discord.gg/9t3yrbBUXD)

### Harness AI-Powered Scripts in Your IDE with a Dynamic Chat GUI

#### 🧩 Develop AI-powered scripts in a unified framework with minmized efforts to handle IDEs and LLMs.

#### 🛠️ Tailor the AI coding assistant to align perfectly with your specific needs.

#### ✨ Elevate your text chats with a dynamic, Markdown-rendered GUI for enhanced interaction.

## What is DevChat?

DevChat is an open-source workflow engine that enables developers to craft scripts for:
- Engaging with users through a chat panel within their IDEs, facilitating the completion of development tasks.
- Creating intelligent, automated workflows for these tasks, utilizing the full potential of various large language models (LLMs).

DevChat combines the flexibility of script writing, the cutting-edge capabilities of latest AI models, and an enriched user experience through intuitive chat GUI.

## Why DevChat?

While numerous AI coding tools exist, many still struggle to adeptly handle nuanced scenarios inherent in bespoke development processes. For instance, your team might adhere to a specific coding format that existing products don't support configuration for. Or, you desire an automated workflow to run tests and, upon encountering an error, allow AI to attempt a fix, but only once to avoid likely subsequent failures. Such specific functionalities are often not fully realized in available products.

At its core, we believe that the creativity and productivity of developers are yet to be fully unleashed. Our aim with DevChat is to simplify the integration of AI in software development to the level of writing a script, thereby unlocking new possibilities for developers.

## Showcase


Watch the video

Source code of the intelligent scripts in the above video:
- Generate unit tests of a function: [/unit_tests](https://github.com/devchat-ai/workflows/tree/main/unit_tests).
- Write a well-formatted commit message: [/commit](https://github.com/devchat-ai/workflows/tree/main/commit).
- Automatically rename poorly-named local variables for improved readability: [/refactor.names](https://github.com/devchat-ai/workflows/tree/main/refactor/names).

## Core Features

### IDE Chat Panels

- [Visual Studio Code extension](https://github.com/devchat-ai/devchat-vscode) from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=merico.devchat).

- [IntelliJ Platform plugin](https://github.com/devchat-ai/devchat-intellij) from [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/23258-devchat).

### ChatMark

Documentation: https://docs.devchat.ai/chatmark-markdown-spec.

### IDE Services

## Quick Start

For GUI, install our [IDE extension or plugin](https://docs.devchat.ai/quick-start/installation).

For CLI:
- Install Python 3.8+ and [pip](https://pip.pypa.io/en/stable/installation/).
- Install DevChat by running: `pip install devchat`.
- Set your [OpenAI API Key](https://platform.openai.com/account/api-keys) by running `export OPENAI_API_KEY="[sk-...]"` (or DevChat access key).
- To access help, use the command: `devchat --help` or `devchat prompt --help`.

## Contributing

- Repositories:
- The core library and CLI: https://github.com/devchat-ai/devchat
- System default workflows: https://github.com/devchat-ai/workflows
- Visual Studio Code extension: https://github.com/devchat-ai/devchat-vscode
- IntelliJ Platform plugin: https://github.com/devchat-ai/devchat-intellij

- Issues and pull request are welcome: https://github.com/devchat-ai/devchat/issues

- Join our [Discord](https://discord.gg/9t3yrbBUXD)!

## What is Prompt-Centric Software Development (PCSD)?

- The traditional code-centric paradigm is evolving. Stay ahead of the curve with DevChat.

- Write prompts to create code. Transform prompts into all the artifacts in software engineering.

image

(This image is licensed by devchat.ai under a Creative Commons Attribution-ShareAlike 4.0 International License.)

- We like to call it DevPromptOps

image

(This image is licensed by devchat.ai under a Creative Commons Attribution-ShareAlike 4.0 International License.)

## Contact

Email: [email protected]

We are creators of [Apache DevLake](https://devlake.apache.org/).