Is your feature request related to a problem? Please describe.
With most harness frameworks (and otherwise) having subagents running inside the main loop is quite common. Current Chat UI doesn't natively support showing SubAgent states or SubAgent messages
Describe the solution you'd like
When the main agent triggers a subagent it should show up on the Chat UI similar to how Claude Code or Cursor show them today
Describe alternatives you've considered
Forking react-core and react-ui to add first class support but that looks fragile and might create problems when upstream changes
Additional context
See subagents in existing harness frameworks
Is your feature request related to a problem? Please describe.
With most harness frameworks (and otherwise) having subagents running inside the main loop is quite common. Current Chat UI doesn't natively support showing SubAgent states or SubAgent messages
Describe the solution you'd like
When the main agent triggers a subagent it should show up on the Chat UI similar to how Claude Code or Cursor show them today
Describe alternatives you've considered
Forking react-core and react-ui to add first class support but that looks fragile and might create problems when upstream changes
Additional context
See subagents in existing harness frameworks