diff --git a/src/commands/doctor-synthetic-allowlist.ts b/src/commands/doctor-synthetic-allowlist.ts index f41eb6f17db..9c01a9b2a21 100644 --- a/src/commands/doctor-synthetic-allowlist.ts +++ b/src/commands/doctor-synthetic-allowlist.ts @@ -65,7 +65,8 @@ export async function noteSyntheticAllowlistGaps(cfg: OpenClawConfig): Promise")}`, + `To add: ${formatCliCommand("openclaw config set agents.defaults.models./ '{}'")}`, + `Or edit the config file directly: ${formatCliCommand("openclaw config file")}`, "(Models are functional but hidden from agents until allowlisted)", ); note(lines.join("\n"), "Synthetic model allowlist");