Skip to content

v1.3.2

Choose a tag to compare

@dnouri dnouri released this 12 Feb 14:47
· 63 commits to master since this release

1.3.2

Improvements

  • Copy now defaults to visible textM-w/C-w/C-k strip hidden markdown markup by default; raw markdown copying remains available via customization. (#120, #116)
  • Markdown syntax highlighting for input prompts (opt-in) — GFM highlighting was introduced in this release and is available via customization. (#117, #120)

Fixes

  • Streaming tool output no longer flickers under markdown fontification — prevents temporary heading/bold rendering glitches while deltas stream in. (#119)
  • Extension status text strips ANSI escape sequences — header-line status is now clean and readable in Emacs; thanks @conornash. (#118)
  • Read/tool fence and thinking rendering stability improvements — more robust fenced block handling (including nested backticks) and improved file-line navigation from tool output. (#122)