mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 08:49:23 +00:00
Onboard: add tools profile selection
This commit is contained in:
@@ -23,6 +23,7 @@ Interactive onboarding wizard (local or remote Gateway setup).
|
||||
openclaw onboard
|
||||
openclaw onboard --flow quickstart
|
||||
openclaw onboard --flow manual
|
||||
openclaw onboard --tools-profile coding
|
||||
openclaw onboard --mode remote --remote-url wss://gateway-host:18789
|
||||
```
|
||||
|
||||
@@ -122,6 +123,8 @@ Flow notes:
|
||||
- `quickstart`: minimal prompts, auto-generates a gateway token.
|
||||
- `manual`: full prompts for port/bind/auth (alias of `advanced`).
|
||||
- Local onboarding DM scope behavior: [CLI Onboarding Reference](/start/wizard-cli-reference#outputs-and-internals).
|
||||
- Local onboarding prompts for a tool profile (`Messaging`, `Coding`, `Full`, `Minimal`).
|
||||
- Non-interactive profile selection: `--tools-profile <minimal|coding|messaging|full>`.
|
||||
- Fastest first chat: `openclaw dashboard` (Control UI, no channel setup).
|
||||
- Custom Provider: connect any OpenAI or Anthropic compatible endpoint,
|
||||
including hosted providers not listed. Use Unknown to auto-detect.
|
||||
|
||||
Reference in New Issue
Block a user