mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 07:04:01 -06:00
dcb0ad5c29
Three gates my own changes broke: - docs/channels/telegram.md needed a blank line before </Note>; I formatted the TypeScript but never ran the docs formatter over the pages I edited. - The mock harness matched a literal with a regex, which oxlint's prefer-includes rejects. - Widening resolveChannelPreviewStreamMode's defaultMode to StreamingMode and adding rendersRollingLinesNatively changes the exported plugin-SDK surface, so the API baseline hash had to be regenerated.