Source Intelligence

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.71 Home All releases olderv1.0.70 v1.0.72newer
Claude Code v1.0.71

StatusLine Setup Agent

What: New specialized agent that converts your shell PS1 prompt to Claude Code statusLine Why: Makes it easy to replicate your familiar shell prompt in Claude Code without manual configuration How to use:

# Ask Claude to set up your statusLine
"Use the statusline-setup agent to convert my PS1 to a statusLine"

# Or use it directly
/task statusline-setup "Convert my shell prompt"

Details:

  • Automatically reads ~/.zshrc, ~/.bashrc, ~/.bash_profile, or ~/.profile
  • Converts PS1 escape sequences (\\u → $(whoami), \\w → $(pwd), etc.)
  • Preserves your ANSI color codes
  • Updates settings.json automatically
  • Removes trailing $ or > characters from output

See this entry in the whole of v1.0.71 →