@dubeyvishal/orbital-cli 1.0.8 β 1.0.9
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 +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,21 @@ Start Orbital:
|
|
|
22
22
|
|
|
23
23
|
------------------------------------------------------------------------
|
|
24
24
|
|
|
25
|
+
## πΈ Project Screenshots
|
|
26
|
+
|
|
27
|
+
### π Orbital Login Screen
|
|
28
|
+

|
|
29
|
+
|
|
30
|
+
### π οΈ Orbital Wakeup β Tools Loaded
|
|
31
|
+

|
|
32
|
+
|
|
33
|
+
### π€ Agentic Mode
|
|
34
|
+

|
|
35
|
+
|
|
36
|
+
------------------------------------------------------------------------
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
25
40
|
## π Authentication
|
|
26
41
|
|
|
27
42
|
Login once to enable AI features:
|
|
@@ -125,21 +140,6 @@ Search YouTube directly from the terminal.
|
|
|
125
140
|
|
|
126
141
|
Orbital will open the results instantly.
|
|
127
142
|
|
|
128
|
-
------------------------------------------------------------------------
|
|
129
|
-
|
|
130
|
-
## πΈ Project Screenshots
|
|
131
|
-
|
|
132
|
-
### π Orbital Login
|
|
133
|
-
|
|
134
|
-
https://res.cloudinary.com/damw21f39/image/upload/v1773569580/pic1_u0wu0y.png
|
|
135
|
-
|
|
136
|
-
### π Orbital Wakeup
|
|
137
|
-
|
|
138
|
-
https://res.cloudinary.com/damw21f39/image/upload/v1773569581/pic2_mvnpiu.png
|
|
139
|
-
|
|
140
|
-
### π€ Agentic Mode
|
|
141
|
-
|
|
142
|
-
https://res.cloudinary.com/damw21f39/image/upload/v1773569581/pic3_bvidmp.png
|
|
143
143
|
|
|
144
144
|
------------------------------------------------------------------------
|
|
145
145
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dubeyvishal/orbital-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "A fullstack CLI-based AI platform with chat mode, multi-tool agents, and agentic AI workflows. Includes GitHub login with device authorization, secure authentication, and modular clientβserver architecture for building intelligent automation tools.",
|
|
5
5
|
"author": "Vishal Dubey",
|
|
6
6
|
"license": "MIT",
|