refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -9,17 +9,17 @@ read_when:
## Quick start
1) Start the Gateway.
```bash
moltbot gateway
openclaw gateway
```
2) Open the TUI.
```bash
moltbot tui
openclaw tui
```
3) Type a message and press Enter.
Remote Gateway:
```bash
moltbot tui --url ws://<host>:<port> --token <gateway-token>
openclaw tui --url ws://<host>:<port> --token <gateway-token>
```
Use `--password` if your Gateway uses password auth.
@@ -46,7 +46,7 @@ Use `--password` if your Gateway uses password auth.
- Turn delivery on:
- `/deliver on`
- or the Settings panel
- or start with `moltbot tui --deliver`
- or start with `openclaw tui --deliver`
## Pickers + overlays
- Model picker: list available models and set the session override.
@@ -123,12 +123,12 @@ Other Gateway slash commands (for example, `/context`) are forwarded to the Gate
No output after sending a message:
- Run `/status` in the TUI to confirm the Gateway is connected and idle/busy.
- Check the Gateway logs: `moltbot logs --follow`.
- Confirm the agent can run: `moltbot status` and `moltbot models status`.
- Check the Gateway logs: `openclaw logs --follow`.
- Confirm the agent can run: `openclaw status` and `openclaw models status`.
- If you expect messages in a chat channel, enable delivery (`/deliver on` or `--deliver`).
- `--history-limit <n>`: History entries to load (default 200)
## Troubleshooting
- `disconnected`: ensure the Gateway is running and your `--url/--token/--password` are correct.
- No agents in picker: check `moltbot agents list` and your routing config.
- No agents in picker: check `openclaw agents list` and your routing config.
- Empty session picker: you might be in global scope or have no sessions yet.