mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
5104477631
Open the /resume session picker faster by extracting per-file metadata across a GOMAXPROCS-sized worker pool instead of sequentially. Each extractSessionInfo call is I/O + JSON-parse bound and independent, so wall time drops roughly proportionally to core count — meaningful for users with many sessions, where ListSessions + ListAllSessions ran back-to-back on the UI goroutine before the picker rendered.