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 ## Item #41
- **Date:** 2026-02-12 - **Date:** 2026-02-12
- **Priority:** medium - **Priority:** medium
- **Status:** pending - **Status:** done
- **Completed:** 2026-02-12 — commit `bd446aa`
- **Description:** Tool call payload viewer — word-wrap toggle instead of horizontal scroll - **Description:** Tool call payload viewer — word-wrap toggle instead of horizontal scroll
- **Details:** - **Details:**
- Currently tool call JSON payloads/results have long lines that require horizontal scrolling - 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", "name": "pinchchat",
"version": "1.17.0", "version": "1.19.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.17.0", "version": "1.19.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-collapsible": "^1.1.12",

View File

@@ -1,6 +1,6 @@
{ {
"name": "pinchchat", "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.", "description": "A sleek, dark-themed webchat UI for OpenClaw — monitor sessions, stream responses, and inspect tool calls in real-time.",
"type": "module", "type": "module",
"repository": { "repository": {