docs: release v1.16.0 — agent avatar display

This commit is contained in:
Nicolas Varrot
2026-02-12 23:30:07 +00:00
parent da2e4862dd
commit f95c9ad65c
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.16.0] — 2026-02-12
### Added
- Display agent avatar from OpenClaw identity config — shown in assistant message bubbles and header when configured
## [1.15.1] — 2026-02-12
### Fixed
- Metadata viewer popup was invisible due to parent `overflow-hidden` — now renders via portal outside the message bubble

4
package-lock.json generated
View File

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

View File

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