Expand description
Helpers used by each agent-status subcommand. One file per subcommand
(set, status, list, agent-extension); mod.rs re-exports the
public API and houses the shared needs_attention filter consumed by
both format_status and format_list.
Structs§
- Extension
File - One generated extension/settings file: the filename to write it as and the
content to fill it with. Returned by
build_extensionfor agents that support a per-launch file-loaded integration (Claude Code’s--settings, pi’s-e <path>).
Functions§
- build_
entry - Construct an
AttentionEntryfrom raw inputs. - build_
extension - Build the extension/settings file an alias-installed agent loads at launch.
- format_
list - Format the popup picker output:
session_id<TAB>pane<TAB>display\nper entry. - format_
status - Format the tmux
status-rightline for the given entries.