Skip to content

fix(status): avoid HTML breaks in action cells#511

Open
tianrking wants to merge 1 commit into
openai:mainfrom
tianrking:fix/status-actions-markdown-separator
Open

fix(status): avoid HTML breaks in action cells#511
tianrking wants to merge 1 commit into
openai:mainfrom
tianrking:fix/status-actions-markdown-separator

Conversation

@tianrking

Copy link
Copy Markdown

Summary

  • replace raw HTML <br> separators in /codex:status action cells with a Markdown-table-safe semicolon delimiter
  • update the runtime regression test to verify both actions remain visible without HTML output

Fixes #495

Root cause

Claude Code renders raw <br> text inside table cells rather than interpreting it as a line break, so the two action commands were displayed with the HTML tag visible.

Validation

  • node --test --test-name-pattern='renders active jobs with status and cancel actions' tests/runtime.test.mjs
  • git diff --check

npm test was also started but exceeded the local two-minute command limit without producing a failure; the directly affected runtime test passed.

@tianrking
tianrking marked this pull request as ready for review July 16, 2026 04:56
@tianrking
tianrking requested a review from a team July 16, 2026 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/codex:status renders literal <br> in Actions column instead of a line break

1 participant