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. ---