cli.banner.taglineMode — random | default | off for startup tagline behavior.
CLI Banner Taglines
Control the startup tagline behavior in the terminal:
Configuration
{
"cli": {
"banner": {
"taglineMode": "random"
}
}
}
Options
| Value | Behavior |
|-------|----------|
| random | Pick a random tagline each startup |
| default | Always show the default tagline |
| off | No tagline — quieter startup |
Useful if you run OpenClaw in scripts or want a quieter (or more varied) boot experience.