v4.17.1
·
71 commits
to main
since this release
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
codeToolbarDefaultoption 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.