Skip to content

v4.17.1

Choose a tag to compare

@rodrigoslayertech rodrigoslayertech released this 17 Jul 01:55
· 71 commits to main since this release
v4.17.1
76e809f

Focus: assistant answers are full of commands to copy — now they can actually be copied.

Changes

  • 🛠️ Fixed code blocks in assistant answers rendering bare, with no language label and no copy button. Answers are mostly copyable one-liners — an install command, a shell invocation — so the reader had to select the text by hand. Every code block in an answer now carries the meta row.
  • 🧩 The panel already rendered answers through the page token pipeline, which has carried a codeToolbarDefault option since 4.14.0 (added so remote-README homepages could force the meta row onto one-liners) — it simply never passed it. An explicit :toolbar="false"; inside an answer still wins.
  • 📚 Updated the AI Assistant manual page in both locales.