From 28acf1b4d54fdedaa80a3bd5ee0d6742f777435f Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 02:55:29 +0000 Subject: [PATCH] docs: update README features with split view, syntax highlighting, drag & drop, raw JSON viewer, and channel icons --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 37e8f29..eabec8f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ - 🎨 **Themes** — Dark, Light, and OLED Black modes with 6 accent colors. Persisted per-browser. - 🧠 **Thinking/reasoning display** — see the agent's reasoning process in collapsible blocks with elapsed time - 🔍 **Message search** — Ctrl+F to search and navigate through conversation history +- 📐 **Split view** — open 2 sessions side by side with a resizable divider +- ✍️ **Syntax-highlighted input** — real-time markdown coloring as you type (code blocks, bold, links) +- 🔀 **Drag & drop reorder** — organize sessions in the sidebar by dragging, order persists across reloads +- 📋 **Raw JSON viewer** — inspect full gateway message payloads for debugging +- 🗂️ **Channel icons** — Discord, Telegram, cron, and other session types shown with distinct icons - 📤 **Export conversations** — download any session as a formatted Markdown file - 🌐 **i18n** — English and French built-in, easy to extend