Help us improve
Share bugs, ideas, or general feedback.
From zest
Enable Zest plugin update notifications in Claude Code's status line
npx claudepluginhub winding-labs/zest-claude --plugin zestHow 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.
/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.
/setupInstalls or updates claude-pace statusline for Claude Code: checks jq prereq, downloads script to ~/.claude/statusline.sh, configures settings.json.
Share bugs, ideas, or general feedback.
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.