@agora-build/atem 0.4.56 → 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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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.56",
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"