mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-20 17:41:33 -06:00
913311845e
The /set/media control route accepts dark|light|no-preference|none, but the CLI rejected no-preference, so prefers-color-scheme: no-preference could not be emulated from the CLI. Align the CLI argument, validation, and error text with the route contract and update the browser-control docs media line.