chore: bump version to v1.32.0

This commit is contained in:
Nicolas Varrot
2026-02-13 09:12:24 +00:00
parent b783ae181b
commit 0a0acbe4e0
3 changed files with 5 additions and 4 deletions

View File

@@ -637,7 +637,8 @@
## Item #59 ## Item #59
- **Date:** 2026-02-13 - **Date:** 2026-02-13
- **Priority:** high - **Priority:** high
- **Status:** pending - **Status:** done
- **Completed:** 2026-02-13 — commit `b783ae1`
- **Description:** Optimistic message rendering — messages sent by the user should appear immediately in the chat, not wait for server echo. Currently when the agent is busy processing, user messages can take a long time to appear. - **Description:** Optimistic message rendering — messages sent by the user should appear immediately in the chat, not wait for server echo. Currently when the agent is busy processing, user messages can take a long time to appear.
- Show the message instantly in the chat (optimistic UI) with a subtle "sending" indicator (e.g. clock icon or dimmed opacity) - Show the message instantly in the chat (optimistic UI) with a subtle "sending" indicator (e.g. clock icon or dimmed opacity)
- When server confirms (echo received), update to "sent" state (e.g. checkmark or full opacity) - When server confirms (echo received), update to "sent" state (e.g. checkmark or full opacity)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "pinchchat", "name": "pinchchat",
"version": "1.31.1", "version": "1.32.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pinchchat", "name": "pinchchat",
"version": "1.31.1", "version": "1.32.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.31.1", "version": "1.32.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": {