Skip to content

feat: render markdown tables for Slack - #24267

Closed
noamoc wants to merge 1 commit into
NousResearch:mainfrom
noamoc:feat/slack-table-formatting
Closed

feat: render markdown tables for Slack#24267
noamoc wants to merge 1 commit into
NousResearch:mainfrom
noamoc:feat/slack-table-formatting

Conversation

@noamoc

@noamoc noamoc commented May 12, 2026

Copy link
Copy Markdown

Summary

  • Detect GFM pipe tables in Slack outbound formatting
  • Render tables as aligned monospaced code blocks so numeric reports stay readable
  • Leave fenced code blocks and prose with literal pipes untouched

Test Plan

  • python -m pytest tests/gateway/test_slack_table_format.py -q -o 'addopts='

@alt-glitch alt-glitch added type/feature New feature or request P2 Medium — degraded but workaround exists platform/slack Slack app adapter comp/gateway Gateway runner, session dispatch, delivery labels May 12, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #15854 (same approach: GFM pipe tables → monospace code blocks for Slack). Also superseded by #16648 which adds CJK-aware alignment. Addresses #18918.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/gateway Gateway runner, session dispatch, delivery P2 Medium — degraded but workaround exists platform/slack Slack app adapter type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants