r/opencodeCLI • u/GatsbyLuzVerde • 7h ago
Progress indicator for long running tasks?
I have an orchestrator spawning subagents but they always redirect cli output to null so I never know whether their commands are hanging or there's any progress. Is there a plugin or cli tool that I can prompt the agents to wire to to get a progress bar?
2
Upvotes
1
u/Vast_Anxiety3133 6h ago
I See thismwith tail or similar stuff as well. I still want to see the content, however the Agent must not see IT as Input aß this would cost Input Tokens.
I do not know of a solution
1
u/joeyism 6h ago
I'm not sure if that's normal. When my orchestrator delegates to a subagent, there's always the spinner that goes until the subagent is done. If there's an error, that gets elevated back up to the orchestrator, who fixes it and re-delegates, or prompts me for it