diff --git a/docs/index.html b/docs/index.html index 38e2a88..3b3102c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -776,55 +776,69 @@
+
+
🎨
+

Themes & Accent Colors

+

Dark, Light, OLED Black, and System (auto) themes. Six accent colors to match your style. All persisted in localStorage.

+ v1.20 – v1.29 +
+ +
+
🧠
+

Thinking & Reasoning Display

+

See the agent's reasoning in collapsible blocks. Hidden thinking shows an elapsed timer. Streamed thinking renders live.

+ v1.18 – v1.25 +
+ +
+
📐
+

Split View

+

View two sessions side by side with a resizable divider. Full chat in both panes — history, streaming, sending.

+ v1.28 +
+ +
+
🔍
+

Message Search

+

Ctrl+F to search and highlight messages in the current session. Navigate between results with arrow keys.

+ v1.22 +
+ +
+
+

Syntax Highlighting Input

+

Real-time markdown highlighting while you type — code blocks, bold, italic, headings, and links colored in the input.

+ v1.27 +
+ +
+
🔀
+

Drag & Drop Sessions

+

Reorder sessions by dragging them in the sidebar. Custom order persists across reloads.

+ v1.26 +
+ +
+
👤
+

Agent Avatars

+

Displays the agent's custom avatar from OpenClaw config next to messages and in the header. Falls back to a default icon.

+ v1.19 +
+ +
+
📋
+

Raw JSON & Metadata

+

Toggle raw gateway JSON on any message. Hover to reveal the metadata inspector — timestamps, IDs, channel info.

+ v1.15 – v1.24 +
+
⌨️

Keyboard Shortcuts

-

Navigate between sessions with Alt+↑/↓, search with ⌘K, and view all shortcuts with ?. Power-user friendly.

+

Alt+↑/↓ to switch sessions, ⌘K for session search, ⌘F for message search, ? for the shortcuts panel.

v1.13
-
-
📥
-

Conversation Export

-

Download any conversation as a formatted Markdown file — messages, tool calls, thinking blocks, timestamps included.

- v1.12 -
- -
-
↔️
-

Resizable Sidebar

-

Drag the sidebar edge to resize. Width persists across sessions via localStorage.

- v1.5 -
- -
-
🔔
-

System Event Detection

-

Heartbeats, cron triggers, and webhooks display as subtle inline notifications — not full message bubbles.

- v1.6 -
- -
-
🏷️
-

Smart Session Labels

-

Human-friendly titles, channel icons, agent name badges, model info, and relative timestamps in the sidebar.

- v1.9 – v1.11 -
- -
-
🗑️
-

Session Management

-

Delete sessions from the sidebar, pin favorites to the top, and per-session input drafts preserved when switching.

- v1.4 – v1.8 -
- -
-
🐳
-

Proper Releases

-

Semver tags, GitHub Releases with changelogs, and Docker images auto-published to ghcr.io on every release.

- CI/CD -
-