[Feature] Subagent content is missing in Claude Code Workflow

Author: SunjaieksCreated Sep 10, 2026Updated Sep 10, 2026

Is your feature request related to a problem? Please describe.

  1. Subagent content is missed when using Claude Code's Ultracode mode.
Image

Also, running "/workflows" in the Claude Code CLI shows each subagent's content in a dedicated view. Could we get an equivalent feature for this? at least users should be able to see the full content for each subagent(Ultracode workflow).

  1. For effort levels other than Ultracode, the subagent UI was improved starting in version 1.37.3, but some content (the initial prompt) is still cut off. Could this be changed to show the full content — perhaps using overflow: auto? The element (class="line-clamp-6 whitespace-pre-wrap break-words") currently has overflow: hidden.

Describe the solution you'd like any solution is okay to me. just want to see all the content from subagent for both Ultracode mode and other mode.