You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audit bare group commands across the public CLI and replace argparse dead-ends with safer defaults or help output, so common entrypoints behave more like operators expect.
Default bare settings, agent, providers, auth, media, creator, doctor, openclaw, and runtime to read-only status/listing flows, while keeping scheduler, repair, and data on explicit subcommands and returning help instead of hard parser failures.
Keep source mode and bundled runtime mode aligned by applying the same default-group behavior in the shared parser service, the bundled media2md CLI wrapper, and the top-level runtime wrapper.