sidekick-agent-hub 0.12.9 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -89,7 +89,8 @@ The dashboard is a two-pane terminal UI. The left side shows a navigable list, t
89
89
  | 4 | **Notes** | Knowledge notes attached to files |
90
90
  | 5 | **Decisions** | Architectural decisions from sessions |
91
91
  | 6 | **Plans** | Discovered agent plans from `~/.claude/plans/` |
92
- | 7 | **Search** | Cross-session full-text search |
92
+ | 7 | **Events** | Live event stream with type badges, timestamps, and keyword-highlighted summaries |
93
+ | 8 | **Charts** | Tool frequency bars, event distribution, activity heatmap, and pattern analysis |
93
94
 
94
95
  ## Layout Modes
95
96
 
@@ -107,7 +108,7 @@ Press `z` to cycle through layout modes:
107
108
 
108
109
  | Key | Action |
109
110
  |-----|--------|
110
- | `1`–`7` | Switch panel |
111
+ | `1`–`8` | Switch panel |
111
112
  | `Tab` | Toggle focus between side list and detail pane |
112
113
  | `j` / `↓` | Next item (side) or scroll down (detail) |
113
114
  | `k` / `↑` | Previous item (side) or scroll up (detail) |
@@ -149,7 +150,7 @@ Press `z` to cycle through layout modes:
149
150
  | Key | Action |
150
151
  |-----|--------|
151
152
  | `z` | Cycle layout mode |
152
- | `/` | Open filter overlay |
153
+ | `/` | Open filter overlay (supports substring, fuzzy, regex, and date modes — Tab cycles modes) |
153
154
  | `x` | Open context menu for selected item |
154
155
  | `?` | Show help |
155
156
  | `r` | Generate HTML report for the current session |