Conductor users want visibility into agent background tasks

Conductor can be useful for running Claude Code across parallel workspaces. The missing piece is visibility into work that agents start in the background, such as a dev server, file watcher, build step, or long script.

In the normal Claude Code command line, the terminal shows the output, so it is possible to check whether a task is still running, stuck, or producing errors, and then stop it if needed. In Conductor, only the agent’s main message stream is visible, so background tasks can run without clear logs or controls.

This can leave old processes running even after a workspace has been merged or deleted. A useful fix would be a per-workspace panel showing running and finished processes, live output, kill and restart buttons, and a warning before closing or merging a workspace that still has active work.

Key points

  • Conductor is being used as a daily way to run Claude Code with parallel workspaces.
  • The pain point is that background tasks started by agents are hidden from the main interface.
  • The normal command line makes it easier to see output, check task status, and stop stuck work.
  • Old processes can keep running after a workspace is merged or deleted.
  • A per-workspace process panel with logs, stop and restart controls, and close warnings would solve the issue.

Quick term guide

Conductor
A tool for running AI coding work in separate parallel workspaces.
parallel workspaces
Separate work areas that can run side by side at the same time.
visibility
How easily people can discover and notice a product.
background
Running out of sight while the main app or screen stays focused on something else.
command line
A text-based screen where you type text to run programs instead of clicking buttons.
Solo makers
People who build and launch their own products or services entirely on their own.
multi-agent
A setup where several AI agents each handle a different subtask and work together to complete a larger goal.
pain point
A specific problem or frustration that people experience repeatedly and want solved
Read original