@linzumi/cli 1.0.174 → 1.0.176
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 +2 -2
- package/dist/impl-res/index.js +125 -125
- package/dist/impl-ts/index.js +394 -394
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ Install the CLI or run it with `npx`:
|
|
|
58
58
|
```bash
|
|
59
59
|
npm install -g @linzumi/cli@latest
|
|
60
60
|
npx -y @linzumi/cli@latest signup
|
|
61
|
-
npx -y @linzumi/cli@1.0.
|
|
61
|
+
npx -y @linzumi/cli@1.0.176 --version
|
|
62
62
|
linzumi --version
|
|
63
63
|
```
|
|
64
64
|
|
|
@@ -122,7 +122,7 @@ Commander, and starts the first visible Coding agent threads.
|
|
|
122
122
|
|
|
123
123
|
Linzumi keeps the browser/chat surface separate from the local work
|
|
124
124
|
surface. The CLI authenticates your local Commander, publishes runner
|
|
125
|
-
capabilities, and lets
|
|
125
|
+
capabilities, and lets Linzumi ask that Commander to start Codex inside
|
|
126
126
|
trusted folders only.
|
|
127
127
|
|
|
128
128
|
## MCP for coding agents
|