idea: subagent display in the sessions table - #113
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Idea capture from the act-2 demo review, so the design space is on record before anyone builds it. Claude Code's subagentStatusLine feed already delivers per-subagent token counts, models, and status under the parent session id, and marvel ctx-forward parses then discards it (no daemon surface, aae-orc-7hzb).
The file captures the operator's display sketches (fold indicator on the parent row, tree glyphs on expanded children, runtime-aware child cells), the column-applicability gaps (roughly half the columns are n/a for a row that has no pane, pid, or lifecycle), the sorting interaction (htop tree-mode precedent: children travel with their parent, sort orders siblings), the data-plane prerequisites (heartbeat extension, ephemeral store shape, staleness decay), and the crystallization signal for promoting it to a frontier question.
Idea only; no commitment, no code.