chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -1,5 +1,5 @@
---
summary: "Terminal UI (TUI) for Clawdis via the Gateway"
summary: "Terminal UI (TUI) for Clawdbot via the Gateway"
read_when:
- You want a terminal UI that connects to the Gateway from any machine
- You are debugging the TUI client or Gateway chat stream
@@ -15,12 +15,12 @@ Updated: 2026-01-03
## Run
```bash
clawdis tui
clawdbot tui
```
### Remote
```bash
clawdis tui --url ws://127.0.0.1:18789 --token <gateway-token>
clawdbot tui --url ws://127.0.0.1:18789 --token <gateway-token>
```
Use SSH tunneling or Tailscale to reach the Gateway WS.