josedario87
5bd115e197
perf: incremental transcript updates via WebSocket, eliminate polling
- Replace 1500ms polling with fs.watch recursive (reliable on Windows)
- Enrich WS broadcast with newContent delta + session metadata
- Client appends incrementally instead of 2 sequential HTTP requests
- Pre-initialize Tauri HTTP plugin at module load to avoid dynamic import overhead
- Per-file debounce timers (150ms) instead of single shared timer
- Size-based validation for safe incremental appends with HTTP fallback
2026-02-24 11:01:54 -06:00
..
2026-02-24 11:01:54 -06:00
2026-02-21 04:29:02 -06:00
2026-02-18 23:55:09 -06:00
2026-02-21 12:51:15 -06:00
2026-02-16 00:41:38 -06:00
2026-02-18 10:24:05 -06:00
2026-02-18 12:13:22 -06:00