@directed/cli 0.1.2 → 0.1.4
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 +12 -4
- package/dist/cli.js +2891 -1680
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,8 +29,10 @@ Requires **tmux** (`brew install tmux`) and Node 20+. macOS/Linux.
|
|
|
29
29
|
|
|
30
30
|
## Sign in
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
Sharing requires a Directed account. When sign-in is needed, press Enter in the
|
|
33
|
+
terminal to open the browser; completing sign-in returns to the original
|
|
34
|
+
session automatically. Use `--no-chat` for a local session. `directed login` /
|
|
35
|
+
`directed logout` remain available for explicit account management.
|
|
34
36
|
|
|
35
37
|
## Help
|
|
36
38
|
|
|
@@ -71,8 +73,14 @@ chat back up.
|
|
|
71
73
|
|
|
72
74
|
## Updating
|
|
73
75
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
+
A newer version existing is not a reason to interrupt you. The hub asks for an
|
|
77
|
+
upgrade only when this version is too old for it to work with, and it says so
|
|
78
|
+
when a shared session is opened, before the coding agent starts. Upgrade or
|
|
79
|
+
exit; after upgrading, the original command resumes automatically.
|
|
80
|
+
|
|
81
|
+
The upgrade updates the copy you installed, the way you installed it — npm
|
|
82
|
+
stays npm, the installer stays the installer. Explicit `--no-chat` sessions run
|
|
83
|
+
locally and are never asked, and `directed upgrade` is always available.
|
|
76
84
|
|
|
77
85
|
## Security
|
|
78
86
|
|