Agent Bar Setup
Install and activate the agent-bar status line for Claude Code.
Steps
- •Run the install script:
bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh"
- •
After the script completes, tell the user:
- •The statusline script has been installed to
~/.claude/statusline.sh - •The
statusLineconfig has been added to~/.claude/settings.json - •They need to restart Claude Code for the status bar to appear
- •The statusline script has been installed to
- •
Mention that they can customize settings by creating
~/.claude/agent-bar.json— or by running/agent-bar:configure.
Troubleshooting
If jq is not installed, tell the user to install it first:
- •macOS:
brew install jq - •Ubuntu/Debian:
sudo apt install jq - •Other: https://jqlang.github.io/jq/download/