Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.72 Home All releases olderv1.0.71 v1.0.73newer
Claude Code v1.0.72

Status Line Configuration Command

What: New /statusline command for customizing Claude Code's status line UI Why: Allows users to personalize their terminal experience and display custom information in the status line How to use:

# Configure status line from your shell PS1
/statusline

# Configure with custom command
/statusline "Configure my custom status display"

Details:

  • Creates a specialized "statusline-setup" agent to handle configuration
  • Can read and convert existing shell PS1 configurations
  • Saves custom scripts to ~/.claude/statusline-command.sh if needed
  • Updates settings in ~/.claude/settings.json

See this entry in the whole of v1.0.72 →