From zest
Enable Zest plugin update notifications in Claude Code's status line
How this command is triggered — by the user, by Claude, or both
Slash command
/zest:enable-statuslineThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Execute the Zest status line configuration script: To force replacement of existing status line configuration without prompting: Show the complete output to the user.
Execute the Zest status line configuration script:
node ${CLAUDE_PLUGIN_ROOT}/dist/commands/enable-statusline-cli.js
To force replacement of existing status line configuration without prompting:
node ${CLAUDE_PLUGIN_ROOT}/dist/commands/enable-statusline-cli.js --force
Show the complete output to the user.
npx claudepluginhub winding-labs/zest-claude --plugin zest/setupInstalls the which-claude-code statusline into ~/.claude/settings.json by running an idempotent Bash setup script that backs up existing config. Requires new session or /reload.
/bm-statuslineWires the basemind status line into Claude Code user settings, setting a `statusLine` command and confirming it renders. One-time setup.
/setupInstalls or updates claude-pace statusline for Claude Code: checks jq prereq, downloads script to ~/.claude/statusline.sh, configures settings.json.