test(cli): cover parent startup budgets · openclaw/openclaw@8717525
vincentkoc
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -121,6 +121,14 @@ const COMMAND_CASES: readonly CommandCase[] = [
|
121 | 121 | firstOutputBudgetMs: 2_500, |
122 | 122 | exitBudgetMs: 6_000, |
123 | 123 | }, |
| 124 | +{ |
| 125 | +id: "channelsParent", |
| 126 | +name: "channels", |
| 127 | +args: ["channels"], |
| 128 | +presets: ["response"], |
| 129 | +firstOutputBudgetMs: 2_500, |
| 130 | +exitBudgetMs: 6_000, |
| 131 | +}, |
124 | 132 | { |
125 | 133 | id: "doctorHelp", |
126 | 134 | name: "doctor --help", |
@@ -145,6 +153,14 @@ const COMMAND_CASES: readonly CommandCase[] = [
|
145 | 153 | firstOutputBudgetMs: 2_500, |
146 | 154 | exitBudgetMs: 6_000, |
147 | 155 | }, |
| 156 | +{ |
| 157 | +id: "pluginsParent", |
| 158 | +name: "plugins", |
| 159 | +args: ["plugins"], |
| 160 | +presets: ["response"], |
| 161 | +firstOutputBudgetMs: 2_500, |
| 162 | +exitBudgetMs: 6_000, |
| 163 | +}, |
148 | 164 | { |
149 | 165 | id: "gatewayHelp", |
150 | 166 | name: "gateway --help", |
@@ -249,6 +265,22 @@ const COMMAND_CASES: readonly CommandCase[] = [
|
249 | 265 | firstOutputBudgetMs: 2_500, |
250 | 266 | exitBudgetMs: 6_000, |
251 | 267 | }, |
| 268 | +{ |
| 269 | +id: "devicesParent", |
| 270 | +name: "devices", |
| 271 | +args: ["devices"], |
| 272 | +presets: ["response"], |
| 273 | +firstOutputBudgetMs: 2_500, |
| 274 | +exitBudgetMs: 6_000, |
| 275 | +}, |
| 276 | +{ |
| 277 | +id: "mcpParent", |
| 278 | +name: "mcp", |
| 279 | +args: ["mcp"], |
| 280 | +presets: ["response"], |
| 281 | +firstOutputBudgetMs: 2_500, |
| 282 | +exitBudgetMs: 6_000, |
| 283 | +}, |
252 | 284 | { |
253 | 285 | id: "browserHelp", |
254 | 286 | name: "browser --help", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。