Skip to main content

Module commands

Module commands 

Source
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§

ExtensionFile
One generated extension/settings file: the filename to write it as and the content to fill it with. Returned by build_extension for agents that support a per-launch file-loaded integration (Claude Code’s --settings, pi’s -e <path>).

Functions§

build_entry
Construct an AttentionEntry from 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\n per entry.
format_status
Format the tmux status-right line for the given entries.