What's new
- Subagent hierarchy — when an agent spawns subagents, they now appear nested under it as an indented tree in the project's submenu, mirroring Solo's own agent view.
- Submenu grouped by kind — each project's processes are now grouped with a divider between them: agents (and their subagents) first, then terminals, then commands, with the optional TODO / scratchpad counts last.
- Tidier counts row — "scratchpads" is shortened to "pads" to keep the row compact (the Show Scratchpads toggle still spells it out in full), and its leading glyph changed to
›so it reads as a summary rather than part of the subagent tree.
Subagent lineage is read read-only from Solo's local database (processes.parent_process_id), since Solo's HTTP API doesn't expose it. If that read ever fails, the menu falls back to a flat process list.
Requires Solo 0.8.2+ running with its HTTP API enabled.