docs(config): document queue backlog alias · openclaw/openclaw@442e14e
steipete
·
2026-04-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -dbb3d39ddeb8a9ce03459d69774db7e457d33f47c585e0f8c7130b14b92cfcff config-baseline.json |
2 | | -2197788a6a1e677fb34a4971ac4f254116c243753452397824e08431f8740aab config-baseline.core.json |
| 1 | +b095536aeeb273b029a7a96cd8406cbcbc315dfd67dc45f469782ce1ccbc9e08 config-baseline.json |
| 2 | +ab9a004ec78ed51e646be29eb10aa6700de1d47fee77331a85ca5e2cd15b6e93 config-baseline.core.json |
3 | 3 | fab66aa304db5697e87259165ad261006719eb6e6cdbd25f957fcba2b7b324e9 config-baseline.channel.json |
4 | 4 | c4231c2194206547af8ad94342dc00aadb734f43cb49cc79d4c46bdbb80c3f95 config-baseline.plugin.json |
| 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 all queued steering messages at the next model boundary; "queue" is legacy one-at-a-time steering; "followup" runs later; "collect" batches later; "steer-backlog" does both; "interrupt" aborts the active run.', |
| 18980 | +'Queue behavior mode. Use "steer" to inject all queued steering messages at the next model boundary; "queue" is legacy one-at-a-time steering; "followup" runs later; "collect" batches later; "steer-backlog" (alias "steer+backlog") does both; "interrupt" aborts the active run.', |
18981 | 18981 | }, |
18982 | 18982 | byChannel: { |
18983 | 18983 | type: "object", |
@@ -28307,7 +28307,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
|
28307 | 28307 | }, |
28308 | 28308 | "messages.queue.mode": { |
28309 | 28309 | label: "Queue Mode", |
28310 | | - help: 'Queue behavior mode. "steer" injects all queued steering messages at the next model boundary; "queue" is legacy one-at-a-time steering; "followup" runs later; "collect" batches later; "steer-backlog" does both; "interrupt" aborts the active run.', |
| 28310 | + help: 'Queue behavior mode. Use "steer" to inject all queued steering messages at the next model boundary; "queue" is legacy one-at-a-time steering; "followup" runs later; "collect" batches later; "steer-backlog" (alias "steer+backlog") does both; "interrupt" aborts the active run.', |
28311 | 28311 | tags: ["advanced"], |
28312 | 28312 | }, |
28313 | 28313 | "messages.queue.byChannel": { |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1637,7 +1637,7 @@ export const FIELD_HELP: Record<string, string> = {
|
1637 | 1637 | "messages.queue": |
1638 | 1638 | "Inbound message queue strategy for messages that arrive while a session run is active. Default mode is steer, with followup fallback when steering is unavailable.", |
1639 | 1639 | "messages.queue.mode": |
1640 | | -'Queue behavior mode. "steer" injects all queued steering messages at the next model boundary; "queue" is legacy one-at-a-time steering; "followup" runs later; "collect" batches later; "steer-backlog" does both; "interrupt" aborts the active run.', |
| 1640 | +'Queue behavior mode. Use "steer" to inject all queued steering messages at the next model boundary; "queue" is legacy one-at-a-time steering; "followup" runs later; "collect" batches later; "steer-backlog" (alias "steer+backlog") does both; "interrupt" aborts the active run.', |
1641 | 1641 | "messages.queue.byChannel": |
1642 | 1642 | "Per-channel queue mode overrides keyed by provider id (for example telegram, discord, slack). Use this when one channel’s traffic pattern needs different queue behavior than global defaults.", |
1643 | 1643 | "messages.queue.debounceMs": |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。