docs: release v1.14.0 — collapse/expand all tool calls

This commit is contained in:
Nicolas Varrot
2026-02-12 19:37:11 +00:00
parent 2b1ca2d0c8
commit 87f4c8ebf9
3 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to PinchChat are documented here.
Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
## [1.14.0] — 2026-02-12
### Added
- Collapse/expand all tool calls toggle — floating button appears when conversation has tool calls, lets you collapse or expand all at once
## [1.13.0] — 2026-02-12
### Added
- Keyboard shortcuts Alt+↑ / Alt+↓ to navigate between sessions

4
package-lock.json generated
View File

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

View File

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