refactor: hide doctor overview internals · openclaw/openclaw@eceb382
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,7 +19,7 @@ import { resolveAgentModelPrimaryValue } from "../config/model-input.js";
|
19 | 19 | import { normalizeAgentId } from "../routing/session-key.js"; |
20 | 20 | import { probeGatewayUrl, probeLocalCommand, type LocalCommandProbe } from "./probes.js"; |
21 | 21 | |
22 | | -export type CrestodianAgentSummary = { |
| 22 | +type CrestodianAgentSummary = { |
23 | 23 | id: string; |
24 | 24 | name?: string; |
25 | 25 | isDefault: boolean; |
@@ -274,7 +274,7 @@ export function formatCrestodianOverview(overview: CrestodianOverview): string {
|
274 | 274 | .join("\n"); |
275 | 275 | } |
276 | 276 | |
277 | | -export function recommendCrestodianNextStep(overview: CrestodianOverview): string { |
| 277 | +function recommendCrestodianNextStep(overview: CrestodianOverview): string { |
278 | 278 | if (!overview.config.exists) { |
279 | 279 | return 'run "setup" to create a starter config'; |
280 | 280 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。