Configure the statusline display format.
Customize how many lines the statusline displays: 1-line compact, 2-line balanced, or 3-line detailed. Choose based on your terminal space and information needs.
/plugin marketplace add duyet/claude-plugins/plugin install statusline@duyet-claude-pluginsConfigure the statusline display format.
When this command is invoked, you MUST use the AskUserQuestion tool to ask:
Ask the user which display format they prefer:
Header: "Lines" Question: "How many lines should the statusline display?"
Options:
dir (branch) │ Model │ Ctx% │ 5h/7d │ TasksAfter the user answers, save their choice to ~/.claude/statusline.config.json:
{
"line_format": "1"
}
Use values: "1", "2", or "3"
Output:
✓ Statusline configured: [N]-line format
Config saved to ~/.claude/statusline.config.json
1-line format:
claude-plugins (master) │ Opus 4 5 │ Ctx: 21% │ 5h: 14% 7d: 46%
2-line format:
claude-plugins (master) │ Opus 4 5 │ v2.0.76
Ctx: 21% │ 5h: 14% 7d: 46% │ Tasks: 2/5
3-line format (default):
claude-plugins (master) │ Opus 4 5 │ v2.0.76
Context: 21% (43,000 tokens) │ 5h: 14% 7d: 46%
Tools: Sequential │ Tasks: 2/5
Note: Empty values are automatically hidden (no "None", no "0%", no "No tasks").
/statusline:status — View current metrics/statusline:enable — Enable monitoring/statusline:disable — Disable monitoring