@nimbus21.ai/the-link 3.10.0 → 3.11.0
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.
- package/README.md +2 -2
- package/bin/the-link.js +85 -85
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @nimbus21.ai/the-link
|
|
2
2
|
|
|
3
|
-
Terminal agent for [Hub 360](https://thehub360.ai) — WebSocket-based terminal orchestration platform.
|
|
3
|
+
Terminal agent for [Hub 360](https://app.thehub360.ai) — WebSocket-based terminal orchestration platform.
|
|
4
4
|
|
|
5
5
|
## Requirements
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ the-link --help # Show all commands
|
|
|
25
25
|
Set up your agent credentials in `~/.the-link/.env`:
|
|
26
26
|
|
|
27
27
|
```env
|
|
28
|
-
HUB_URL=wss://thehub360.ai
|
|
28
|
+
HUB_URL=wss://app.thehub360.ai
|
|
29
29
|
HUB_TOKEN=<your-token>
|
|
30
30
|
AGENT_NAME=my-worker
|
|
31
31
|
```
|