@agora-build/atem 0.4.60 → 0.4.61

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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,7 @@ This downloads a prebuilt binary for your platform (linux-x64, linux-arm64, darw
14
14
 
15
15
  ```bash
16
16
  atem # Launch TUI
17
+ atem repl # Interactive REPL with AI command interpretation
17
18
  ```
18
19
 
19
20
  ### Authentication
@@ -81,12 +82,6 @@ atem serv kill <ID> # Kill a background server
81
82
  atem serv killall # Kill all background servers
82
83
  ```
83
84
 
84
- ### Other
85
-
86
- ```bash
87
- atem repl # Interactive REPL with AI command interpretation
88
- ```
89
-
90
85
  ## TUI Modes
91
86
 
92
87
  | Mode | Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.4.60",
3
+ "version": "0.4.61",
4
4
  "description": "A terminal that connects people, Agora platform, and AI agents.",
5
5
  "bin": {
6
6
  "atem": "bin/atem"