If pinned_commands is configured (globally or per-repo), a one-row chip strip appears between the claude pane and the footer. Each chip shows [N] Label:
[1] PR [2] FB [3] /loop /baby… [4] UR
Fire a chip with Ctrl-x <digit> (1-9) or by clicking on it. The chip's command + \r is written to claude exactly as if you'd typed and submitted it.
Configure via the standard config CLI:
wsx config edit pinned_commands # opens $EDITOR on the current value
wsx config set pinned_commands @./pinned.txt # load from a file
wsx config set pinned_commands "" # clear
One entry per line:
PR=/pull-request
FB=/feedback
/loop /babysit-prs
UR=/ultrareview
Label=command shows the label as the chip; a bare line uses the command itself (truncated past 12 columns). Both sides of = are trimmed.
At narrow terminal widths trailing chips drop from view; their keyboard shortcuts still work.