@zinley/orion 1.2.16 → 1.2.18
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 +13 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Orion CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Autonomous AI agent for your terminal. Excels at coding, debugging, DevOps, data science, and asset processing (images, videos). Handles complex tasks on your computer with speed and precision comparable to Claude Code. With 200+ tools, Orion CLI delivers the same powerful capabilities as Orion Desktop.
|
|
4
4
|
|
|
5
5
|
<img src="https://github.com/Zinley-dev/orion-cli-1/blob/main/cli-demo.gif?raw=1" />
|
|
6
6
|
|
|
@@ -20,6 +20,18 @@ orion
|
|
|
20
20
|
|
|
21
21
|
**That's it!** No need for `./orion` or any relative paths. The `orion` command works across all directories—run from anywhere, no navigation required.
|
|
22
22
|
|
|
23
|
+
## Multi-Agent Architecture
|
|
24
|
+
|
|
25
|
+
Orion can spawn 2-5 parallel sub-agents to tackle complex tasks simultaneously. Each sub-agent is a full Orion instance with complete tool access, working independently on different aspects of your project.
|
|
26
|
+
|
|
27
|
+
**Capabilities:**
|
|
28
|
+
- Parallel code analysis across multiple modules
|
|
29
|
+
- Concurrent research on different topics
|
|
30
|
+
- Independent security audits across different domains
|
|
31
|
+
- Multi-dimensional debugging and performance analysis
|
|
32
|
+
|
|
33
|
+
**Red Team Review:** For complex modifications (10+ changes), Orion automatically spawns an independent reviewer agent to catch errors, edge cases, and security issues before delivery.
|
|
34
|
+
|
|
23
35
|
## Interactive CLI Integration
|
|
24
36
|
|
|
25
37
|
Orion can interactively use Claude Code, Gemini CLI, or any interactive CLI app—whether AI-powered or not. Just tell Orion what you need, and it will handle it seamlessly. No additional setup required—Orion manages the entire interaction with your favorite tools.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zinley/orion",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.2.18",
|
|
4
|
+
"description": "Autonomous AI agent for your terminal. Excels at coding, debugging, DevOps, data science, and asset processing (images, videos). Handles complex tasks on your computer with speed and precision comparable to Claude Code.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|