When juggling multiple agent-shell sessions, I have found it convenient to have a global-minor-mode that notifies me via the mode-line when some agent is waiting for a response and provides a quick way to jump to that agent. Here's a working prototype: https://gist.github.com/ultronozm/0abe23ee51f710fe5571c74bce0a02a3. I thought this might be useful to other users of this package. Would be happy to attempt to clean it up (e.g., replacing advice with hooks) and send as a PR if there's interest.
When juggling multiple
agent-shellsessions, I have found it convenient to have a global-minor-mode that notifies me via the mode-line when some agent is waiting for a response and provides a quick way to jump to that agent. Here's a working prototype: https://gist.github.com/ultronozm/0abe23ee51f710fe5571c74bce0a02a3. I thought this might be useful to other users of this package. Would be happy to attempt to clean it up (e.g., replacing advice with hooks) and send as a PR if there's interest.