refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
548
docs/help/faq.md
548
docs/help/faq.md
File diff suppressed because it is too large
Load Diff
@@ -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 it’s 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`.
|
||||
|
||||
Reference in New Issue
Block a user