docs(changelog): add v3.7.0 PersonaRegistry, web mode, and multi-session tabs features
CI / status-check (pull_request) Blocked by required conditions
CI / helm (pull_request) Successful in 30s
CI / lint (pull_request) Failing after 1m2s
CI / push-validation (pull_request) Successful in 22s
CI / build (pull_request) Successful in 4m0s
CI / quality (pull_request) Successful in 4m26s
CI / unit_tests (pull_request) Failing after 4m31s
CI / typecheck (pull_request) Successful in 4m42s
CI / security (pull_request) Successful in 4m44s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 6m59s
CI / integration_tests (pull_request) Failing after 14m20s

This commit is contained in:
2026-04-19 01:03:10 +00:00
parent 1c6d1786d6
commit 86ea4e2ee1
+7
View File
@@ -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.
---