chore: mark feedback #40 done

This commit is contained in:
Nicolas Varrot
2026-02-12 23:43:18 +00:00
parent 25e63f8d18
commit 4bcc9f1eff
3 changed files with 7 additions and 2 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/). Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventional Commits](https://www.conventionalcommits.org/).
## [1.18.0] — 2026-02-12
### Added
- Improved thinking/reasoning indicator with elapsed time counter — shows pulsing "Reasoning..." with timer when agent is thinking with hidden content, instead of generic bouncing dots
## [1.16.0] — 2026-02-12 ## [1.16.0] — 2026-02-12
### Added ### Added
- Display agent avatar from OpenClaw identity config — shown in assistant message bubbles and header when configured - Display agent avatar from OpenClaw identity config — shown in assistant message bubbles and header when configured

View File

@@ -420,7 +420,8 @@
## Item #40 ## Item #40
- **Date:** 2026-02-12 - **Date:** 2026-02-12
- **Priority:** medium - **Priority:** medium
- **Status:** pending - **Status:** done
- **Completed:** 2026-02-12 — commit `25e63f8`
- **Description:** Better thinking/reasoning indicator when content is hidden - **Description:** Better thinking/reasoning indicator when content is hidden
- **Details:** - **Details:**
- When the gateway streams a thinking block without visible content (thinking=low), PinchChat shows "Thinking..." but nothing happens for a while - When the gateway streams a thinking block without visible content (thinking=low), PinchChat shows "Thinking..." but nothing happens for a while

View File

@@ -1,6 +1,6 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.17.0", "version": "1.18.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": {