@agora-build/atem 0.2.1 → 0.2.2

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ Enter the code in Astation's Dev Console to pair. If a local Astation is running
44
44
  Override the relay URL:
45
45
 
46
46
  ```bash
47
- AGORA_STATION_URL=https://my-relay.example.com atem
47
+ AGORA_STATION_RELAY_URL=https://my-relay.example.com atem
48
48
  ```
49
49
 
50
50
  ## Configuration
@@ -52,8 +52,8 @@ AGORA_STATION_URL=https://my-relay.example.com atem
52
52
  Create `~/.config/atem/atem.toml`:
53
53
 
54
54
  ```toml
55
- astation_url = "ws://127.0.0.1:8080/ws"
56
- station_url = "https://station.agora.build"
55
+ astation_ws = "ws://127.0.0.1:8080/ws"
56
+ station_relay_url = "https://station.agora.build"
57
57
 
58
58
  [agora]
59
59
  app_id = "your_app_id"
@@ -65,8 +65,7 @@ Or use environment variables:
65
65
  ```bash
66
66
  AGORA_CUSTOMER_ID=...
67
67
  AGORA_CUSTOMER_SECRET=...
68
- AGORA_STATION_URL=...
69
- ANTHROPIC_API_KEY=...
68
+ AGORA_STATION_RELAY_URL=...
70
69
  ```
71
70
 
72
71
  ## Supported Platforms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Agora AI development terminal — TUI for managing projects, Claude Code, and eval agents",
5
5
  "bin": {
6
6
  "atem": "bin/atem"