@untools/devflow 0.2.9 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,11 @@ Install this CLI tool on your local machine or server to execute AI-driven devel
|
|
|
6
6
|
|
|
7
7
|
## What is DevFlow?
|
|
8
8
|
|
|
9
|
-
DevFlow is a platform that orchestrates AI-powered development workflows.
|
|
9
|
+
DevFlow is a platform that orchestrates AI-powered development workflows.
|
|
10
|
+
|
|
11
|
+
- Create a DevFlow account - [Sign up](https://devflow.aevr.space),
|
|
12
|
+
- Connect your GitHub Sources and Communication Channels (Slack, Telegram),
|
|
13
|
+
- Then use the **@untools/devflow** CLI to execute complex development tasks right from your machine.
|
|
10
14
|
|
|
11
15
|
It acts as a bridge between your infrastructure and the AI, utilizing:
|
|
12
16
|
|
|
@@ -16,7 +20,7 @@ It acts as a bridge between your infrastructure and the AI, utilizing:
|
|
|
16
20
|
**Key Features:**
|
|
17
21
|
|
|
18
22
|
- 🤖 **Copilot-Powered Workflows**: Fix bugs, implement features, and explain code using GitHub Copilot's intelligence.
|
|
19
|
-
- 🔒 **Self-hosted & Secure**: Code never leaves your machine.
|
|
23
|
+
- 🔒 **Self-hosted & Secure**: Code never leaves your machine.
|
|
20
24
|
- 📱 **ChatOps**: Control your dev environment from Slack or Telegram.
|
|
21
25
|
- 🔗 **GitHub Integration**: Deep integration with repositories, issues, and PRs.
|
|
22
26
|
- ⚡ **Real-time Tasks**: Execute long-running tasks with live progress updates.
|