@linzumi/cli 0.0.48-beta → 0.0.50-beta
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 +14 -15
- package/dist/index.js +10170 -4196
- package/docs/images/signup-mission-control.png +0 -0
- package/docs/images/signup-terminal.png +0 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
║║ \"/` ___ ;_________║║_.'
|
|
17
17
|
║║ ` ^^ ^^ ║║
|
|
18
18
|
──────────╨╨─────────────··────··────────╨╨──────────────
|
|
19
|
-
|
|
19
|
+
secure mission control for all your agents on your computers
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
**Linzumi is a lightweight, Slack-like chat built for native AI
|
|
@@ -30,18 +30,16 @@ Ship more, regret less.
|
|
|
30
30
|
Paste this into your terminal:
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
|
|
34
|
-
-c sandbox_workspace_write.network_access=true \
|
|
35
|
-
--ask-for-approval never \
|
|
36
|
-
--sandbox danger-full-access \
|
|
37
|
-
-- 'Curl https://linzumi.com/agents.md and then get me to "wow"'
|
|
33
|
+
npx -y @linzumi/cli@latest signup
|
|
38
34
|
```
|
|
39
35
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+

|
|
37
|
+
|
|
38
|
+

|
|
39
|
+
|
|
40
|
+
Linzumi will ask for your email, send you a sign-in code, help you pick
|
|
41
|
+
the repos where Codex may work, start useful first tasks, and open
|
|
42
|
+
Mission Control in your browser with the work already running.
|
|
45
43
|
|
|
46
44
|
## Why a CLI
|
|
47
45
|
|
|
@@ -63,7 +61,8 @@ Install the CLI or run it with `npx`:
|
|
|
63
61
|
|
|
64
62
|
```bash
|
|
65
63
|
npm install -g @linzumi/cli@latest
|
|
66
|
-
npx -y @linzumi/cli@
|
|
64
|
+
npx -y @linzumi/cli@latest signup
|
|
65
|
+
npx -y @linzumi/cli@0.0.50-beta --version
|
|
67
66
|
linzumi --version
|
|
68
67
|
```
|
|
69
68
|
|
|
@@ -82,9 +81,9 @@ linzumi start ~/code/my-app --allowed-cwd <paths>
|
|
|
82
81
|
|
|
83
82
|
## Agent-first launch path
|
|
84
83
|
|
|
85
|
-
The fastest path is
|
|
86
|
-
|
|
87
|
-
first visible Coding agent
|
|
84
|
+
The fastest path is the `npx -y @linzumi/cli@latest signup` command
|
|
85
|
+
above. It signs you in, lets you trust local projects, connects the
|
|
86
|
+
Commander, and starts the first visible Coding agent threads.
|
|
88
87
|
|
|
89
88
|
## What just happened
|
|
90
89
|
|