aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-term--next-single-agent.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(ai-term): drop the Agent: echo after an agent swapCraig Jennings2 days1-2/+5
| | | | The message duplicated the modeline directly above it: the buffer name and the eat state icons already announce which agent is focused, so the echo just lingered as clutter. The no-other-agents echo stays, since it reports something the modeline can't.
* feat(ai-term): say so when M-SPC has no other agent to switch toCraig Jennings2 days1-0/+125
With a single agent open and focused, the rotation wrapped back to the same agent and echoed a misleading "Agent: <name>" as if it had swapped. Now it says there are no other ai-terms to switch to. A sole agent that is displayed but not selected still gets selected, and the no-agents picker fallback is unchanged.