feat: collapsible long code blocks with expand/collapse toggle

Code blocks longer than 25 lines are now automatically collapsed,
showing only the first 10 lines with a gradient fade and a
'Show all N lines' button. Click to expand/collapse.

Also fixes version sync (package.json now matches v1.63.4)
and shows line count in the language header for long blocks.
This commit is contained in:
Nicolas Varrot
2026-02-15 18:04:25 +00:00
parent eb63675761
commit 15ace2a9ba
2 changed files with 44 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pinchchat",
"version": "1.63.2",
"version": "1.63.4",
"description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module",
"repository": {