<5ms Hook Latency β Device lights up instantly when a tool fires, no lag between execution and notification.
200ms Throttle β Merges rapid tool events, preventing LED flicker or stutter.
119+ test cases β Cover state machine, protocol parsing, multi-session concurrency β safe to refactor.
5Hz push frequency β 5 refreshes per second β state changes reach the device within 200ms.
v6 Protocol β slot field keeps sessions in their rightful place across reconnections.
8 Hook Events β Full lifecycle awareness from prompt submission to error recovery.
+slot Field β Solves slot drift at its root: stable session identity, no more guess-by-order.
4 Hardware Forms β D-Shell official panel (screen+touch+LED strip); Panel dev board (screen+history) for deep multitasking; Clock (LED+voice) for a glance; WizFi360 (WiFi TCP) no Bluetooth needed.
Daemon 634 lines β Clean state machine, easy to extend or customize the protocol.
Firmware ~2800 lines β 12 files, hot-reloadable on device, no reflash needed.
~100 B/s BLE β Minimal bandwidth, won't disturb other Bluetooth devices, runs on USB power.
<1s Daemon Start β Ready in under a second, no lengthy initialization.