refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
summary: "CLI reference for `clawdbot tui` (terminal UI connected to the Gateway)"
|
||||
summary: "CLI reference for `moltbot tui` (terminal UI connected to the Gateway)"
|
||||
read_when:
|
||||
- You want a terminal UI for the Gateway (remote-friendly)
|
||||
- You want to pass url/token/session from scripts
|
||||
---
|
||||
|
||||
# `clawdbot tui`
|
||||
# `moltbot tui`
|
||||
|
||||
Open the terminal UI connected to the Gateway.
|
||||
|
||||
@@ -15,8 +15,8 @@ Related:
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
clawdbot tui
|
||||
clawdbot tui --url ws://127.0.0.1:18789 --token <token>
|
||||
clawdbot tui --session main --deliver
|
||||
moltbot tui
|
||||
moltbot tui --url ws://127.0.0.1:18789 --token <token>
|
||||
moltbot tui --session main --deliver
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user