aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-term--session-threading.el
Commit message (Collapse)AuthorAgeFilesLines
* perf(ai-term): fetch the tmux session list once per launchCraig Jennings23 hours1-0/+40
The launch path spawned tmux list-sessions up to three times: in the project picker's sorting, in the launcher's fresh check, and again inside show-or-create. The list is now fetched once and threaded through; the cycling path still fetches its own.