refactor(commands): hide health summary internals · openclaw/openclaw@f50812d
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -42,7 +42,7 @@ export type PluginHealthSummary = {
|
42 | 42 | }; |
43 | 43 | |
44 | 44 | /** Context engine quarantine entry included in health output. */ |
45 | | -export type ContextEngineHealthQuarantineSummary = { |
| 45 | +type ContextEngineHealthQuarantineSummary = { |
46 | 46 | engineId: string; |
47 | 47 | owner?: string; |
48 | 48 | operation: string; |
@@ -56,7 +56,7 @@ export type ContextEngineHealthSummary = {
|
56 | 56 | }; |
57 | 57 | |
58 | 58 | /** Optional model pricing cache health reported by the gateway. */ |
59 | | -export type ModelPricingHealthSummary = |
| 59 | +type ModelPricingHealthSummary = |
60 | 60 | import("../gateway/model-pricing-cache-state.js").GatewayModelPricingHealth; |
61 | 61 | |
62 | 62 | /** Full gateway health payload consumed by `openclaw health`. */ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。