Configure the devloop statusline for Claude Code
Configures the devloop statusline to display real-time session information.
/plugin marketplace add Zate/cc-plugins/plugin install zate-devloop-plugins-devloop@Zate/cc-pluginsNone requiredConfigure the devloop statusline to display real-time session information.
.devloop/plan.md.devloop/issues/Use the Task tool to launch the statusline-setup agent:
Task: statusline-setup agent
Prompt: Configure the devloop statusline. Check for existing statusline configuration and set up appropriately.
The agent will:
~/.claude/settings.json for existing statuslineOnce configured, restart Claude Code to see the statusline at the bottom of your terminal.
Example output:
Opus-4.5 | █░░░░ 23% | 45.2K | 5h 12% 7d 8% | cc-plugins | main | P:3/10
The statusline requires jq for JSON parsing. If not installed:
brew install jqsudo apt install jqchoco install jqIf the statusline doesn't appear after restart:
which jqTo customize the statusline:
cp ~/.claude/plugins/cache/cc-plugins/devloop/*/statusline/devloop-statusline.sh ~/.claude/statusline.sh~/.claude/statusline.sh to your preferences