@dubeyvishal/orbital-cli 1.0.6 → 1.0.7
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 +3 -3
- package/package.json +2 -3
- package/images/pic1.png +0 -0
- package/images/pic2.png +0 -0
- package/images/pic3.png +0 -0
package/README.md
CHANGED
|
@@ -9,13 +9,13 @@ Built with **Next.js**, **Node.js**, **Express**, and **Commander.js**, with sec
|
|
|
9
9
|
## 📸 Project Screenshots
|
|
10
10
|
|
|
11
11
|
### 🔐 Orbital Login Screen
|
|
12
|
-

|
|
13
13
|
|
|
14
14
|
### 🛠️ Orbital Wakeup – Tools Loaded
|
|
15
|
-

|
|
16
16
|
|
|
17
17
|
### 🤖 Agentic Mode
|
|
18
|
-

|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dubeyvishal/orbital-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
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",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"files": [
|
|
13
13
|
"server/src",
|
|
14
14
|
"server/prisma",
|
|
15
|
-
"README.md"
|
|
16
|
-
"images"
|
|
15
|
+
"README.md"
|
|
17
16
|
],
|
|
18
17
|
"publishConfig": {
|
|
19
18
|
"access": "public"
|
package/images/pic1.png
DELETED
|
Binary file
|
package/images/pic2.png
DELETED
|
Binary file
|
package/images/pic3.png
DELETED
|
Binary file
|