aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-term--attached-agent-dirs.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(ai-term): M-SPC cycles attached agents, M-S-SPC cycles allCraig Jennings38 hours1-0/+58
M-SPC now steps only through attached agents (the ones with a live on-screen buffer), so the fast chord stays among what's already up. M-S-SPC steps through all active agents and attaches a detached tmux session when it lands on one, which is what M-SPC used to do. I moved the shared step logic into cj/--ai-term-step-among and added cj/--ai-term-attached-agent-dirs to filter the queue to attached buffers. I bound both chords globally and in eat-semi-char-mode-map so they work from inside an agent buffer. C-; a n keeps cycling all.