fix(config): regenerate base schema help · openclaw/openclaw@4396361
steipete
·
2026-04-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -18977,7 +18977,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
18977 | 18977 | ], |
18978 | 18978 | title: "Queue Mode", |
18979 | 18979 | description: |
18980 | | -'Queue behavior mode. "steer" injects at the next model boundary; "followup" runs later; "collect" batches later; "steer-backlog" does both; "queue" aliases steer; "interrupt" aborts the active run.', |
| 18980 | +'Queue behavior mode. "steer" injects at the next model boundary; "followup" runs later; "collect" batches later; "steer-backlog" and "steer+backlog" steer now and preserve backlog; "queue" aliases steer; "interrupt" aborts the active run. Use conservative modes unless interruption is intentional.', |
18981 | 18981 | }, |
18982 | 18982 | byChannel: { |
18983 | 18983 | type: "object", |
@@ -19355,7 +19355,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
19355 | 19355 | ], |
19356 | 19356 | title: "Queue Drop Strategy", |
19357 | 19357 | description: |
19358 | | -'Drop strategy when queue cap is exceeded. "summarize" drops oldest entries but preserves compact summaries; "old" drops oldest without summaries; "new" rejects the newest item.', |
| 19358 | +'Drop strategy when queue cap is exceeded. "summarize" drops oldest entries but preserves compact summaries; "old" drops oldest without summaries; "new" rejects the newest item. Use "summarize" for long-running chats where context matters.', |
19359 | 19359 | }, |
19360 | 19360 | }, |
19361 | 19361 | additionalProperties: false, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。