refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,22 +12,22 @@ read_when:
Run these in order:
```bash
clawdbot status
clawdbot status --all
clawdbot gateway probe
clawdbot logs --follow
clawdbot doctor
moltbot status
moltbot status --all
moltbot gateway probe
moltbot logs --follow
moltbot doctor
```
If the gateway is reachable, deep probes:
```bash
clawdbot status --deep
moltbot status --deep
```
## Common “it broke” cases
### `clawdbot: command not found`
### `moltbot: command not found`
Almost always a Node/npm PATH issue. Start here:
@@ -82,7 +82,7 @@ Disable Advanced Security or add `docs.molt.bot` to the allowlist, then retry.
This usually means `agents.defaults.models` is configured as an allowlist. When its non-empty,
only those provider/model keys can be selected.
- Check the allowlist: `clawdbot config get agents.defaults.models`
- Check the allowlist: `moltbot config get agents.defaults.models`
- Add the model you want (or clear the allowlist) and retry `/model`
- Use `/models` to browse the allowed providers/models
@@ -91,7 +91,7 @@ only those provider/model keys can be selected.
Paste a safe report:
```bash
clawdbot status --all
moltbot status --all
```
If you can, include the relevant log tail from `clawdbot logs --follow`.
If you can, include the relevant log tail from `moltbot logs --follow`.