helios-remote/crates
Helios Agent 959a00ff8a
refactor: table-style display with live spinner (🔄/)
- Remove \t-based alignment (fixes emoji spacing inconsistencies)
- New display.rs module: table rows with dynamic terminal-width columns
- Columns: action_emoji | name (14ch) | payload (55%) | status_emoji | result (45%)
- cmd_start() prints 🔄 spinner, cmd_done() overwrites line in-place via ANSI cursor-up
- Payload and result truncated to column width with ellipsis
- Consistent 2-space gaps after every emoji (no tab stops)
- Add terminal_size crate for dynamic width (fallback: 120)
2026-03-05 19:47:39 +01:00
..
client refactor: table-style display with live spinner (🔄/) 2026-03-05 19:47:39 +01:00
common feat: file logging on client, logs command to fetch last N lines 2026-03-03 17:09:23 +01:00
server fix: handle LogsResponse in ws_handler match 2026-03-04 11:59:54 +01:00