@untools/devflow 0.2.8 → 0.2.10
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 +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# @untools/devflow - Copilot-Powered DevOps Agent
|
|
2
2
|
|
|
3
|
-
The self-hosted CLI agent for **DevFlow** - powered by the **GitHub Copilot CLI** and **GitHub Copilot SDK
|
|
3
|
+
The self-hosted CLI agent for **DevFlow** - powered by the **GitHub Copilot CLI** and **GitHub Copilot SDK**.
|
|
4
4
|
|
|
5
5
|
Install this CLI tool on your local machine or server to execute AI-driven development tasks securely on your own infrastructure, leveraging the full power of GitHub Copilot.
|
|
6
6
|
|
|
7
7
|
## What is DevFlow?
|
|
8
8
|
|
|
9
|
-
DevFlow is a
|
|
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.
|
|
@@ -352,4 +356,4 @@ MIT License - see LICENSE file for details
|
|
|
352
356
|
|
|
353
357
|
**Made with ❤️ for developers by the DevFlow team**
|
|
354
358
|
|
|
355
|
-
Built
|
|
359
|
+
Built with GitHub Copilot CLI for the [GitHub Copilot CLI Challenge](https://dev.to/devteam/join-the-github-copilot-cli-challenge-win-github-universe-tickets-copilot-pro-subscriptions-and-50af?bb=260467)
|