docs: release v1.19.0 — tool call word-wrap toggle

This commit is contained in:
Nicolas Varrot
2026-02-12 23:47:16 +00:00
parent bd446aa2e6
commit 5c35bdda32
3 changed files with 5 additions and 4 deletions

View File

@@ -433,7 +433,8 @@
## Item #41
- **Date:** 2026-02-12
- **Priority:** medium
- **Status:** pending
- **Status:** done
- **Completed:** 2026-02-12 — commit `bd446aa`
- **Description:** Tool call payload viewer — word-wrap toggle instead of horizontal scroll
- **Details:**
- Currently tool call JSON payloads/results have long lines that require horizontal scrolling

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "pinchchat",
"version": "1.17.0",
"version": "1.19.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pinchchat",
"version": "1.17.0",
"version": "1.19.0",
"license": "MIT",
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",

View File

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