From eb38ee343c229ee887b1f0a8213ad17c06faffca Mon Sep 17 00:00:00 2001 From: Alan Wizemann Date: Tue, 31 Mar 2026 02:39:47 -0400 Subject: [PATCH] Fix Activity Feed description: recent, not real-time The activity feed loads historical tool calls from the database, it does not stream live events. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8741eef..88bdc73 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ - **Dashboard** — System health, token usage, cost tracking, recent sessions at a glance - **Sessions Browser** — Full conversation history with message rendering, tool call inspection, and full-text search (FTS5) -- **Activity Feed** — Real-time tool execution log with filtering by kind (read/edit/execute/fetch/browser) and detail inspector +- **Activity Feed** — Recent tool execution log with filtering by kind (read/edit/execute/fetch/browser) and detail inspector - **Live Chat** — Embedded terminal running `hermes chat` with full ANSI color and Rich formatting via [SwiftTerm](https://github.com/migueldeicaza/SwiftTerm) - **Memory Viewer/Editor** — View and edit Hermes's MEMORY.md and USER.md with live refresh - **Skills Browser** — Browse all installed skills by category with file content viewer