@@ -157,9 +157,17 @@ Your license key is stored in the **OS keychain** — never on disk or in any fi
157157- Access via right-click context menu or the 3-dot (⋯) hover menu on any SSH connection
158158- Progress indicator for file transfers
159159
160+ ### Connection Health Monitor
161+
162+ - Ping dashboard on the home screen — check latency for all connections at a glance
163+ - Color-coded latency badges: green (fast) → yellow → orange (slow) → red (offline)
164+ - Refresh button to re-scan all connections on demand
165+ - Non-blocking — runs in the background while you work
166+
160167### Terminal
161168
162169- In-terminal search with regex and case-sensitivity (` ⌘F ` )
170+ - Result counter shows ` n / total ` matches as you type; red indicator when nothing is found
163171- Right-click context menu (Copy, Paste, Search, Clear)
164172- Configurable font family, size, line height, cursor style, and scrollback
165173- Session logging with ANSI stripping and optional timestamps
@@ -176,11 +184,13 @@ Your license key is stored in the **OS keychain** — never on disk or in any fi
176184### Connection Management
177185
178186- Organized library with groups, colors, tags, and notes
187+ - ** Smart sidebar sorting** — active sessions always float to the top; default sort by last connected so your most-used hosts are always first
179188- Tags filter from the HomeScreen pills bar
180189- ** Quick Connect** (` ⌘K ` ) — instant session from ` user@host:port ` without saving
181190- Startup commands that run automatically after connecting
182191- SSH key manager with reusable named keys
183192- Full import / export as JSON
193+ - Import directly from ` ~/.ssh/config `
184194
185195### Keyboard Shortcuts
186196
@@ -272,6 +282,9 @@ Output files in `dist/`.
272282- [x] ** Session Summary Dialog** — closing a tab with AI activity shows a full summary of commands run, stats, and ARIA's last response
273283- [x] ** Thinking… / Running… indicators** — live feedback while ARIA is waiting for the first token or executing between tool calls
274284- [x] ** Port Forwarding** — local, remote, and dynamic (SOCKS) tunnels per connection with live status
285+ - [x] ** Connection Health Monitor** — ping dashboard with live latency badges directly on the home screen
286+ - [x] ** Smart sidebar sorting** — open sessions always on top, sorted by last connected
287+ - [x] ** Terminal search counter** — live ` n / total ` result count with no-match indicator
275288
276289### Planned
277290- [ ] Command snippets library
0 commit comments