Grok Bot: a table column of bot IDs (UUIDs) will not print

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

In Grok Bot chat I wanted a markdown table of bots: label, role, description, and an internal bot ID (UUID).

The ID column broke the table. It wouldn’t print.

Tried:

  • A two-column table of name + bare UUID: blank
  • A fourth column of bare UUIDs: table broken / wouldn’t print
  • Prefixing each cell with "ID: " before the UUID: still wouldn’t print
  • Same table with only three columns (label, role, description): prints fine
  • Same UUIDs in a bullet list under the table: prints fine

Looks like a UUID / long hyphenated hex string in a table cell blanks the column or kills the table. Example UUID shape: 00000000-0000-0000-0000-000000000000

Related: Grok Bot: markdown tables cannot line-break inside a cell

Steps to Reproduce

  1. In Grok Bot chat, ask for a markdown table with columns Label | Role | Description | ID
  2. Put a UUID (8-4-4-4-12 hex) in the ID column
  3. Observe the rendered table — ID column blank or whole table broken
  4. Remove the ID column — three-column table prints
  5. Put the same UUIDs in a bullet list — they print

Expected Behavior

The ID column should render with the UUIDs, like any other text column.

Operating System

MacOS

Version Information

Cursor (latest stable), Grok Bot chat — early beta

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @GrokUser841719!

Thanks for the report. Would be you able to share a screenshot, and also confirm that this happened on macOS and not iOS? A similar issue was recently addressed in iOS.