fix(cli): add config alias and reduce probe noise
This commit is contained in:
@@ -194,6 +194,8 @@ export async function probeGatewayReachable(params: {
|
||||
password: params.password,
|
||||
method: "health",
|
||||
timeoutMs,
|
||||
clientName: "clawdbot-probe",
|
||||
mode: "probe",
|
||||
});
|
||||
return { ok: true };
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user