What's wrong with this entry?
Anonymous. No account, no email.
What
Plugins can now define a custom status line command that generates per-subagent status displayed in the agent panel.
Details
- Configure via the
subagentStatusLinefield in plugin settings (allowlisted alongsideagent) - The command receives task metadata as JSON on stdin and should emit JSON lines on stdout
- Displays custom status per-teammate in the agent panel UI
Evidence
Subagent status line (search for "subagentStatusLine")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.