#Convo Monitor

5 messages ยท Page 1 of 1 (latest)

distant heart
#

I'd like to monitor conversations between agents and sub-agents, etc. Is this possible with ease?

stuck glenBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

grim roseBOT
plush driftBOT
#

Yep, reasonably easily, with a couple caveats.

What works well today

  • /tasks gives you a quick board of active/recent background work for the current session
  • /subagents list shows spawned sub-agents
  • /subagents info <id> shows status, session id, and transcript path
  • /subagents log <id> [limit] [tools] is the easiest way to inspect what a child did
  • sessions_history gives a bounded/safe transcript view
  • On Discord, thread-bound sessions plus /focus, /unfocus, and /agents make it easier to keep one worker per thread

For ACP sessions (Codex, Claude Code, etc.)

  • /acp sessions
  • /acp status
  • if spawned with streamTo: "parent", you can get progress summaries back in the parent session
  • some ACP backends also return a streamLogPath JSONL log for full relay history

Main caveat