docs: release v1.6.0 — system event detection

This commit is contained in:
Nicolas Varrot
2026-02-12 16:49:46 +00:00
parent 581675d00c
commit 0f2dfb129c
3 changed files with 8 additions and 3 deletions

View File

@@ -6,6 +6,11 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
## [Unreleased]
## [1.6.0] — 2026-02-12
### Added
- **System event detection** — heartbeats, cron triggers, webhooks, and channel events now display as subtle inline notifications instead of full user message bubbles (`581675d`)
## [1.5.0] — 2026-02-12
### Added

4
package-lock.json generated
View File

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

View File

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