From 86ea4e2ee1b0a97cb923cef05ef8a1102f1bf25b Mon Sep 17 00:00:00 2001 From: HAL9000 Date: Sun, 19 Apr 2026 01:03:10 +0000 Subject: [PATCH] docs(changelog): add v3.7.0 PersonaRegistry, web mode, and multi-session tabs features --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595123305..48d26a852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -348,6 +348,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). references; persisted in `~/.config/cleveragents/personas/`. - **TUI session export/import** — full JSON round-trip and Markdown transcript export (`--format md`). +- **PersonaRegistry** — YAML-based persona management system with full CRUD operations, + atomic file operations with fcntl locking, and thread-safe implementation. +- **TUI Web Mode** (`--web`, `--web-port`) — HTTP server for browser-based TUI access + with HTML interface and WebSocket support placeholder for future enhancements. +- **Multi-Session Tabs** — Enhanced TUI with independent session management, session + creation/switching/closing/renaming via keyboard bindings (Ctrl+N for new, Ctrl+W for close), + and independent A2A binding support per session. ---