@agora-build/atem 0.4.56 → 0.4.58

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @agora-build/atem
2
2
 
3
- Agora AI development terminal. A TUI that connects to [Astation](https://github.com/Agora-Build/Astation) for task routing, runs [Claude Code](https://docs.anthropic.com/en/docs/claude-code) sessions, and generates Agora RTC/RTM tokens.
3
+ A development terminal that connects human developers, Agora platform, and AI agents. Manage Agora projects and tokens, route tasks between [Astation](https://github.com/Agora-Build/Astation) and AI coding agents, generate diagrams, drive voice-powered coding workflows, and more -- all from a single CLI/TUI.
4
4
 
5
5
  ## Install
6
6
 
@@ -62,6 +62,9 @@ atem agent launch codex # Launch Codex as PTY agent
62
62
  atem agent connect <WS_URL> # Connect to ACP agent and show info
63
63
  atem agent prompt <WS_URL> "text" # Send prompt to ACP agent
64
64
  atem agent probe <WS_URL> # Probe URL for ACP support
65
+ atem agent visualize "topic" # Generate visual HTML diagram via ACP agent
66
+ atem agent visualize "topic" --url ws://localhost:8765 # Explicit agent URL
67
+ atem agent visualize "topic" --no-browser # Skip opening browser
65
68
  ```
66
69
 
67
70
  ### Dev Servers
@@ -79,9 +82,6 @@ atem serv killall # Kill all background servers
79
82
 
80
83
  ```bash
81
84
  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
85
  ```
86
86
 
87
87
  ## 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.58",
4
4
  "description": "Agora AI development terminal — TUI for managing projects, Claude Code, and eval agents",
5
5
  "bin": {
6
6
  "atem": "bin/atem"