@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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. 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 # Authenticate with Astation (OTP + deep link)
23
- atem login --save-credentials # Login and auto-save Agora 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.4.55",
3
+ "version": "0.4.57",
4
4
  "description": "Agora AI development terminal — TUI for managing projects, Claude Code, and eval agents",
5
5
  "bin": {
6
6
  "atem": "bin/atem"