Skip to content

NextClaw v0.49.1

Released: 2026-09-09

Tags: Markdown, LaTeX, math, chat

NextClaw v0.49.1 adds LaTeX math rendering to chat messages and improves how formulas appear while a reply is being generated.

New feature

  • Write inline formulas as $E = mc^2$, or put $$ on separate lines around a display formula.
  • Fractions, roots, sums, integrals, matrices, and other KaTeX syntax are supported. Wide display formulas scroll horizontally.

Improvements

  • An unfinished display formula shows a neutral ellipsis and is rendered only after its closing delimiter arrives, so temporary parsing errors no longer flash during generation.
  • Inline code, ordinary code blocks, escaped dollar signs, and skill references keep their existing behavior.

What you need to do

Update normally. In Markdown, use $...$ for inline math and put $$ on separate lines around display math.

Released under the MIT License.