feat(tui): LaTeX math rendering via Unicode substitution - #4973
feat(tui): LaTeX math rendering via Unicode substitution#4973SparkofSpike wants to merge 4 commits into
Conversation
43d77e2 to
3b33d0d
Compare
|
Thanks for carrying this through and rebasing it onto current main. I added one maintainer hardening commit on top of your latest head after the local semantic test caught the |
Head branch was pushed to by a user without write access
105825a to
fe05f31
Compare
|
Oops, so sorry about that — I didn't see your message before force-pushing. Could you please push your commit again? Thanks! @Hmbown |
|
I moved the combined work to stable maintainer integration PR #4974 because the fork head was being force-updated while release CI was running. #4974 preserves your feature commits/authorship and supersedes the dead-code-only follow-up with removal of the unused helpers, so the repository stays at its 482/482 budget. I have disabled auto-merge here to avoid racing the mutable head; I’ll close this PR only after #4974 lands. |
|
I just saw your commit — it aligns perfectly with what I was thinking! I was actually about to handle the $ swallowing issue minutes ago. To be honest, this is one of my first times contributing to an open-source project, and the fact that we came up with the same idea independently feels amazing. |
|
Landed through stable integration PR #4974 in merge |
Summary
Add LaTeX math expression rendering for the TUI transcript. Math delimiters ($...$ , ..., (...), [...]) are detected before markdown rendering and converted to Unicode approximations, improving readability of formulas in AI responses.
Changes
Type of Change
Testing
Checklist
Related Issues
Closes #4957