docs: add message dispatch config keys to config-reference#834
docs: add message dispatch config keys to config-reference#834chaodu-agent wants to merge 1 commit into
Conversation
…okens to config-reference Add the three message dispatch configuration keys to [discord], [slack], and [gateway] sections. Also add corresponding Helm value mappings. These keys were documented in message-dispatch-modes.md but missing from the config reference.
|
All PRs must reference a prior Discord discussion to ensure community alignment before implementation. Please edit the PR description to include a link like: This PR will be automatically closed in 3 days if the link is not added. |
OpenAB PR ScreeningThis is auto-generated by the OpenAB project-screening flow for context collection and reviewer handoff.
Screening reportscreened PR #834 and moved the project item from `Incoming` to `PR-Screening`.GitHub comment: #834 (comment) IntentDocument message dispatch config keys missing from FeatDocs work: adds Who It ServesDeployers and agent runtime operators. Rewritten PromptUpdate Merge PitchLow-risk docs consistency fix. Main concern is accuracy of defaults and Helm paths. Best-Practice ComparisonOpenClaw/Hermes do not materially apply; this is config documentation, not scheduling/runtime architecture. Implementation OptionsConservative docs-only verification, balanced docs plus cross-links, or ambitious generated/checked config reference. Comparison TableIncluded in the posted comment. RecommendationBalanced path: verify values, keep the rows, and add a cross-link to |
Summary
Add
message_processing_mode,max_buffered_messages, andmax_batch_tokensto the[discord],[slack], and[gateway]sections inconfig-reference.md.Also add corresponding Helm value mappings (
messageProcessingMode,maxBufferedMessages,maxBatchTokens).Why
These keys are documented in
message-dispatch-modes.mdbut were missing from the config reference, making it hard for users to discover them.Changes
docs/config-reference.md: Added 3 rows to each adapter table + 3 Helm mapping entries