@agora-build/atem 0.4.55 → 0.4.57
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,8 +19,8 @@ atem # Launch TUI
|
|
|
19
19
|
### Authentication
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
atem login #
|
|
23
|
-
atem login --save-credentials #
|
|
22
|
+
atem login # Pair with Astation, sync credentials (interactive y/n save)
|
|
23
|
+
atem login --save-credentials # Pair and auto-save credentials (skip prompt)
|
|
24
24
|
atem logout # Clear saved session
|
|
25
25
|
```
|
|
26
26
|
|
|
@@ -79,9 +79,6 @@ atem serv killall # Kill all background servers
|
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
81
|
atem repl # Interactive REPL with AI command interpretation
|
|
82
|
-
atem explain "topic" # Generate visual HTML explanation
|
|
83
|
-
atem explain "topic" -c file.rs # Explain with file context
|
|
84
|
-
atem explain "topic" -o out.html # Save to specific file
|
|
85
82
|
```
|
|
86
83
|
|
|
87
84
|
## TUI Modes
|