Feat: Group subagent sessions under their parent in abctl
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 55/100
Research direction
Start by locating the proxy, session API, and abctl TUI session-list entry points named in the request, and trace how X-Session-Id is currently captured and exposed. Done means parent identifiers are available to the session view, root sessions are shown initially, and subagents can be expanded recursively in the hierarchy.
Written by the indexing model from the issue text.
Description
Background
PR #1062 added X-Session-Id to the default session.id_headers, enabling OpenCode sessions to appear in abctl. OpenCode assigns a distinct session ID to each subagent, which is good for granular tracking, but results in many top-level entries in the session list when a multi-agent workflow runs.
For agents that support a parent session identifier, like X-Parent-Session-Id in OpenCode, capturing this identifier would allow abctl to reflect the agent hierarchy.
Feature request
Use the parent session identifier to build a session hierarchy in abctl:
- The top-level view shows only root (parentless) sessions
- A root session can be drilled into to reveal its subagents, recursively
This would require changes at three layers: the proxy (capture the parent header), the session API (expose the parent relationship), and the abctl TUI (collapsible tree in the session list).
- Dominant language
- Go
- Stars
- 13
- Forks
- 40
- Avg merge
- 12h 9m
- Merged PRs (30d)
- 164
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from rossoctl/cortex
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
nice to have
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
stale
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·