Skip to content

feat(tui): integrate hardened LaTeX transcript rendering - #4974

Merged
Hmbown merged 5 commits into
mainfrom
codex/v092-math-integration
Jul 29, 2026
Merged

feat(tui): integrate hardened LaTeX transcript rendering#4974
Hmbown merged 5 commits into
mainfrom
codex/v092-math-integration

Conversation

@Hmbown

@Hmbown Hmbown commented Jul 29, 2026

Copy link
Copy Markdown
Owner

Supersedes #4973 as a stable maintainer integration lane while preserving @SparkofSpike’s feature commits and authorship. Closes #4957.\n\nThe contributor implementation is retained, with a maintainer hardening commit that fixes the failing \\mathbb{R} path and prevents math preprocessing from rewriting Markdown code spans/fences, ordinary currency, escaped dollars, or unknown commands. It also removes the unused renderer helpers instead of increasing the dead-code budget.\n\nVerified locally on the combined branch:\n- cargo fmt --all -- --check\n- python3 scripts/check-dead-code-budget.py (482/482)\n- cargo test -p codewhale-tui latex_render -- --nocapture (9/9)\n- exact workspace clippy gate passed on the same hardening content before the web-only #4972 merge

SparkofSpike and others added 5 commits July 29, 2026 23:12
Preserve code spans, currency, escaped dollars, and unknown commands while fixing styled-symbol rendering and adding regression coverage.

Signed-off-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 29, 2026 15:37
@cursor

cursor Bot commented Jul 29, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@claude

claude Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Claude encountered an error after 1s —— View job


I'll analyze this and get back to you.

@Hmbown
Hmbown merged commit 1350012 into main Jul 29, 2026
24 of 25 checks passed
@Hmbown
Hmbown deleted the codex/v092-math-integration branch July 29, 2026 16:13
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.

TUI does not render LaTeX math expressions - raw $...$ source displayed instead

3 participants