docs: release v1.21.0 — streaming thinking/reasoning display

This commit is contained in:
Nicolas Varrot
2026-02-13 00:41:42 +00:00
parent 664fc0e109
commit 7bcbf8192b
3 changed files with 5 additions and 4 deletions

View File

@@ -605,7 +605,8 @@
## Item #57
- **Date:** 2026-02-12
- **Priority:** medium
- **Status:** pending
- **Status:** done
- **Completed:** 2026-02-13 — commit `664fc0e`
- **Source:** Josh (Bardak)
- **Description:** Display agent thinking/reasoning content in chat
- When the agent uses thinking/reasoning (extended thinking), show the thinking content in a collapsible section

4
package-lock.json generated
View File

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

View File

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